ParagraphFormat
AfterSpacingLines Property
|
Gets or sets a value specifies the spacing that should be added after the last line
in this paragraph in the document in line units.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float AfterSpacingLines { get; set; }
Public Property AfterSpacingLines As Single
Get
Set
public:
property float AfterSpacingLines {
float get ();
void set (float value);
}
member AfterSpacingLines : float32 with get, set
Property Value
Type:
Single
See Also