Click or drag to resize

DocxParagraphStyleSetColor Method

Sets the color.

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

Parameters

r  Int32
The r.
g  Int32
The g.
b  Int32
The b.
See Also