ParagraphFormat¶
Represents a set of paragraph formatting properties which shall be applied to the contents of the parent paragraph.
Capabilities¶
Paragraph Formatting¶
- ParagraphFormat.Alignment: Gets or sets the text alignment for the paragraph.
- ParagraphFormat.BackgroundColor: Gets or sets the paragraph background color.
- ParagraphFormat.KeepLinesTogether: When true, all lines for this paragraph are maintained on a single page whenever possible.
- ParagraphFormat.KeepWithNext: When true, the paragraph is on the same page as the following paragraph whenever possible.
- ParagraphFormat.LeftIndentation: Gets or sets (in points) the left indentation for the paragraph.
- ParagraphFormat.LineSpacing: Gets or sets the line spacing.
- ParagraphFormat.LineSpacingRule: Gets or sets the line spacing rule.
- ParagraphFormat.MirrorIndents: Gets or sets whether the paragraph indents should be interpreted as mirrored indents.
- ParagraphFormat.NoSpaceBetweenParagraphsOfSameStyle: When true, spacing between paragraphs with the same style will be ignored.
- ParagraphFormat.PageBreakBefore: When true, this paragraph is rendered at the start of a new page in the document.
- ParagraphFormat.RightIndentation: Gets or sets (in points) the right indentation for the paragraph.
- ParagraphFormat.RightToLeft: When true, this is a right-to-left paragraph.
- ParagraphFormat.SpaceAfter: Gets or sets the amount of spacing after the paragraph (in points).
- ParagraphFormat.SpaceBefore: Gets or sets the amount of spacing before the paragraph (in points).
- ParagraphFormat.SpecialIndentation: Gets or sets the special indentation for the paragraph.
- ParagraphFormat.WordWrap: Gets or sets a value indicating whether to break text which exceeds the text extents of a line by moving the word to the new line or breaking the word on the character level.
- ParagraphFormat.ClearFormatting: Clears the formatting.