'Declaration Public Function SetParagraphNumeration( _
ByVal editorThe document editor.As Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor, _
ByVal numerationThe numeration to set.As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentNumbering, _
ByVal numerationLevelThe numeration level.As System.Int32 _
) As Boolean
public bool SetParagraphNumeration(
Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor editor,
Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentNumbering numeration,
System.Int32 numerationLevel
)
public: bool SetParagraphNumeration(
Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor* editor,
Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentNumbering* numeration,
System.Int32 numerationLevel
)
public:
bool SetParagraphNumeration(
Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor^ editor,
Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentNumbering^ numeration,
System.Int32 numerationLevel
)
Parameters
- editor
- The document editor.
- numeration
- The numeration to set.
- numerationLevel
- The numeration level.
Return Value
True if numeration is set and document is changed; otherwise, false.