ApiShape
class ApiShape
Description
Class representing a shape.
Instance Methods
- GetClassType
(): shape
Returns a type of the ApiShape class.
- GetDocContent
(): ApiDocumentContent
Returns the shape inner contents where a paragraph or text runs can be inserted.
- GetContent
(): ApiDocumentContent
Returns the shape inner contents where a paragraph or text runs can be inserted.
- SetVerticalTextAlign
(VerticalAlign)
Sets the vertical alignment to the shape content where a paragraph or text runs can be inserted.
- SetPaddings
(nLeft, nTop, nRight, nBottom)
Sets the text paddings to the current shape.
- GetNextShape
(): ApiShape | "null"
Returns the next inline shape if exists.
- GetPrevShape
(): ApiShape | "null"
Returns the previous inline shape if exists.