The ParagraphObject type exposes the following members.

Constructors

  Name Description
Public method ParagraphObject
Initializes a new instance of the ParagraphObject class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ParagraphObject to the current object.
Protected method ClearCalculatedValues
For internal use.
Protected method GetCalculatedValue(Int32)
For internal use.
Protected method GetCalculatedValue(Int32, Object%)
For internal use.
Protected method GetLength
For internal use.
Protected method HasCalculatedValue
For internal use.
Protected method ResolveCalculatedValues
For internal use.
Protected method SetCalculatedValue
For internal use.
Protected method ShouldSerializeStyle
Indicates whether the Style property should be serialized.

Properties

  Name Description
Public property Document
Gets the C1PrintDocument containing the current paragraph object.
Public property FirstFragment
Gets the first RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
Public property Hyperlink
Gets or sets the C1Hyperlink associated with the current paragraph object.
Public property IndexInOwner
Gets the index of the current paragraph object in the containing ParagraphObjectCollection.
Public property LastFragment
Gets the last RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
Public property PositionInText
Gets the character 0-based position of the current paragraph object in the text of the paragraph.

Each non-text paragraph object (ParagraphImage) counts as one character.

Public property RenderParagraph
Gets the RenderParagraph containing the current paragraph object.
Public property Style
Gets the Style associated with the current paragraph object.
Public property TextLength
Gets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1.
Public property UserData
Gets or sets arbitrary data associated with the current paragraph object.

Explicit Interface Implementations

See Also