The Paragraph type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another Paragraph to the current object.
|
Properties
Name | Description | |
---|---|---|
HangingIndent |
Gets or sets the first line indent or hanging line indent for the paragraph,
relative to left indent.
This property can be negative.
If positive, indents just the first line (first line indent).
If negative, indents all lines but the first (hanging indent).
Default: 0tw. |
|
LeftIndent |
Gets or sets the indentation from the left edge of the Textbox, less left padding.
Default: 0tw. |
|
ListLevel |
Gets or sets the numbering style and/or indentation level.
Must be equal or greater than 0 and less or equal than 9.
For paragraphs with ListStyle None,
this property serves to indent the paragraph.
When ListStyle is Bulleted or Numbered,
it serves as indentation level and bullet/number style.
Default: 0. |
|
ListStyle |
Gets or sets a value indicating whether this paragraph is part of a list,
and identifies the numbering type.
|
|
RightIndent |
Gets or sets the indentation from the right edge of the Textbox, less right padding.
Default: 0tw. |
|
SpaceAfter |
Gets or sets the spacing after the paragraph. Cannot be negative.
Default: 0tw. |
|
SpaceBefore |
Gets or sets the spacing before the paragraph. Cannot be negative.
Default: 0tw. |
|
Style |
Gets the Style object that defines style properties for the paragraph.
|
|
Textbox |
Gets the Textbox object containing this object.
|
|
TextRuns |
Gets the TextRuns collection.
|