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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_indexIntoParentCollectionDef Infrastructure.
Protected field m_instance Infrastructure.
Protected field m_isOldSnapshot Infrastructure. (Inherited from ReportElement.)
Protected field m_listLevel Infrastructure.
Protected field m_listStyle Infrastructure.
Protected field m_parentDefinitionPath Infrastructure. (Inherited from ReportElement.)
Protected field m_style Infrastructure. (Inherited from ReportElement.)
Protected field m_textBox Infrastructure.
Protected field m_textRunCollection Infrastructure.

Top

Properties

  Name Description
Public property DefinitionPath Gets the path to this report definition object in the report definition. (Overrides ReportElement.DefinitionPath.)
Public property HangingIndent Indicates the first line indent or hanging line indent for the paragraph.
Public property ID Gets the unique identifier for this report definition object. (Inherited from ReportElement.)
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property LeftIndent Indentation from the left edge of the Textbox, less left padding.
Public property ListLevel Indicates the numbering style and/or indentation level.
Public property ListStyle Indicates whether this paragraph is part of a list, and identifies the numbering type.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Inherited from ReportElement.)
Public property RightIndent Indentation from the right edge of the Textbox, less right padding.
Public property SpaceAfter Spacing after the paragraph.
Public property SpaceBefore Spacing before the paragraph.
Public property Style Gets the style properties of this report definition object. (Inherited from ReportElement.)
Public property TextRuns Gets the text runs in the paragraph.

Top