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

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

공개 메소드들

메소드 설명
AddInfoElement ( RtfInfoElement rtfInfoElement ) : void
FreeListNumber ( RtfList list ) : void
GetColorNumber ( iTextSharp.text.rtf.style color ) : int
GetFontNumber ( iTextSharp.text.rtf.style font ) : int
GetListNumber ( RtfList list ) : int
GetListTable ( ) : RtfListTable
GetPageSetting ( ) : RtfPageSetting
GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
SetFooter ( HeaderFooter footer ) : void
SetHeader ( HeaderFooter header ) : void
WriteContent ( Stream result ) : void
WriteSectionDefinition ( Stream result ) : void

보호된 메소드들

메소드 설명
Init ( ) : void
RtfDocumentHeader ( RtfDocument doc ) : System

비공개 메소드들

메소드 설명
ConvertHeaderFooter ( HeaderFooter hf, int type ) : RtfHeaderFooterGroup

메소드 상세

AddInfoElement() 공개 메소드

public AddInfoElement ( RtfInfoElement rtfInfoElement ) : void
rtfInfoElement RtfInfoElement
리턴 void

FreeListNumber() 공개 메소드

public FreeListNumber ( RtfList list ) : void
list iTextSharp.text.rtf.list.RtfList
리턴 void

GetColorNumber() 공개 메소드

public GetColorNumber ( iTextSharp.text.rtf.style color ) : int
color iTextSharp.text.rtf.style
리턴 int

GetFontNumber() 공개 메소드

public GetFontNumber ( iTextSharp.text.rtf.style font ) : int
font iTextSharp.text.rtf.style
리턴 int

GetListNumber() 공개 메소드

public GetListNumber ( RtfList list ) : int
list iTextSharp.text.rtf.list.RtfList
리턴 int

GetListTable() 공개 메소드

public GetListTable ( ) : RtfListTable
리턴 iTextSharp.text.rtf.list.RtfListTable

GetPageSetting() 공개 메소드

public GetPageSetting ( ) : RtfPageSetting
리턴 RtfPageSetting

GetRtfParagraphStyle() 공개 메소드

public GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
styleName String
리턴 iTextSharp.text.rtf.style.RtfParagraphStyle

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

RegisterParagraphStyle() 공개 메소드

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle
리턴 void

RtfDocumentHeader() 보호된 메소드

protected RtfDocumentHeader ( RtfDocument doc ) : System
doc RtfDocument
리턴 System

SetFooter() 공개 메소드

public SetFooter ( HeaderFooter footer ) : void
footer iTextSharp.text.HeaderFooter
리턴 void

SetHeader() 공개 메소드

public SetHeader ( HeaderFooter header ) : void
header iTextSharp.text.HeaderFooter
리턴 void

WriteContent() 공개 메소드

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

WriteSectionDefinition() 공개 메소드

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