A Sandcastle Documented Class Library
![]() | DocxParagraphSetListStyle Method |
Sets the list style. convert the string to enum
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxParagraph SetListStyle( string listStyle, int level )
Public Function SetListStyle ( listStyle As String, level As Integer ) As DocxParagraph
public: DocxParagraph^ SetListStyle( String^ listStyle, int level )
member SetListStyle : listStyle : string * level : int -> DocxParagraph
Parameters
- listStyle
- Type: SystemString
The list style. - level
- Type: SystemInt32
The level.
Return Value
Type: DocxParagraphDocxParagraph.
