C# 클래스 iTextSharp.text.rtf.text.RtfPhrase

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

공개 프로퍼티들

프로퍼티 타입 설명
IN_TABLE byte[]
LINE_SPACING byte[]
PARAGRAPH_DEFAULTS byte[]
PLAIN byte[]

보호된 프로퍼티들

프로퍼티 타입 설명
chunks System.Collections.ArrayList

공개 메소드들

메소드 설명
RtfPhrase ( RtfDocument doc, Phrase phrase ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream result ) : void

보호된 메소드들

메소드 설명
RtfPhrase ( RtfDocument doc ) : System

메소드 상세

RtfPhrase() 보호된 메소드

protected RtfPhrase ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
리턴 System

RtfPhrase() 공개 메소드

public RtfPhrase ( RtfDocument doc, Phrase phrase ) : System
doc iTextSharp.text.rtf.document.RtfDocument
phrase iTextSharp.text.Phrase
리턴 System

SetInHeader() 공개 메소드

public SetInHeader ( bool inHeader ) : void
inHeader bool
리턴 void

SetInTable() 공개 메소드

public SetInTable ( bool inTable ) : void
inTable bool
리턴 void

SetRtfDocument() 공개 메소드

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
리턴 void

WriteContent() 공개 메소드

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

프로퍼티 상세

IN_TABLE 공개적으로 정적으로 프로퍼티

public static byte[] IN_TABLE
리턴 byte[]

LINE_SPACING 공개적으로 정적으로 프로퍼티

public static byte[] LINE_SPACING
리턴 byte[]

PARAGRAPH_DEFAULTS 공개적으로 정적으로 프로퍼티

public static byte[] PARAGRAPH_DEFAULTS
리턴 byte[]

PLAIN 공개적으로 정적으로 프로퍼티

public static byte[] PLAIN
리턴 byte[]

chunks 보호되어 있는 프로퍼티

protected ArrayList,System.Collections chunks
리턴 System.Collections.ArrayList