ParagraphInstance Members
Include Protected Members
Include Inherited Members
Represents an instance type of the Paragraph class, and contains the calculated values of the properties in Paragraph.
The ParagraphInstance 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.) | |
ResetInstanceCache() | Infrastructure. (Overrides ReportElementInstance.ResetInstanceCache().) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_reportElementDef | Infrastructure. (Inherited from ReportElementInstance.) | |
m_style | Infrastructure. (Inherited from ReportElementInstance.) | |
m_textRunInstances | Infrastructure. | |
m_uniqueName | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Definition | Gets the definition class of this ParagraphInstance. | |
HangingIndent | Gets the calculated value of the HangingIndent property in a Paragraph class. | |
IsCompiled | Gets a Boolean value that indicates whether this ParagraphInstance is a CompiledParagraphInstance. | |
LeftIndent | Gets the calculated value of the LeftIndent property in a Paragraph class. | |
ListLevel | Gets the calculated value of the ListLevel property in a Paragraph class. | |
ListStyle | Gets the calculated value of the ListStyle property in a Paragraph class. | |
RightIndent | Gets the calculated value of the RightIndent property in a Paragraph class. | |
SpaceAfter | Gets the calculated value of the SpaceAfter property in a Paragraph class. | |
SpaceBefore | Gets the calculated value of the SpaceBefore property in a Paragraph class. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Inherited from ReportElementInstance.) | |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. | |
UniqueName | Gets the unique identifier of this instance object. |
Top