C# 클래스 Zetbox.Client.Presentables.DtoViewModels.DtoPrinter.DocumentListState

DTOs as lists are rendered as a sequence of sections containing paragraphs and tables with various different parameters. This class keeps track of the current end of document and is able to append new values, groups and tables with minimal changes.
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
AddDescription ( string text ) : void
AddHeading ( int level, string text ) : void
AddHeading ( string text, object debugInfo ) : void
AddHeading1 ( string text ) : void
AddHeading2 ( string text ) : void
AddHeading3 ( string text ) : void
AddHeadingOther ( string text ) : void
AddTitle ( string text ) : void
DocumentListState ( ) : System
ForceOrientation ( Orientation orientation ) : void

비공개 메소드들

메소드 설명
FindStyle ( string styleName ) : MigraDoc.DocumentObjectModel.Style

메소드 상세

AddDescription() 공개 메소드

public AddDescription ( string text ) : void
text string
리턴 void

AddHeading() 공개 메소드

public AddHeading ( int level, string text ) : void
level int
text string
리턴 void

AddHeading() 공개 메소드

public AddHeading ( string text, object debugInfo ) : void
text string
debugInfo object
리턴 void

AddHeading1() 공개 메소드

public AddHeading1 ( string text ) : void
text string
리턴 void

AddHeading2() 공개 메소드

public AddHeading2 ( string text ) : void
text string
리턴 void

AddHeading3() 공개 메소드

public AddHeading3 ( string text ) : void
text string
리턴 void

AddHeadingOther() 공개 메소드

public AddHeadingOther ( string text ) : void
text string
리턴 void

AddTitle() 공개 메소드

public AddTitle ( string text ) : void
text string
리턴 void

DocumentListState() 공개 메소드

public DocumentListState ( ) : System
리턴 System

ForceOrientation() 공개 메소드

public ForceOrientation ( Orientation orientation ) : void
orientation Orientation
리턴 void