DioDocs for PDF
AppendInlineObject(Object,Single,Single,TextFormat,IGcTag) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextLayout クラス > AppendInlineObject メソッド : AppendInlineObject(Object,Single,Single,TextFormat,IGcTag) メソッド
The object to add.
The object's width.
The object's height.
Formatting associated with the object.
The tag associated with the object.
Adds an inline object with specified dimensions, formatting and tag to the end of the Inlines collection.
シンタックス
'宣言
 
Public Overloads Function AppendInlineObject( _
   ByVal obj As System.Object, _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal format As TextFormat, _
   ByVal gcTag As IGcTag _
) As InlineObject
public InlineObject AppendInlineObject( 
   System.object obj,
   System.float width,
   System.float height,
   TextFormat format,
   IGcTag gcTag
)

パラメータ

obj
The object to add.
width
The object's width.
height
The object's height.
format
Formatting associated with the object.
gcTag
The tag associated with the object.

戻り値の型

The created InlineObject.
参照

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