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

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

공개 프로퍼티들

프로퍼티 타입 설명
FONT_SIZE byte[]

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
CompareTo ( Object obj ) : int
Difference ( Font font ) : Font
Equals ( Object obj ) : bool
GetCharset ( ) : int
GetFontName ( ) : String
GetFontNumber ( ) : int
GetFontSize ( ) : int
GetFontStyle ( ) : int
GetHashCode ( ) : int
IsStandardFont ( ) : bool
RtfFont ( RtfDocument doc, Font font ) : System
RtfFont ( String fontName ) : System
RtfFont ( String fontName, float size ) : System
RtfFont ( String fontName, float size, int style ) : System
RtfFont ( String fontName, float size, int style, Color color ) : System
RtfFont ( String fontName, float size, int style, Color color, int charset ) : System
SetCharset ( int charset ) : void
SetColor ( int red, int green, int blue ) : void
SetFamily ( String family ) : void
SetFontName ( String fontName ) : void
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
SetStyle ( String style ) : void
SetStyle ( int style ) : void
WriteBegin ( Stream result ) : void
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void
WriteEnd ( Stream result ) : void

보호된 메소드들

메소드 설명
IntToByteArray ( int i ) : byte[]
RtfFont ( RtfDocument doc, int fontNumber ) : System

비공개 메소드들

메소드 설명
SetToDefaultFamily ( String familyname ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Object obj ) : int
obj Object
리턴 int

Difference() 공개 메소드

public Difference ( Font font ) : Font
font iTextSharp.text.Font
리턴 iTextSharp.text.Font

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetCharset() 공개 메소드

public GetCharset ( ) : int
리턴 int

GetFontName() 공개 메소드

public GetFontName ( ) : String
리턴 String

GetFontNumber() 공개 메소드

public GetFontNumber ( ) : int
리턴 int

GetFontSize() 공개 메소드

public GetFontSize ( ) : int
리턴 int

GetFontStyle() 공개 메소드

public GetFontStyle ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IntToByteArray() 보호된 메소드

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

IsStandardFont() 공개 메소드

public IsStandardFont ( ) : bool
리턴 bool

RtfFont() 공개 메소드

public RtfFont ( RtfDocument doc, Font font ) : System
doc iTextSharp.text.rtf.document.RtfDocument
font iTextSharp.text.Font
리턴 System

RtfFont() 보호된 메소드

protected RtfFont ( RtfDocument doc, int fontNumber ) : System
doc iTextSharp.text.rtf.document.RtfDocument
fontNumber int
리턴 System

RtfFont() 공개 메소드

public RtfFont ( String fontName ) : System
fontName String
리턴 System

RtfFont() 공개 메소드

public RtfFont ( String fontName, float size ) : System
fontName String
size float
리턴 System

RtfFont() 공개 메소드

public RtfFont ( String fontName, float size, int style ) : System
fontName String
size float
style int
리턴 System

RtfFont() 공개 메소드

public RtfFont ( String fontName, float size, int style, Color color ) : System
fontName String
size float
style int
color Color
리턴 System

RtfFont() 공개 메소드

public RtfFont ( String fontName, float size, int style, Color color, int charset ) : System
fontName String
size float
style int
color Color
charset int
리턴 System

SetCharset() 공개 메소드

public SetCharset ( int charset ) : void
charset int
리턴 void

SetColor() 공개 메소드

public SetColor ( int red, int green, int blue ) : void
red int
green int
blue int
리턴 void

SetFamily() 공개 메소드

public SetFamily ( String family ) : void
family String
리턴 void

SetFontName() 공개 메소드

public SetFontName ( String fontName ) : void
fontName String
리턴 void

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

SetStyle() 공개 메소드

public SetStyle ( String style ) : void
style String
리턴 void

SetStyle() 공개 메소드

public SetStyle ( int style ) : void
style int
리턴 void

WriteBegin() 공개 메소드

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

WriteContent() 공개 메소드

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

WriteDefinition() 공개 메소드

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

WriteEnd() 공개 메소드

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

프로퍼티 상세

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

public static byte[] FONT_SIZE
리턴 byte[]

document 보호되어 있는 프로퍼티

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