ParagraphFormat
LineSpacing Property
|
Returns or sets line spacing property of the paragraph.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float LineSpacing { get; set; }
Public Property LineSpacing As Single
Get
Set
public:
property float LineSpacing {
float get ();
void set (float value);
}
member LineSpacing : float32 with get, set
Property Value
Type:
Single
See Also