ParagraphPropertiesWithTabs Members
Interface derived from the ParagraphPropertiesBase to include methods for specifying tab stops within a paragraph.Properties
Name | Description |
---|---|
Alignment | Gets or sets the paragraph’s text alignment. Inherited from ParagraphPropertiesBase. |
BackColor | Gets or sets the background color of paragraph(s). Inherited from ParagraphPropertiesBase. |
ContextualSpacing | Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. Inherited from ParagraphPropertiesBase. |
FirstLineIndent | Gets or sets a value specifying the indent of the first line of a paragraph. Inherited from ParagraphPropertiesBase. |
FirstLineIndentType | Gets or sets how a paragraph’s first line is indented. Inherited from ParagraphPropertiesBase. |
KeepLinesTogether | Gets or sets whether to prevent all page breaks that interrupt a paragraph. Inherited from ParagraphPropertiesBase. |
KeepWithNext | Gets or sets whether to put a break between the current paragraph and the next paragraph. Inherited from ParagraphPropertiesBase. |
LeftIndent | Gets or sets a paragraph’s left indent. Inherited from ParagraphPropertiesBase. |
LineSpacing | Gets or sets a line spacing value. Inherited from ParagraphPropertiesBase. |
LineSpacingMultiplier | Gets or sets the multiplier used to calculate the line spacing value. Inherited from ParagraphPropertiesBase. |
LineSpacingType | Gets or sets the spacing type between a paragraph’s lines. Inherited from ParagraphPropertiesBase. |
OutlineLevel | Gets or sets the paragraph’s outline level. Inherited from ParagraphPropertiesBase. |
PageBreakBefore | Gets or sets whether to insert a page break before specified paragraph(s). Inherited from ParagraphPropertiesBase. |
RightIndent | Gets or sets the paragraph’s right indent. Inherited from ParagraphPropertiesBase. |
RightToLeft | Gets or sets whether to change the paragraph’s text direction to right-to-left. Inherited from ParagraphPropertiesBase. |
SpacingAfter | Gets or sets the spacing after a paragraph. Inherited from ParagraphPropertiesBase. |
SpacingBefore | Gets or sets the spacing before a paragraph. Inherited from ParagraphPropertiesBase. |
SuppressHyphenation | Gets or sets whether to hyphenate a paragraph. Inherited from ParagraphPropertiesBase. |
SuppressLineNumbers | Gets or sets whether to display line numbers for the paragraphs. Inherited from ParagraphPropertiesBase. |
WidowOrphanControl | Gets or sets whether to apply control over the widow and orphan lines. Inherited from ParagraphPropertiesBase. |
Methods
Name | Description |
---|---|
Assign(ParagraphPropertiesBase) | Copies all settings from the object passed as the parameter to the current object. Inherited from ParagraphPropertiesBase. |
BeginUpdateTabs(Boolean) | Starts modifying paragraph tab stops. |
EndUpdateTabs(TabInfoCollection) | Finalizes modifications of tab stops for the current paragraph. |
Reset() | Resets the paragraph formatting to its base style. Inherited from ParagraphPropertiesBase. |
Reset(ParagraphPropertiesMask) | Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. Inherited from ParagraphPropertiesBase. |
See Also