Click or drag to resize

Paragraph AppendShape Method

Append Shape to the end of the paragraph.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ShapeObject AppendShape(
	float width,
	float height,
	ShapeType shapeType
)

Parameters

width
Type: System Single
Shape width
height
Type: System Single
Shape height
shapeType
Type: Spire.Doc.Documents ShapeType
Shape type

Return Value

Type: ShapeObject
See Also