Skip to main content

Paragraph Members

Represents a single paragraph in a document.

#Properties

Name Description
Alignment Gets or sets text alignment within a paragraph.
BackColor Gets or sets the background color of the paragraph.
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 for the first line in a paragraph.
FirstLineIndentType Gets or sets a value specifying if the first line in a paragraph is indented, and how.
Index Gets the index number of a paragraph in a document.
IsInList Indicates whether the current paragraph is in a bulleted or a numbered list.
KeepLinesTogether Gets or sets whether to prevent all page breaks that interrupt a paragraph.
LeftIndent Gets or sets the left indent for the specified paragraph.
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 lines in a paragraph.
ListIndex Gets or sets the index of a list applied to the paragraph.
ListLevel Gets or sets the list level applied to the current paragraph in the numbering list.
OutlineLevel Gets or sets the outline level of a paragraph.
PageBreakBefore Gets or sets whether a page break is inserted automatically before specified paragraph.
Range Gets the document range occupied by the current paragraph.
RightIndent Gets or sets the right indent for the specified paragraph.
SpacingAfter Gets or sets the spacing after the current paragraph.
SpacingBefore Gets or sets the spacing before the current paragraph.
Style Gets or sets the paragraph style applied to the current paragraph.
SuppressHyphenation Gets or sets a value indicating whether a paragraph can be hyphenated.
SuppressLineNumbers Gets or sets whether line numbers are displayed for the current paragraph.

#Methods
Show Inherited Hide Inherited

Name Description
BeginUpdateTabs(Boolean) Starts modifying tab stops in a paragraph.
EndUpdateTabs(TabInfoCollection) Finalizes modifications of tab stops for the current paragraph.
Equals(Object) Determines whether the specified object is equal to the current Paragraph instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current Paragraph object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets the paragraph formatting to its base style.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also