ReadOnlyTextPropertiesBase Members
Base interface for all text properties accessed by the DocumentIterator.Properties
Name | Description |
---|---|
AllCaps | Gets whether all characters in the current DocumentText object are capital letters. |
BackColor | Gets the background color of characters in the current DocumentText object. |
DoubleFontSize | Gets the font size of characters in the current DocumentText object. |
FontBold | Gets whether the characters in the current DocumentText object are bold. |
FontItalic | Gets whether the characters in the current DocumentText object are italicized. |
FontName | Gets the name of a font applied to characters in the current DocumentText object. |
FontNameAscii | Gets the name of the font for Unicode (U+0000–U+007F) characters in the current DocumentText object. |
FontNameComplexScript | Gets the font name for Complex Script characters in the current DocumentText object. |
FontNameEastAsia | Gets the font name used to format East Asian characters in the current DocumentText object. |
FontNameHighAnsi | Gets the name of the font for High ANSI characters in the current DocumentText object. |
FontSize | Gets the character(s) font size. |
ForeColor | Gets the foreground color of characters in the current DocumentText object. |
Hidden | Gets whether characters in the current DocumentText object are hidden. |
HighlightColor | Gets the text’s highlight color. |
KerningThreshold | Gets the minimum font size for which the kerning is adjusted automatically. |
Position | Gets the position of characters (in points) relative to the base line. |
Scale | Gets the font’s scaling percentage. |
Script | Gets the type of script applied to characters in the current DocumentText object. |
SmallCaps | Gets whether all characters are small capital letters. |
SnapToGrid | Indicates whether the characters are snapped to a grid when the grid is defined. |
Spacing | Gets the spacing (in points) between characters. |
StrikeoutColor | Gets the color of the strikeout line. |
StrikeoutType | Gets the type of the strikeout applied to characters in the current DocumentText object. |
StrikeoutWordsOnly | Gets whether all characters in the current DocumentText object are struck out. |
ThemeFontAscii | Gets the the theme font for Unicode (U+0000–U+007F) characters in the current DocumentText object. |
ThemeFontComplexScript | Gets the theme font for Complex Script characters in the current DocumentText object. |
ThemeFontEastAsia | Gets the theme font used to format East Asian characters in the current DocumentText object. |
ThemeFontHighAnsi | Gets the theme font for High ANSI characters in the current DocumentText object. |
UnderlineColor | Gets the color of the underline applied to characters in the current DocumentText object. |
UnderlineType | Gets the type of the underline applied for characters in the current DocumentText object. |
UnderlineWordsOnly | Gets whether all non-space characters in the current DocumentText object are underlined with a single line. |
Visible | Gets whether all characters in the current DocumentText object are visible. |
See Also