C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ParagraphObject Class
Properties Methods


ParagraphObject Class Members

The following tables list the members exposed by ParagraphObject.

Public Properties
 NameDescription
Public PropertyGets the C1PrintDocument containing the current paragraph object.  
Public PropertyGets the first RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.  
Public PropertyGets or sets the C1Hyperlink associated with the current paragraph object.  
Public PropertyGets the index of the current paragraph object in the containing ParagraphObjectCollection.  
Public PropertyGets the last RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.  
Public PropertyGets the ParagraphObjectCollection containing the current paragraph object.  
Public PropertyGets 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 PropertyGets the RenderParagraph containing the current paragraph object.  
Public PropertyGets the Style associated with the current paragraph object.  
Public PropertyGets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1.  
Public PropertyGets or sets arbitrary data associated with the current paragraph object.  
Top
Protected Properties
 NameDescription
Protected PropertyFor internal use.  
Protected PropertyFor internal use.  
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another ParagraphObject to the current object.  
Public MethodCreates a copy of the current ParagraphObject object.  
Top
Protected Methods
 NameDescription
Protected MethodCreates instance of object same type as current ParagraphObject object.  
Protected MethodFor internal use.  
Protected MethodFor internal use.  
Protected MethodFor internal use.  
Protected MethodIndicates whether the Style property should be serialized.  
Top
See Also