C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Sections.AddDeleteSection

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
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.

Method Details

Run() public static method

public static Run ( ) : void
return void