SetPaddings
Sets the text paddings to the current shape.
Syntax
expression.SetPaddings(nLeft, nTop, nRight, nBottom);
expression
- A variable that represents a ApiShape class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
nLeft | Required | EMU | Left padding. | |
nTop | Required | EMU | Top padding. | |
nRight | Required | EMU | Right padding. | |
nBottom | Required | EMU | Bottom padding. |
Returns
This method doesn't return any data.