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
)
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
-
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