Paragraph Members
In This Article
#Properties
Name | Description |
---|---|
Alignment | Gets or sets the paragraph’s text alignment. |
Back |
Gets or sets the background color of the paragraph. |
Borders | Obtains paragraph borders. |
Contextual |
Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. |
First |
Gets or sets a value specifying the indent for the first line in a paragraph. |
First |
Gets or sets a value specifying whether and how the first line in a paragraph is indented. |
Index | Gets the index number of a paragraph in a document. |
Is |
Indicates whether the current paragraph is in a bulleted or a numbered list. |
Keep |
Gets or sets whether to prevent all page breaks that interrupt a paragraph. |
Keep |
Gets or sets whether to put a break between the current paragraph and the next paragraph. |
Left |
Gets or sets the left indent for the specified paragraph. |
Line |
Gets or sets a line spacing value. |
Line |
Gets or sets the multiplier which is used to calculate the line spacing value. |
Line |
Gets or sets the type of spacing between lines in a paragraph. |
List |
Gets or sets the index of a list applied to the paragraph. |
List |
Gets or sets the list level applied to the current paragraph in the numbering list. |
Outline |
Gets or sets the outline level of a paragraph. |
Page |
Gets or sets whether to insert a page break before specified paragraph. |
Range | Gets the document range occupied by the current paragraph. |
Right |
Gets or sets the right indent for the specified paragraph. |
Right |
Gets or sets whether to change the paragraph’s text direction to right-to-left. |
Spacing |
Gets or sets the spacing after the current paragraph. |
Spacing |
Gets or sets the spacing before the current paragraph. |
Style | Gets or sets the paragraph style applied to the current paragraph. |
Suppress |
Gets or sets a value indicating whether a paragraph can be hyphenated. |
Suppress |
Gets or sets whether line numbers are displayed for the current paragraph. |
Widow |
Gets or sets whether to apply control over the widow and orphan lines. |
#Methods
Name | Description |
---|---|
Begin |
Starts modifying tab stops in a paragraph. |
End |
Finalizes modifications of tab stops for the paragraph. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Paragraph instance. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Paragraph object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets the paragraph formatting to its base style. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Operators
Name | Description |
---|---|
Equality |
Compares two Paragraph objects for equality. |
Inequality |
Compares two Paragraph objects to determine whether they are not equal. |
See Also