[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.InlineObject.-ctor

InlineObject Constructor

InlineObject()

Creates a new instance of InlineObject.

Declaration
public InlineObject()

InlineObject(object, float, float)

Creates a new instance of InlineObject.

Declaration
public InlineObject(object obj, float width, float height)
Parameters
Type Name Description
object obj
float width
float height

InlineObject(object, float, float, TextFormat)

Creates a new instance of InlineObject.

Declaration
public InlineObject(object obj, float width, float height, TextFormat format)
Parameters
Type Name Description
object obj
float width
float height
TextFormat format

InlineObject(InlineObject)

Creates a new instance of InlineObject.

Declaration
public InlineObject(InlineObject source)
Parameters
Type Name Description
InlineObject source