DocxParagraphStyle.LineSpacing Property

QsInformatica.Utils

DocxParagraphStyleLineSpacing Property

Gets or sets the line spacing.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public double LineSpacing { get; set; }
Public Property LineSpacing As Double
	Get
	Set
public:
property double LineSpacing {
	double get ();
	void set (double value);
}
member LineSpacing : float with get, set

Property Value

Type: Double
See Also