The ParagraphText type exposes the following members.
Properties
Name | Description | |
---|---|---|
Document |
Gets the C1PrintDocument containing
the current paragraph object.
(Inherited from ParagraphObject.) |
|
FirstFragment |
Gets the first RenderParagraphFragment of all fragments
produced by the containing RenderParagraph that contains
the current ParagraphObject.
(Inherited from ParagraphObject.) |
|
Hyperlink |
Gets or sets the C1Hyperlink associated with the current paragraph object.
(Inherited from ParagraphObject.) |
|
IndexInOwner |
Gets the index of the current paragraph object
in the containing ParagraphObjectCollection.
(Inherited from ParagraphObject.) |
|
LastFragment |
Gets the last RenderParagraphFragment of all fragments
produced by the containing RenderParagraph that contains
the current ParagraphObject.
(Inherited from ParagraphObject.) |
|
PositionInText |
Gets the character 0-based position of the current paragraph object
in the text of the paragraph.
(Inherited from ParagraphObject.)Each non-text paragraph object (ParagraphImage) counts as one character. |
|
RenderParagraph |
Gets the RenderParagraph containing
the current paragraph object.
(Inherited from ParagraphObject.) |
|
Style |
Gets the Style associated with the current paragraph object.
(Inherited from ParagraphObject.) |
|
Text |
Gets or sets the text of the current ParagraphText.
|
|
TextLength |
Gets the length of the current paragraph object in characters.
For non-text objects (ParagraphImage), this
property returns 1.
(Inherited from ParagraphObject.) |
|
UserData |
Gets or sets arbitrary data associated with the current paragraph object.
(Inherited from ParagraphObject.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDocumentLocation..::..PageIndex | (Inherited from ParagraphObject.) | |
IDocumentLocation..::..PageNo | (Inherited from ParagraphObject.) |