Click or drag to resize

DocxParagraphSetListStyle Method

Sets the list style. convert the string to enum

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxParagraph SetListStyle(
	string listStyle,
	int level
)

Parameters

listStyle  String
The list style.
level  Int32
The level.

Return Value

DocxParagraph
DocxParagraph.
See Also