DioDocs for PDF
AppendAnchoredObject メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス : AppendAnchoredObject メソッド
The object's width.
The object's height.
Indicates whether to wrap the object with text.
Adds an anchored object with specified dimensions to the end of the Inlines collection.
シンタックス
'宣言
 
Public Function AppendAnchoredObject( _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal wrapWithText As System.Boolean _
) As AnchoredObject
public AnchoredObject AppendAnchoredObject( 
   System.float width,
   System.float height,
   System.bool wrapWithText
)

パラメータ

width
The object's width.
height
The object's height.
wrapWithText
Indicates whether to wrap the object with text.

戻り値の型

The created AnchoredObject.
参照

TextLayout クラス
TextLayout メンバ