AppendAnchoredObject Method
Adds an anchored object with specified dimensions to the end of the
Inlines collection.
public AnchoredObject AppendAnchoredObject(
System.float ,
System.float ,
System.bool
)
'Declaration
Public Function AppendAnchoredObject( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Boolean _
) As AnchoredObject
Parameters
- width
- The object's width.
- height
- The object's height.
- wrapWithText
- Indicates whether to wrap the object with text.
Return Value