| DocxRunSetFontColor Method (Color) |
Sets the color of the font.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax public DocxRun SetFontColor(
Color color
)
Public Function SetFontColor (
color As Color
) As DocxRun
public:
DocxRun^ SetFontColor(
Color color
)
member SetFontColor :
color : Color -> DocxRun
Parameters
- color
- Type: System.DrawingColor
The color.
Return Value
Type:
DocxRunDocxRun.
See Also