C# 클래스 Aspose.Words.Examples.CSharp.Rendering_and_Printing.LayoutInfoWriter

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Run ( LayoutEnumerator it ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

Run() 공개 정적인 메소드

public static Run ( LayoutEnumerator it ) : void
it LayoutEnumerator
리턴 void