C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Tables.SpecifyHeightAndWidth

Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
AutoFitToPageWidth ( string dataDir ) : void

Shows how to set a table to auto fit to 50% of the page width.

RetrievePreferredWidthType ( string dataDir ) : void

Shows how to retrieves the preferred width type of a table cell.

SetPreferredWidthSettings ( string dataDir ) : void

Shows how to set the different preferred width settings.

Method Details

Run() public static method

public static Run ( ) : void
return void