Sets the first line indent for the specified paragraph of the shape.
Applies to: Shape object
object.SetParaFirstInd ( iFrom, iTo, FirstInd ) |
The SetParaFirstInd method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
iFrom | Required. An expression that returns a Long value. The index of the first character of the paragraph. |
iTo | Required. An expression that returns a Long value. The index of the last character of the paragraph. |
FirstInd | Required. An expression that returns a Single value. The first line indent value for the paragraph. |
Note, that if the paragraph collection of the shape doesn't contain the paragraph that corresponds to the character sequence within the iFrom to iTo range, the SetParaFirstInd method adds a new paragraph and applies the specified first line indent to it.
If the iFrom and iTo parameters were specified incorrectly, no changes are made. The first line indent size is measured in internal units (InternalUnit).