Membros Paragraph
Represents a paragraph of text within a text box, and contains a collection of TextRun elements.
O tipo Paragraph expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_indexIntoParentCollectionDef | Infraestrutura. | |
m_instance | Infraestrutura. | |
m_isOldSnapshot | Infraestrutura. (Herdado de ReportElement.) | |
m_listLevel | Infraestrutura. | |
m_listStyle | Infraestrutura. | |
m_parentDefinitionPath | Infraestrutura. (Herdado de ReportElement.) | |
m_style | Infraestrutura. (Herdado de ReportElement.) | |
m_textBox | Infraestrutura. | |
m_textRunCollection | Infraestrutura. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DefinitionPath | Gets the path to this report definition object in the report definition. (Substitui 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. (Herdado de 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. (Herdado de 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. (Herdado de ReportElement.) | |
TextRuns | Gets the text runs in the paragraph. |
Início
Consulte também