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

상속: IRtfBasicElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 프로퍼티들

프로퍼티 타입 설명
CLOSE_GROUP byte[]
COMMA_DELIMITER byte[]
DELIMITER byte[]
OPEN_GROUP byte[]

보호된 프로퍼티들

프로퍼티 타입 설명
document iTextSharp.text.rtf.document.RtfDocument
inHeader bool
inTable bool

공개 메소드들

메소드 설명
IntToByteArray ( int i ) : byte[]
IsInTable ( ) : bool
RtfElement ( RtfDocument doc ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream outp ) : void

메소드 상세

IntToByteArray() 공개 메소드

public IntToByteArray ( int i ) : byte[]
i int
리턴 byte[]

IsInTable() 공개 메소드

public IsInTable ( ) : bool
리턴 bool

RtfElement() 공개 메소드

public RtfElement ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
리턴 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 abstract WriteContent ( Stream outp ) : void
outp Stream
리턴 void

프로퍼티 상세

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

public static byte[] CLOSE_GROUP
리턴 byte[]

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

public static byte[] COMMA_DELIMITER
리턴 byte[]

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

public static byte[] DELIMITER
리턴 byte[]

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

public static byte[] OPEN_GROUP
리턴 byte[]

document 보호되어 있는 프로퍼티

protected RtfDocument,iTextSharp.text.rtf.document document
리턴 iTextSharp.text.rtf.document.RtfDocument

inHeader 보호되어 있는 프로퍼티

protected bool inHeader
리턴 bool

inTable 보호되어 있는 프로퍼티

protected bool inTable
리턴 bool