C# 클래스 iTextSharp.text.ZapfDingbatsList

상속: List
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
zn int

공개 메소드들

메소드 설명
Add ( IElement o ) : bool
ZapfDingbatsList ( int zn ) : System
ZapfDingbatsList ( int zn, int symbolIndent ) : System
setDingbatColor ( BaseColor zapfDingbatColor ) : void

메소드 상세

Add() 공개 메소드

public Add ( IElement o ) : bool
o IElement
리턴 bool

ZapfDingbatsList() 공개 메소드

public ZapfDingbatsList ( int zn ) : System
zn int
리턴 System

ZapfDingbatsList() 공개 메소드

public ZapfDingbatsList ( int zn, int symbolIndent ) : System
zn int
symbolIndent int
리턴 System

setDingbatColor() 공개 메소드

public setDingbatColor ( BaseColor zapfDingbatColor ) : void
zapfDingbatColor BaseColor
리턴 void

프로퍼티 상세

zn 보호되어 있는 프로퍼티

protected int zn
리턴 int