| DocxParagraphStyle Property |
Sets the style provided as string
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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
StringThe style.
See Also