| | Name | Value | Description | |
| |
exHTMLFormatNone | 0
|
No format is applied to the current selection.
| |
| |
exHTMLFormatBold | 1
|
Displays the current selection in bold. (boolean expression, apply to
selection)
| |
| |
exHTMLFormatItalic | 2
|
Shows the current selection in italics. (boolean expression, apply to
selection)
| |
| |
exHTMLFormatStrikeout | 3
|
Strike-through the current selection. (boolean expression, apply to selection)
| |
| |
exHTMLFormatUnderline | 4
|
Underlines the current selection. (boolean expression, apply to selection)
| |
| |
exHTMLFormatHyperlink | 5
|
Adds/Removes the hyperlink to/from the current selection. (boolean expression,
apply to selection)
| |
| |
exHTMLFormatHyperlinkID | 6
|
Specifies the identifier of the hyperlink for the current selection. (string
expression, apply to selection)
| |
| |
exHTMLFormatHyperlinkOptions | 7
|
Specifies the options of the hyperlink for the current selection. (string
expression, apply to selection)
| |
| |
exHTMLFormatAlign | 8
|
Aligns the current selection ( long expression, 0 for left, 1 for center, and 2
for right, apply to selection)
| |
| |
exHTMLFormatLine | 9
|
Shows a line over the current selection ( long expression, 0 for no line, 1 for
solid- line, and 2 for dot-line, apply to selection or cursor position)
| |
| |
exHTMLFormatLineUp | 10
|
Specifies whether the line is shown up or down ( boolean expression, apply to
selection or cursor position)
| |
| |
exHTMLFormatImage | 11
|
Inserts image to current selection ( long expression, that indicates the
1-index of the icon in the Images collection, or a
string expression that specifies the key of the picture to be inserted ( HTMLPicture
property ) .
| |
| |
exHTMLFormatImageSize | 12
|
Changes the size of the current image ( long expression, apply to selection)
| |
| |
exHTMLFormatForeColor | 13
|
Applies a foreground color for the current selection. ( long expression, or an
empty expression to clear the current foreground color, apply to selection)
| |
| |
exHTMLFormatBackColor | 14
|
Applies a background color for the current selection. ( long expression, or an
empty expression to clear the current foreground color, apply to selection)
| |
| |
exHTMLFormatFont | 15
|
Specifies the font for the current selection. (string expression, indicating
the name of the font, apply to selection)
| |
| |
exHTMLFormatFontSize | 16
|
Specifies the size of the font for the current selection. ( long expression,
apply to selection )
| |
| |
exHTMLFormatOffset | 17
|
Specifies the vertical offset to display the current selection. ( long
expression, apply to selection )
| |
| |
exHTMLFormatGradient | 18
|
Specifies the color for decorative effect/gradient of the current selection. (
long expression, or an empty expression to clear the current gradient color,
apply to selection)
| |
| |
exHTMLFormatGradientMode | 19
|
Specifies the mode for decorative effect/gradient of the current selection. (long expression, 0 for Horizontal, 1 for Vertical ( default ), 2 for
ForwardDiagonal, 3 for BackwardDiagonal, apply to selection)
| |
| |
exHTMLFormatGradientBlend | 20
|
Specifies the blend for decorative effect/gradient of the current selection. (boolean
expression, apply to selection)
| |
| |
exHTMLFormatOutline | 21
|
Specifies the color for decorative effect/outline of the current selection. (
long expression, or an empty expression to clear the current gradient color,
apply to selection)
| |
| |
exHTMLFormatOutlineWidth | 22
|
Specifies the width for decorative effect/outline of the current selection.
(long expression)
| |
| |
exHTMLFormatShadow | 23
|
Specifies the color for decorative effect/shadow of the current selection. (
long expression, or an empty expression to clear the current gradient color,
apply to selection)
| |
| |
exHTMLFormatShadowWidth | 24
|
Specifies the width for decorative effect/shadow of the current selection.
(long expression)
| |
| |
exHTMLFormatShadowOffset | 25
|
Specifies the offset for decorative effect/shadow of the current selection.
(long expression)
| |
| |
exHTMLFormatRemove | 48
|
exHTMLFormatRemove. Removes the formatting of the current selection.
| |