Class ResolvedParagraphProperties
The fully-resolved formatting of a paragraph: concrete twips everywhere, tab clears applied, logical alignments mapped to physical.
public sealed class ResolvedParagraphProperties
- Inheritance
-
ResolvedParagraphProperties
- Inherited Members
Properties
- Alignment
Gets the physical alignment (Start/End already mapped via direction).
- Bidi
Gets right-to-left paragraph direction.
- BorderBetween
Gets the between-paragraphs border.
- BorderBottom
Gets the bottom border.
- BorderLeft
Gets the left border.
- BorderRight
Gets the right border.
- BorderTop
Gets the top border.
- ContextualSpacing
Gets contextual spacing (suppress spacing between same-style paragraphs).
- FirstLineOffset
Gets the first-line offset in twips: positive = first-line indent, negative = hanging.
- IndentLeft
Gets the left indent in twips.
- IndentRight
Gets the right indent in twips.
- KeepLines
Gets keep-lines-together.
- KeepNext
Gets keep-with-next.
- LineSpacing
Gets the raw line spacing value (240ths of a line for Auto, twips otherwise).
- LineSpacingRule
Gets how LineSpacing is interpreted.
- OutlineLevel
Gets the outline level (9 = body text).
- PageBreakBefore
Gets page-break-before.
- Shading
Gets the paragraph shading.
- SpacingAfter
Gets the space after the paragraph in twips.
- SpacingAfterAuto
Gets automatic after-spacing.
- SpacingBefore
Gets the space before the paragraph in twips.
- SpacingBeforeAuto
Gets automatic before-spacing.
- SuppressAutoHyphens
Gets automatic-hyphenation suppression.
- Tabs
Gets the explicit tab stops, sorted by position, clears removed.
- TextAlignment
Gets the raw ST_TextAlignment token for on-line vertical alignment ("auto" when unspecified).
- WidowControl
Gets widow/orphan control.