C1.C1Preview Namespace : ParagraphObject Class |
The following tables list the members exposed by ParagraphObject.
Name | Description | |
---|---|---|
Document | Gets the C1PrintDocument containing the current paragraph object. | |
FirstFragment | Gets the first RenderParagraphFragment of all fragments produced by the containing ParagraphObject.RenderParagraph that contains the current ParagraphObject. | |
Hyperlink | Gets or sets the C1Hyperlink associated with the current paragraph object. | |
IndexInOwner | Gets the index of the current paragraph object in the containing ParagraphObjectCollection. | |
LastFragment | Gets the last RenderParagraphFragment of all fragments produced by the containing ParagraphObject.RenderParagraph that contains the current ParagraphObject. | |
Owner | Gets the ParagraphObjectCollection containing the current paragraph object. | |
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. | |
RenderParagraph | Gets the ParagraphObject.RenderParagraph containing the current paragraph object. | |
Style | Gets the Style associated with the current paragraph object. | |
TextLength | Gets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1. | |
UserData | Gets or sets arbitrary data associated with the current paragraph object. |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another ParagraphObject to the current object. | |
Clone | Creates a copy of the current ParagraphObject object. |