Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns or sets the left indent value (in characters) for the specified paragraphs. Read/write Single.
Syntax
expression. CharacterUnitLeftIndent
expression Required. A variable that represents a 'ParagraphFormat' object.
Example
This example sets the left indent of the first paragraph in the active document to one character from the left margin.
ActiveDocument.Paragraphs(1) _
.CharacterUnitLeftIndent = 1
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.