ParagraphFormat
BeforeSpacingLines Property
|
Gets or sets a value specifies the spacing that should be added before the first 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 BeforeSpacingLines { get; set; }
Public Property BeforeSpacingLines As Single
Get
Set
public:
property float BeforeSpacingLines {
float get ();
void set (float value);
}
member BeforeSpacingLines : float32 with get, set
Property Value
Type:
Single
See Also