Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Sections.AddDeleteSection.Run C# (CSharp) Метод

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

public static Run ( ) : void
Результат void
        public static void Run()
        {
            
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir_WorkingWithSections() + "Section.AddRemove.doc";
            AddSection(dataDir);
            DeleteSection(dataDir);
            DeleteAllSections(dataDir);
        }
        /// <summary>