| 名前 | 解説 | |
|---|---|---|
![]()  | 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. | 



