Click or drag to resize

DocxRunItalic Property

Gets or sets a value indicating whether this DocxRun is italic.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool Italic { get; set; }

Property Value

Boolean
true if italic; otherwise, false.
See Also