Click or drag to resize

DocxTableSetFontItalic Method

Sets the font italic.

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

Parameters

italic
Type: SystemBoolean
if set to true [italic].

Return Value

Type: DocxTable
DocxTableRow.
See Also