C# Class iTextSharp.text.pdf.SequenceList

ファイルを表示 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_oe property

protected bool even
return bool

high protected_oe property

protected int high
return int

inverse protected_oe property

protected bool inverse
return bool

low protected_oe property

protected int low
return int

number protected_oe property

protected int number
return int

odd protected_oe property

protected bool odd
return bool

other protected_oe property

protected String other
return String

ptr protected_oe property

protected int ptr
return int

text protected_oe property

protected char[] text
return char[]