C# Class Aspose.Words.Examples.CSharp.Rendering_and_Printing.LayoutInfoWriter

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

Public Methods

Method Description
Run ( LayoutEnumerator it ) : void

Private Methods

Method Description
AddPadding ( string padding ) : string

Returns a string of spaces for padding purposes.

DisplayEntityInfo ( LayoutEnumerator it, string padding ) : void

Displays information about the current layout entity to the console.

DisplayLayoutElements ( LayoutEnumerator it, string padding ) : void

Enumerates forward through each layout element in the document and prints out details of each element.

Method Details

Run() public static method

public static Run ( LayoutEnumerator it ) : void
it LayoutEnumerator
return void