DocxParagraph.Italic Property

QsInformatica.Utils

DocxParagraphItalic Property

Sets a value indicating whether this DocxParagraph is italic.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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: Boolean
true if italic; otherwise, false.
See Also