跳到主要内容

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

NameRequired/OptionalData typeDefaultDescription
nLeftRequiredEMULeft padding.
nTopRequiredEMUTop padding.
nRightRequiredEMURight padding.
nBottomRequiredEMUBottom padding.

Returns

boolean