Append Shape to the end of the paragraph.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ShapeObject AppendShape(
	float width,
	float height,
	ShapeType shapeType
)
Public Function AppendShape ( 
	width As Single,
	height As Single,
	shapeType As ShapeType
) As ShapeObject
public:
ShapeObject^ AppendShape(
	float width, 
	float height, 
	ShapeType shapeType
)
member AppendShape : 
        width : float32 * 
        height : float32 * 
        shapeType : ShapeType -> ShapeObject 

Parameters

width
Single
Shape width
height
Single
Shape height
shapeType
ShapeType
Shape type

Return Value

ShapeObject

See Also