DioDocs for PDF
Append(AnchoredObject,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > Append メソッド : Append(AnchoredObject,Boolean) メソッド
The anchored object to add or copy.
If true, a copy of the anchoredObject will be created and added. Otherwise, the passed object itself will be added.
Adds an anchored object, or a copy of it, to the end of the Inlines collection.

If adding the same anchored object multiple times, make sure to pass true as the addCopy parameter.

シンタックス
'宣言
 
Public Overloads Function Append( _
   ByVal anchoredObject As AnchoredObject, _
   Optional ByVal addCopy As System.Boolean _
) As AnchoredObject
public AnchoredObject Append( 
   AnchoredObject anchoredObject,
   System.bool addCopy
)

パラメータ

anchoredObject
The anchored object to add or copy.
addCopy
If true, a copy of the anchoredObject will be created and added. Otherwise, the passed object itself will be added.

戻り値の型

The appended anchored object.
参照

TextLayout クラス
TextLayout メンバ
オーバーロード一覧