iText 5

SequenceList

SequenceList Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.SequenceList[[SequenceList]] end

Members

Properties

Protected properties

Type

Name

Methods

int

Type

get

Methods

Protected methods

Returns

Name

bool

GetAttributes

()

char

NextChar

()

void

PutBack

()

Public Static methods

Returns

Name

ICollection<int>

Expand

(string ranges, int maxNumber)

Details

Constructors

SequenceList

Source code

protected SequenceList(string range)

Arguments

Type

Name

Description

string

range

Methods

NextChar

Source code

protected virtual char NextChar()

PutBack

Source code

protected virtual void PutBack()

GetAttributes

Source code

protected virtual bool GetAttributes()

Expand

Source code

public static ICollection<int> Expand(string ranges, int maxNumber)

Arguments

Type

Name

Description

string

ranges

int

maxNumber

Properties

Type

protected virtual int Type { get; }

Generated with ModularDoc