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.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_indexIntoParentCollectionDef | Infrastructure. |
![]() |
m_instance | Infrastructure. |
![]() |
m_isOldSnapshot | Infrastructure. (Inherited from ReportElement.) |
![]() |
m_listLevel | Infrastructure. |
![]() |
m_listStyle | Infrastructure. |
![]() |
m_parentDefinitionPath | Infrastructure. (Inherited from ReportElement.) |
![]() |
m_style | Infrastructure. (Inherited from ReportElement.) |
![]() |
m_textBox | Infrastructure. |
![]() |
m_textRunCollection | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefinitionPath | Gets the path to this report definition object in the report definition. (Overrides ReportElement.DefinitionPath.) |
![]() |
HangingIndent | Indicates the first line indent or hanging line indent for the paragraph. |
![]() |
ID | Gets the unique identifier for this report definition object. (Inherited from ReportElement.) |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
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. |
![]() |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Inherited from ReportElement.) |
![]() |
RightIndent | Indentation from the right edge of the Textbox, less right padding. |
![]() |
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