Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyTextPropertiesBase Properties

Base interface for all text properties accessed by the DocumentIterator.
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.
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.
Script Gets the type of script applied to characters in the current DocumentText object.
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.
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