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

ReadOnlyTextProperties Members

An interface implementing the text properties accessed by the DocumentIterator.

Properties

Name Description
AllCaps Gets whether all characters in the current DocumentText object are capital letters. Inherited from ReadOnlyTextPropertiesBase.
BackColor Gets the background color of characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
DoubleFontSize Gets the font size of characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
FontBold Gets whether the characters in the current DocumentText object are bold. Inherited from ReadOnlyTextPropertiesBase.
FontItalic Gets whether the characters in the current DocumentText object are italicized. Inherited from ReadOnlyTextPropertiesBase.
FontName Gets the name of a font applied to characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
ForeColor Gets the foreground color of characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
Hidden Gets whether characters in the current DocumentText object are hidden. Inherited from ReadOnlyTextPropertiesBase.
HighlightColor Gets the text’s highlight color. Inherited from ReadOnlyTextPropertiesBase.
Script Gets the type of script applied to characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
StrikeoutColor Gets the color of the strikeout line. Inherited from ReadOnlyTextPropertiesBase.
StrikeoutType Gets the type of the strikeout applied to characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
StrikeoutWordsOnly Gets whether all characters in the current DocumentText object are struck out. Inherited from ReadOnlyTextPropertiesBase.
StyleName Gets the name of a style applied to characters in the current DocumentText object.
UnderlineColor Gets the color of the underline applied to characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
UnderlineType Gets the type of the underline applied for characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase.
UnderlineWordsOnly Gets whether all non-space characters in the current DocumentText object are underlined with a single line. Inherited from ReadOnlyTextPropertiesBase.
Visible Gets whether all characters in the current DocumentText object are visible. Inherited from ReadOnlyTextPropertiesBase.
See Also