DocxParagraph.Style Property

QsInformatica.Utils

DocxParagraphStyle Property

Sets the style provided as string

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string Style { set; }
Public WriteOnly Property Style As String
	Set
public:
property String^ Style {
	void set (String^ value);
}
member Style : string with set

Property Value

Type: String
The style.
See Also