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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderParagraph クラス : Content プロパティ
この RenderParagraph オブジェクトのコンテンツを表す ParagraphObjectCollection を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Content As ParagraphObjectCollection
'使用法
 
Dim instance As RenderParagraph
Dim value As ParagraphObjectCollection
 
value = instance.Content
public ParagraphObjectCollection Content {get;}
解説
このメソッドは常に非 nullParagraphObjectCollectionを、存在しなかった場合は初期化して返します。段落が Contentコレクションを作成せずに コンテンツをすでに含んでいるかどうかをテストするには、 HasContentプロパティを使用します。
参照

RenderParagraph クラス
RenderParagraph メンバ