PrintDocument for WinForms
Content プロパティ (RenderParagraph)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderParagraph クラス : Content プロパティ
Gets the ParagraphObjectCollection representing the content (text and images) of the current paragraph.
シンタックス
'宣言
 
Public ReadOnly Property Content As ParagraphObjectCollection
'使用法
 
Dim instance As RenderParagraph
Dim value As ParagraphObjectCollection
 
value = instance.Content
public ParagraphObjectCollection Content {get;}
解説
This method always returns a non-nullParagraphObjectCollection, initializing it if it did not exist. To test whether a paragraph already contains content without creating the RenderParagraph.Content collection, use the RenderParagraph.HasContent property.
参照

RenderParagraph クラス
RenderParagraph メンバ