C1.C1Preview Namespace : ParagraphImage Class |
For a list of all members of this type, see ParagraphImage members.
Name | Description | |
---|---|---|
Document | Gets the C1PrintDocument containing the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) | |
FirstFragment | Gets the first RenderParagraphFragment of all fragments produced by the containing ParagraphObject.RenderParagraph that contains the current ParagraphObject. (Inherited from C1.C1Preview.ParagraphObject) | |
Hyperlink | Gets or sets the C1Hyperlink associated with the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) | |
Image | Gets or sets an System.Drawing.Image that is rendered by the current ParagraphImage object. | |
ImageName | Gets or sets the name of an image that is rendered by the current ParagraphImage object. When the current object renders, the actual image is retrieved by this name from the C1PrintDocument.Dictionary of the containing C1PrintDocument. | |
IndexInOwner | Gets the index of the current paragraph object in the containing ParagraphObjectCollection. (Inherited from C1.C1Preview.ParagraphObject) | |
LastFragment | Gets the last RenderParagraphFragment of all fragments produced by the containing ParagraphObject.RenderParagraph that contains the current ParagraphObject. (Inherited from C1.C1Preview.ParagraphObject) | |
Owner | Gets the ParagraphObjectCollection containing the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) | |
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. (Inherited from C1.C1Preview.ParagraphObject) | |
RenderParagraph | Gets the ParagraphObject.RenderParagraph containing the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) | |
Style | Gets the Style associated with the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) | |
TextLength | Gets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1. (Inherited from C1.C1Preview.ParagraphObject) | |
UserData | Gets or sets arbitrary data associated with the current paragraph object. (Inherited from C1.C1Preview.ParagraphObject) |