Click or drag to resize

DocxTableRowSetFontItalic Method

Sets the font italic.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTableRow SetFontItalic(
	bool italic
)

Parameters

italic  Boolean
if set to true [italic].

Return Value

DocxTableRow
DocxTableRow.
See Also