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