Compartir a través de


Paragraph Miembros

Represents a paragraph of text within a text box, and contains a collection of TextRun elements.

El tipo Paragraph expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_indexIntoParentCollectionDef Infraestructura.
Campo protegido m_instance Infraestructura.
Campo protegido m_isOldSnapshot Infraestructura. (Se hereda de ReportElement).
Campo protegido m_listLevel Infraestructura.
Campo protegido m_listStyle Infraestructura.
Campo protegido m_parentDefinitionPath Infraestructura. (Se hereda de ReportElement).
Campo protegido m_style Infraestructura. (Se hereda de ReportElement).
Campo protegido m_textBox Infraestructura.
Campo protegido m_textRunCollection Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement. . :: . .DefinitionPath.)
Propiedad pública HangingIndent Indicates the first line indent or hanging line indent for the paragraph.
Propiedad pública ID Gets the unique identifier for this report definition object. (Se hereda de ReportElement).
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública LeftIndent Indentation from the left edge of the Textbox, less left padding.
Propiedad pública ListLevel Indicates the numbering style and/or indentation level.
Propiedad pública ListStyle Indicates whether this paragraph is part of a list, and identifies the numbering type.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement).
Propiedad pública RightIndent Indentation from the right edge of the Textbox, less right padding.
Propiedad pública SpaceAfter Spacing after the paragraph.
Propiedad pública SpaceBefore Spacing before the paragraph.
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement).
Propiedad pública TextRuns Gets the text runs in the paragraph.

Principio