ReadOnlyParagraphStyle Members
An interface implementing the paragraph style properties accessed by the DocumentIterator.Properties
| Name | Description |
|---|---|
| Alignment | Gets the text alignment within the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| 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. |
| Borders | Retrieves the paragraph borders. Inherited from ReadOnlyParagraphPropertiesBase. |
| DoubleFontSize | Gets the font size of characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| FirstLineIndent | Gets the indent for the first line in the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| FirstLineIndentType | Gets whether and how the first line in the current paragraph is indented. Inherited from ReadOnlyParagraphPropertiesBase. |
| 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. |
| FontNameAscii | Gets the name of the font for Unicode (U+0000–U+007F) characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| FontNameComplexScript | Gets the font name for Complex Script characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| FontNameEastAsia | Gets the font name used to format East Asian characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| FontNameHighAnsi | Gets the name of the font for High ANSI characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| FontSize | Gets the character(s) font size. 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. |
| KeepLinesTogether | Gets whether to prevent all page breaks that interrupt the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| KeepWithNext | Gets whether a break may occur between the current paragraph and the next paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| KerningThreshold | Gets the minimum font size for which the kerning is adjusted automatically. Inherited from ReadOnlyTextPropertiesBase. |
| LeftIndent | Gets the left indent for the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| LineSpacing | Gets the line spacing value of the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| LineSpacingType | Gets the spacing between lines in the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| ListLevel | Gets list level applied to the numbering list in the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| Name | Gets the paragraph style name. |
| NumberingListIndex | Gets the index of the list applied to the current paragraph style. Inherited from ReadOnlyParagraphPropertiesBase. |
| OutlineLevel | Gets the outline level of the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| Position | Gets the position of characters (in points) relative to the base line. Inherited from ReadOnlyTextPropertiesBase. |
| RightIndent | Gets the right indent for the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| RightToLeft | Gets whether the paragraph’s text direction is right-to-left. Inherited from ReadOnlyParagraphPropertiesBase. |
| Scale | Gets the font’s scaling percentage. Inherited from ReadOnlyTextPropertiesBase. |
| Script | Gets the type of script applied to characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| SmallCaps | Gets whether all characters are small capital letters. Inherited from ReadOnlyTextPropertiesBase. |
| SnapToGrid | Indicates whether the characters are snapped to a grid when the grid is defined. Inherited from ReadOnlyTextPropertiesBase. |
| Spacing | Gets the spacing (in points) between characters. Inherited from ReadOnlyTextPropertiesBase. |
| SpacingAfter | Gets the spacing after the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| SpacingBefore | Gets the spacing before the current paragraph. Inherited from ReadOnlyParagraphPropertiesBase. |
| 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. |
| ThemeFontAscii | Gets the the theme font for Unicode (U+0000–U+007F) characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| ThemeFontComplexScript | Gets the theme font for Complex Script characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| ThemeFontEastAsia | Gets the theme font used to format East Asian characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| ThemeFontHighAnsi | Gets the theme font for High ANSI characters in the current DocumentText object. Inherited from ReadOnlyTextPropertiesBase. |
| 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. |
| WidowOrphanControl | Gets whether the control over the widow and orphan lines is applied. Inherited from ReadOnlyParagraphPropertiesBase. |
See Also