C# Class iTextSharp.text.pdf.SequenceList

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
even bool
high int
inverse bool
low int
number int
odd bool
other String
ptr int
text char[]

Méthodes publiques

Méthode Description
Expand ( String ranges, int maxNumber ) : ICollection

Méthodes protégées

Méthode Description
GetAttributes ( ) : bool
NextChar ( ) : char
PutBack ( ) : void
SequenceList ( String range ) : System

Private Methods

Méthode Description
OtherProc ( ) : void

Method Details

Expand() public static méthode

public static Expand ( String ranges, int maxNumber ) : ICollection
ranges String
maxNumber int
Résultat ICollection

GetAttributes() protected méthode

protected GetAttributes ( ) : bool
Résultat bool

NextChar() protected méthode

protected NextChar ( ) : char
Résultat char

PutBack() protected méthode

protected PutBack ( ) : void
Résultat void

SequenceList() protected méthode

protected SequenceList ( String range ) : System
range String
Résultat System

Property Details

even protected_oe property

protected bool even
Résultat bool

high protected_oe property

protected int high
Résultat int

inverse protected_oe property

protected bool inverse
Résultat bool

low protected_oe property

protected int low
Résultat int

number protected_oe property

protected int number
Résultat int

odd protected_oe property

protected bool odd
Résultat bool

other protected_oe property

protected String other
Résultat String

ptr protected_oe property

protected int ptr
Résultat int

text protected_oe property

protected char[] text
Résultat char[]