Click or drag to resize

DocxRunSetItalic Method

Sets the italic.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxRun SetItalic(
	bool italic
)

Parameters

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

Return Value

Type: DocxRun
DocxRun.
See Also