'Declaration Public Function CreateChangeParagraphLeftIndentation( _
ByVal indentationDeltaThe delta of left indentation, in Vintasoft.Imaging.UnitOfMeasure.Points.As Single _
) As Vintasoft.Imaging.UIActions.UIAction
public Vintasoft.Imaging.UIActions.UIAction CreateChangeParagraphLeftIndentation(
float indentationDelta
)
public: Vintasoft.Imaging.UIActions.UIAction* CreateChangeParagraphLeftIndentation(
float indentationDelta
)
public:
Vintasoft.Imaging.UIActions.UIAction^ CreateChangeParagraphLeftIndentation(
float indentationDelta
)
Parameters
- indentationDelta
- The delta of left indentation, in Vintasoft.Imaging.UnitOfMeasure.Points.
Return Value
An UIAction that changes left indentation for selected paragraph(s).