Click or drag to resize

ParagraphAppendShapeGroup Method

Append shape Group to the end of the paragraph.

Namespace:  Spire.Doc.Documents
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public ShapeGroup AppendShapeGroup(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The width.
height
Type: SystemSingle
The height.

Return Value

Type: ShapeGroup
See Also