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

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

public static Run ( ) : void
Результат void
        public static void Run()
        {            
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir_WorkingWithTables();
            ApplyOutlineBorder(dataDir);
            BuildTableWithBordersEnabled(dataDir);
            ModifyRowFormatting(dataDir);
            ApplyRowFormatting(dataDir);
            ModifyCellFormatting(dataDir);
            FormatTableAndCellWithDifferentBorders(dataDir);
        }
        /// <summary>