| DocxRunSetFontColor(Int32, Int32, Int32) Method |
Sets the color.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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 Int32
- The r.
- g Int32
- The g.
- b Int32
- The b.
Return Value
DocxRunDocxRun.
See Also