Click or drag to resize

DocxParagraphStyleSetColor Method

Sets the color.

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

Parameters

r
Type: SystemInt32
The r.
g
Type: SystemInt32
The g.
b
Type: SystemInt32
The b.
See Also