OpenXmlParagraphProperties Class Members
In This Topic
The following tables list the members exposed by
OpenXmlParagraphProperties.
Public Constructors
Public Properties
| Name | Description |
 | AutoSpacingAfterParagraph | Gets or sets a value indicating whether the spacing after paragraph must be calculated automatically. |
 | AutoSpacingBeforeParagraph | Gets or sets a value indicating whether the spacing before paragraph must be calculated automatically. |
 | ContextualSpacing | Gets or sets a value indicating whether paragraph spacing above and below must be ignored when identical styles are used. |
 | CustomTabStops | Gets or sets the custom tab stops. |
 | FillColor | Gets or sets the fill color of the paragraph. |
 | FirstLineIndentation | Gets or sets the first line indentation, in Vintasoft.Imaging.UnitOfMeasure.Points, of paragraph. |
 | HangingIndentation | Gets or sets the size, in Vintasoft.Imaging.UnitOfMeasure.Points, of the indentation that must be removed from the first line of paragraph. |
 | IsEmpty | Gets a value indicating whether this paragraph properties are empty. |
 | Justification | Gets or sets the paragraph justification. |
 | KeepLines | Gets or sets a value indicating whether this paragraph should not be broken. |
 | KeepNext | Gets or sets a value indicating whether this paragraph should not be separated from the next paragraph. |
 | LeftIndentation | Gets or sets the left indentation, in Vintasoft.Imaging.UnitOfMeasure.Points, of paragraph. |
 | LineHeightExact | Gets or sets the line height, in Vintasoft.Imaging.UnitOfMeasure.Points, of paragraph. |
 | LineHeightFactor | Gets or sets the line height factor of paragraph. |
 | LineHeightMinimum | Gets or sets the line height, in Vintasoft.Imaging.UnitOfMeasure.Points, that is specified using minimum rule. |
 | Numeration | Gets or sets the numeration of paragraph. |
 | NumerationLevel | Gets or sets the numeration level of paragraph. |
 | PageBreakBefore | Gets or sets a value indicating whether this paragraph should be started from new page. |
 | RightIndentation | Gets or sets the right indentation, in Vintasoft.Imaging.UnitOfMeasure.Points, of paragraph. |
 | SpacingAfterParagraph | Gets or sets the spacing, in Vintasoft.Imaging.UnitOfMeasure.Points, after paragraph. |
 | SpacingBeforeParagraph | Gets or sets the spacing, in Vintasoft.Imaging.UnitOfMeasure.Points, before paragraph. |
 | Style | Gets or sets the style. |
 | WidowControl | Gets or sets a value indicating whether widow control is enabled. |
Public Methods
| Name | Description |
 | Clone | Clones this instance. |
  | GetChanges | Returns paragraph properties, which contain changed properties between old and new paragraph properties. |
 | RemoveNumeration | Removes the numeration. |
See Also