A Sandcastle Documented Class Library
![]() | DocxCellItalic Property |
Sets a value indicating whether this DocxCell is italic.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

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.
