| DocxCellSetFontItalic Method |
Imposta il font come italic
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public DocxCell SetFontItalic(
bool italic
)
Public Function SetFontItalic (
italic As Boolean
) As DocxCell
public:
DocxCell^ SetFontItalic(
bool italic
)
member SetFontItalic :
italic : bool -> DocxCell
Parameters
- italic Boolean
- if set to true [italic].
Return Value
DocxCellDocxCell.
See Also