| DocxParagraphItalic Property |
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public bool Italic { set; }
Public WriteOnly Property Italic As Boolean
Set
public:
property bool Italic {
void set (bool value);
}
member Italic : bool with set
Property Value
Type:
Booleantrue if italic; otherwise,
false.
See Also