'Declaration Public Function SetParagraphNumeration( _
ByVal editorРедактор документов.As Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor, _
ByVal numerationНумерация, которую нужно установить.As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentNumbering, _
ByVal numerationLevelУровень нумерации.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
 - Редактор документов.
 - numeration
 - Нумерация, которую нужно установить.
 - numerationLevel
 - Уровень нумерации.
 
Return Value
True, если нумерация установлена и документ изменен; в противном случае - false.