Click or drag to resize
TextParaFirstLineIndent Property
Gets the amount used to indent the first line of a paragraph relative to the left indent. The left indent is the indent for all lines of the paragraph except the first line.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Nullable<float> FirstLineIndent { get; }

Property Value

Type: NullableSingle
See Also