DioDocs for PDF
Clone メソッド (TextLayout)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : Clone メソッド
Indicates whether to copy Inline objects with text data to the new instance of TextLayout.
Indicates whether to copy ObjectRect embedded objects to the new instance of TextLayout.
Creates a copy of the current TextLayout instance.
シンタックス
'宣言
 
Public Function Clone( _
   Optional ByVal copyInlines As System.Boolean, _
   Optional ByVal copyObjectRects As System.Boolean _
) As TextLayout
public TextLayout Clone( 
   System.bool copyInlines,
   System.bool copyObjectRects
)

パラメータ

copyInlines
Indicates whether to copy Inline objects with text data to the new instance of TextLayout.
copyObjectRects
Indicates whether to copy ObjectRect embedded objects to the new instance of TextLayout.

戻り値の型

The newly created instance of TextLayout.
参照

TextLayout クラス
TextLayout メンバ