Click or drag to resize

DocxRunSetFontColor(Int32, Int32, Int32) Method

Sets the color.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxRun SetFontColor(
	int r,
	int g,
	int b
)

Parameters

r  Int32
The r.
g  Int32
The g.
b  Int32
The b.

Return Value

DocxRun
DocxRun.
See Also