Freigeben über


ParagraphFormat2.FirstLineIndent Property

Gets or sets the value (in points) for a first line or hanging indent. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property FirstLineIndent As Single
    Get
    Set
'Usage
Dim instance As ParagraphFormat2
Dim value As Single

value = instance.FirstLineIndent

instance.FirstLineIndent = value
float FirstLineIndent { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

ParagraphFormat2 Interface

ParagraphFormat2 Members

Microsoft.Office.Core Namespace