C# 클래스 iTextSharp.text.pdf.FontSelector

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fonts ArrayList

공개 메소드들

메소드 설명
AddFont ( Font font ) : void
Process ( String text ) : Phrase

메소드 상세

AddFont() 공개 메소드

public AddFont ( Font font ) : void
font iTextSharp.text.Font
리턴 void

Process() 공개 메소드

public Process ( String text ) : Phrase
text String
리턴 iTextSharp.text.Phrase

프로퍼티 상세

fonts 보호되어 있는 프로퍼티

protected ArrayList fonts
리턴 ArrayList