java.lang.Object
com.lowagie.text.pdf.SequenceList
Deprecated.
This class expands a string into a list of numbers. The main use is to select a range of pages.
The general syntax is:
[!][o][odd][e][even]start-end
You can have multiple ranges separated by commas ','. The '!' modifier removes the range from what is already selected. The range changes are incremental, that is, numbers are added or deleted as the range appears. The start or the end, but not both, can be omitted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intDeprecated.protected static final intDeprecated.protected static final charDeprecated.protected booleanDeprecated.protected intDeprecated.protected booleanDeprecated.protected intDeprecated.protected static final intDeprecated.protected static final intDeprecated.protected intDeprecated.protected static final intDeprecated.protected booleanDeprecated.protected StringDeprecated.protected intDeprecated.protected char[]Deprecated.protected static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMA
protected static final int COMMADeprecated.- See Also:
-
MINUS
protected static final int MINUSDeprecated.- See Also:
-
NOT
protected static final int NOTDeprecated.- See Also:
-
TEXT
protected static final int TEXTDeprecated.- See Also:
-
NUMBER
protected static final int NUMBERDeprecated.- See Also:
-
END
protected static final int ENDDeprecated.- See Also:
-
EOT
protected static final char EOTDeprecated.- See Also:
-
text
protected char[] textDeprecated. -
ptr
protected int ptrDeprecated. -
number
protected int numberDeprecated. -
other
Deprecated. -
low
protected int lowDeprecated. -
high
protected int highDeprecated. -
odd
protected boolean oddDeprecated. -
even
protected boolean evenDeprecated. -
inverse
protected boolean inverseDeprecated.
-
-
Constructor Details
-
SequenceList
Deprecated.
-
-
Method Details
-
expand
Deprecated.Generates a list of numbers from a string.- Parameters:
ranges- the comma separated rangesmaxNumber- the maximum number in the range- Returns:
- a list with the numbers as
Integer
-
nextChar
protected char nextChar()Deprecated. -
putBack
protected void putBack()Deprecated. -
getType
protected int getType()Deprecated. -
getAttributes
protected boolean getAttributes()Deprecated.
-