C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Sections.AddDeleteSection

Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( ) : void

Приватные методы

Метод Описание
AddSection ( string dataDir ) : void

Shows how to add a section to the end of the document.

DeleteAllSections ( string dataDir ) : void

Shows how to remove all sections from a document.

DeleteSection ( string dataDir ) : void

Shows how to remove a section at the specified index.

Описание методов

Run() публичный статический метод

public static Run ( ) : void
Результат void