C# 클래스 iTextSharp.text.rtf.style.RtfStylesheetList

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

공개 메소드들

메소드 설명
GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
RtfStylesheetList ( RtfDocument doc ) : System
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void

비공개 메소드들

메소드 설명
RegisterDefaultStyles ( ) : void

메소드 상세

GetRtfParagraphStyle() 공개 메소드

public GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
styleName String
리턴 RtfParagraphStyle

RegisterParagraphStyle() 공개 메소드

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle RtfParagraphStyle
리턴 void

RtfStylesheetList() 공개 메소드

public RtfStylesheetList ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
리턴 System

WriteContent() 공개 메소드

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

WriteDefinition() 공개 메소드

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