Skip to main content
Skip table of contents

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
TypeNameMethods
intTypeget

Methods

Protected methods
ReturnsName
boolGetAttributes()
charNextChar()
voidPutBack()
Public Static methods
ReturnsName
ICollection<int>Expand(string ranges, int maxNumber)

Details

Constructors

SequenceList

Source code

protected SequenceList(string range)
Arguments
TypeNameDescription
stringrange

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
TypeNameDescription
stringranges
intmaxNumber

Properties

Type
protected virtual int Type { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.