C# Class iTextSharp.text.pdf.SequenceList

Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
even bool
high int
inverse bool
low int
number int
odd bool
other String
ptr int
text char[]

Public Methods

Method Description
Expand ( String ranges, int maxNumber ) : ICollection

Protected Methods

Method Description
GetAttributes ( ) : bool
NextChar ( ) : char
PutBack ( ) : void
SequenceList ( String range ) : System

Private Methods

Method Description
OtherProc ( ) : void

Method Details

Expand() public static method

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

GetAttributes() protected method

protected GetAttributes ( ) : bool
return bool

NextChar() protected method

protected NextChar ( ) : char
return char

PutBack() protected method

protected PutBack ( ) : void
return void

SequenceList() protected method

protected SequenceList ( String range ) : System
range String
return System

Property Details

even protected property

protected bool even
return bool

high protected property

protected int high
return int

inverse protected property

protected bool inverse
return bool

low protected property

protected int low
return int

number protected property

protected int number
return int

odd protected property

protected bool odd
return bool

other protected property

protected String other
return String

ptr protected property

protected int ptr
return int

text protected property

protected char[] text
return char[]