CompiledParagraphInstance Members
Include Protected Members
Include Inherited Members
Represents a compiled paragraph instance generated from parsing HTML in a text run.
The CompiledParagraphInstance 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. (Inherited from ParagraphInstance.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_reportElementDef | Infrastructure. (Inherited from ReportElementInstance.) |
![]() |
m_style | Infrastructure. (Inherited from ReportElementInstance.) |
![]() |
m_textRunInstances | Infrastructure. (Inherited from ParagraphInstance.) |
![]() |
m_uniqueName | Infrastructure. (Inherited from ParagraphInstance.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CompiledTextRunInstances | Gets the parsed text runs in the compiled paragraph. |
![]() |
Definition | Gets the definition class of this ParagraphInstance. (Inherited from ParagraphInstance.) |
![]() |
HangingIndent | Gets the parsed value of the HangingIndent property in a Paragraph class. (Overrides ParagraphInstance.HangingIndent.) |
![]() |
IsCompiled | Indicates whether this paragraph instance is compiled from HTML tags. (Overrides ParagraphInstance.IsCompiled.) |
![]() |
LeftIndent | Gets the parsed value of the LeftIndent property in a Paragraph class. (Overrides ParagraphInstance.LeftIndent.) |
![]() |
ListLevel | Gets the parsed value of the ListLevel property in a Paragraph class. (Overrides ParagraphInstance.ListLevel.) |
![]() |
ListStyle | Gets the parsed value of the ListStyle property in a Paragraph class. (Overrides ParagraphInstance.ListStyle.) |
![]() |
RightIndent | Gets the parsed value of the RightIndent property in a Paragraph class. (Overrides ParagraphInstance.RightIndent.) |
![]() |
SpaceAfter | Gets the parsed value of the SpaceAfter property in a Paragraph class. (Overrides ParagraphInstance.SpaceAfter.) |
![]() |
SpaceBefore | Gets the parsed value of the SpaceBefore property in a Paragraph class. (Overrides ParagraphInstance.SpaceBefore.) |
![]() |
Style | Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present. (Overrides ReportElementInstance.Style.) |
![]() |
TextRunInstances | Gets the calculated value of the TextRuns property in a Paragraph class. (Inherited from ParagraphInstance.) |
![]() |
UniqueName | Gets the unique identifier of this instance object. (Overrides ParagraphInstance.UniqueName.) |
Top