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

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

보호된 프로퍼티들

프로퍼티 타입 설명
even bool
high int
inverse bool
low int
number int
odd bool
other String
ptr int
text char[]

공개 메소드들

메소드 설명
Expand ( String ranges, int maxNumber ) : ICollection

보호된 메소드들

메소드 설명
GetAttributes ( ) : bool
NextChar ( ) : char
PutBack ( ) : void
SequenceList ( String range ) : System

비공개 메소드들

메소드 설명
OtherProc ( ) : void

메소드 상세

Expand() 공개 정적인 메소드

public static Expand ( String ranges, int maxNumber ) : ICollection
ranges String
maxNumber int
리턴 ICollection

GetAttributes() 보호된 메소드

protected GetAttributes ( ) : bool
리턴 bool

NextChar() 보호된 메소드

protected NextChar ( ) : char
리턴 char

PutBack() 보호된 메소드

protected PutBack ( ) : void
리턴 void

SequenceList() 보호된 메소드

protected SequenceList ( String range ) : System
range String
리턴 System

프로퍼티 상세

even 보호되어 있는 프로퍼티

protected bool even
리턴 bool

high 보호되어 있는 프로퍼티

protected int high
리턴 int

inverse 보호되어 있는 프로퍼티

protected bool inverse
리턴 bool

low 보호되어 있는 프로퍼티

protected int low
리턴 int

number 보호되어 있는 프로퍼티

protected int number
리턴 int

odd 보호되어 있는 프로퍼티

protected bool odd
리턴 bool

other 보호되어 있는 프로퍼티

protected String other
리턴 String

ptr 보호되어 있는 프로퍼티

protected int ptr
리턴 int

text 보호되어 있는 프로퍼티

protected char[] text
리턴 char[]