| DocxRunSetFontColor Method (Int32, Int32, Int32) |
Sets the color.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public DocxRun SetFontColor(
int r,
int g,
int b
)
Public Function SetFontColor (
r As Integer,
g As Integer,
b As Integer
) As DocxRun
public:
DocxRun^ SetFontColor(
int r,
int g,
int b
)
member SetFontColor :
r : int *
g : int *
b : int -> DocxRun
Parameters
- r
- Type: SystemInt32
The r. - g
- Type: SystemInt32
The g. - b
- Type: SystemInt32
The b.
Return Value
Type:
DocxRunDocxRun.
See Also