The ParagraphFormat type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ParagraphFormat |
Initializes a new instance of the ParagraphFormat class.
|
Methods
| Name | Description | |
|---|---|---|
| ClearFormatting |
Clears the formatting.
(Overrides Format ClearFormatting .) | |
| Clone |
Clones this ParagraphFormat instance.
| |
| Equals |
Determines whether the specified Object is equal to this ParagraphFormat instance.
(Overrides Object Equals(Object).) | |
| GetHashCode |
Returns a hash code for this ParagraphFormat instance.
(Overrides Object GetHashCode .) |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Properties
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the text alignment for the paragraph.
| |
| BackgroundColor |
Gets or sets the paragraph background color.
| |
| Borders |
Gets the paragraph borders.
| |
| Document |
Gets the owner document.
(Inherited from Format.) | |
| KeepLinesTogether |
When true, all lines for this paragraph are maintained on a single page whenever possible.
| |
| KeepWithNext |
When true, the paragraph is on the same page as the following paragraph whenever possible.
| |
| LeftIndentation |
Gets or sets (in points) the left indentation for the paragraph.
| |
| LineSpacing |
Gets or sets the line spacing.
| |
| LineSpacingRule |
Gets or sets the line spacing rule.
| |
| MirrorIndents |
Gets or sets whether the paragraph indents should be interpreted as mirrored indents.
| |
| NoSpaceBetweenParagraphsOfSameStyle |
When true, spacing between paragraphs with the same style will be ignored.
| |
| OutlineLevel |
Gets or sets the outline level.
| |
| PageBreakBefore |
When true, this paragraph is rendered on the start of a new page in the document.
| |
| RightIndentation |
Gets or sets (in points) the right indentation for the paragraph.
| |
| RightToLeft |
When true, this is a right-to-left paragraph. Supported only in DOCX format.
| |
| SpaceAfter |
Gets or sets the amount of spacing after the paragraph (in points).
| |
| SpaceBefore |
Gets or sets the amount of spacing before the paragraph (in points).
| |
| SpecialIndentation |
Gets or sets the special indentation for the paragraph.
| |
| Style |
Gets or sets the style.
| |
| Tabs |
Gets the TabStops collection.
| |
| WidowControl |
When true, this will prevent a single line of the paragraph from being displayed on a separate page from the remaining content.
|
See Also