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

ParagraphPropertiesBase Members

Serves as the base for the ParagraphProperties interface, providing access to paragraph properties.

Properties

Name Description
Alignment Gets or sets the paragraph’s text alignment.
BackColor Gets or sets the background color of paragraph(s).
ContextualSpacing Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style.
FirstLineIndent Gets or sets a value specifying the indent of the first line of a paragraph.
FirstLineIndentType Gets or sets a value specifying whether and how a paragraph’s first line is indented.
KeepLinesTogether Gets or sets whether to prevent all page breaks that interrupt a paragraph.
KeepWithNext Gets or sets whether to put a break between the current paragraph and the next paragraph.
LeftIndent Gets or sets a paragraph’s left indent.
LineSpacing Gets or sets a line spacing value.
LineSpacingMultiplier Gets or sets the multiplier which is used to calculate the line spacing value.
LineSpacingType Gets or sets a value which determines the spacing between paragraph’s lines.
OutlineLevel Gets or sets the paragraph’s outline level.
PageBreakBefore Gets or sets whether to insert a page break before specified paragraph(s).
RightIndent Gets or sets the paragraph’s right indent.
RightToLeft Gets or sets whether to change the paragraph’s text direction to right-to-left.
SpacingAfter Gets or sets the spacing after the current paragraph.
SpacingBefore Gets or sets the spacing before the current paragraph.
SuppressHyphenation Gets or sets whether to hyphenate a paragraph.
SuppressLineNumbers Gets or sets whether to display line numbers for the paragraphs.
WidowOrphanControl Gets or sets whether to apply control over the widow and orphan lines.

Methods

Name Description
Assign(ParagraphPropertiesBase) Copies all settings from the object passed as the parameter to the current object.
Reset() Resets the paragraph formatting to its base style.
Reset(ParagraphPropertiesMask) Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties.
See Also