C# 클래스 iTextSharp.text.rtf.document.RtfPageSetting

상속: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
GetMarginBottom ( ) : int
GetMarginLeft ( ) : int
GetMarginRight ( ) : int
GetMarginTop ( ) : int
GetPageHeight ( ) : int
GetPageWidth ( ) : int
RtfPageSetting ( RtfDocument doc ) : System
SetMarginBottom ( int marginBottom ) : void
SetMarginLeft ( int marginLeft ) : void
SetMarginRight ( int marginRight ) : void
SetMarginTop ( int marginTop ) : void
SetPageHeight ( int pageHeight ) : void
SetPageSize ( Rectangle pageSize ) : void
SetPageWidth ( int pageWidth ) : void
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void
WriteSectionDefinition ( Stream result ) : void

비공개 메소드들

메소드 설명
GuessFormat ( Rectangle pageSize, bool rotate ) : bool
RectEquals ( Rectangle rect1, Rectangle rect2 ) : bool

메소드 상세

GetMarginBottom() 공개 메소드

public GetMarginBottom ( ) : int
리턴 int

GetMarginLeft() 공개 메소드

public GetMarginLeft ( ) : int
리턴 int

GetMarginRight() 공개 메소드

public GetMarginRight ( ) : int
리턴 int

GetMarginTop() 공개 메소드

public GetMarginTop ( ) : int
리턴 int

GetPageHeight() 공개 메소드

public GetPageHeight ( ) : int
리턴 int

GetPageWidth() 공개 메소드

public GetPageWidth ( ) : int
리턴 int

RtfPageSetting() 공개 메소드

public RtfPageSetting ( RtfDocument doc ) : System
doc RtfDocument
리턴 System

SetMarginBottom() 공개 메소드

public SetMarginBottom ( int marginBottom ) : void
marginBottom int
리턴 void

SetMarginLeft() 공개 메소드

public SetMarginLeft ( int marginLeft ) : void
marginLeft int
리턴 void

SetMarginRight() 공개 메소드

public SetMarginRight ( int marginRight ) : void
marginRight int
리턴 void

SetMarginTop() 공개 메소드

public SetMarginTop ( int marginTop ) : void
marginTop int
리턴 void

SetPageHeight() 공개 메소드

public SetPageHeight ( int pageHeight ) : void
pageHeight int
리턴 void

SetPageSize() 공개 메소드

public SetPageSize ( Rectangle pageSize ) : void
pageSize iTextSharp.text.Rectangle
리턴 void

SetPageWidth() 공개 메소드

public SetPageWidth ( int pageWidth ) : void
pageWidth int
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream outp ) : void
outp Stream
리턴 void

WriteDefinition() 공개 메소드

public WriteDefinition ( Stream result ) : void
result Stream
리턴 void

WriteSectionDefinition() 공개 메소드

public WriteSectionDefinition ( Stream result ) : void
result Stream
리턴 void