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: 25.2.0.0 (25.2.0.0)
Syntax
public DocxParagraph SetListStyle(
	string listStyle,
	int level
)

Parameters

listStyle
Type: SystemString
The list style.
level
Type: SystemInt32
The level.

Return Value

Type: DocxParagraph
DocxParagraph.
See Also