C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Tables.ApplyFormatting

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

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

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

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

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

Shows how to apply outline border to a table.

ApplyRowFormatting ( string dataDir ) : void

Shows how to create a table that contains a single cell and apply row formatting.

BuildTableWithBordersEnabled ( string dataDir ) : void

Shows how to build a table with all borders enabled (grid).

FormatTableAndCellWithDifferentBorders ( string dataDir ) : void

Shows how to format table and cell with different borders and shadings.

ModifyCellFormatting ( string dataDir ) : void

Shows how to modify formatting of a table cell.

ModifyRowFormatting ( string dataDir ) : void

Shows how to modify formatting of a table row.

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

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

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