Paragraph Members
Include Protected Members
Include Inherited Members
Represents a paragraph of text within a text box and contains a collection of TextRun elements.
The Paragraph type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Paragraph() | Creates a new instance of the Paragraph class. | |
Paragraph(IPropertyStore) | Creates a new instance of the Paragraph class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
_HangingIndent | Infrastructure. | |
_LeftIndent | Infrastructure. | |
_ListLevel | Infrastructure. | |
_ListStyle | Infrastructure. | |
_RightIndent | Infrastructure. | |
_SpaceAfter | Infrastructure. | |
_SpaceBefore | Infrastructure. | |
_TextAlign | Infrastructure. | |
HangingIndent | Indicates the first line indent or hanging line indent for the paragraph. | |
LeftIndent | Indentation from the left edge of the Textbox, less left padding. | |
ListLevel | Indicates the numbering style and/or indentation level. | |
ListStyle | Indicates whether this paragraph is part of a list, and identifies the numbering type. | |
ParagraphNumber | Infrastructure. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
RightIndent | Indentation from the right edge of the text box, less right padding. | |
Site | Infrastructure. (Inherited from ReportObject.) | |
SpaceAfter | Spacing after the paragraph. | |
SpaceBefore | Spacing before the paragraph. | |
Style | Gets the style properties of this report definition object. (Inherited from ReportElement.) | |
TextRuns | Gets the text runs in the paragraph. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top