- CalcBias(int, int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function calcs bias according to the CharString type and the count
of the subrs
- CalcHints(int, int, int, int, int[]) - Method in class com.itextpdf.io.font.CFFFontSubset
-
The function reads the subroutine and returns the number of the hint in it.
- CALCULATE_HASHCODE_FOR_MODIFIED_PDFNUMBER - Static variable in class com.itextpdf.io.LogMessageConstant
-
- canBeMask() - Method in class com.itextpdf.io.image.ImageData
-
- canDecode(int) - Method in class com.itextpdf.io.font.FontEncoding
-
Check whether a byte code can be converted
to unicode symbol according to the encoding.
- canEncode(int) - Method in class com.itextpdf.io.font.FontEncoding
-
Check whether a unicode symbol or font specific code can be converted
to byte according to the encoding.
- canImageBeInline() - Method in class com.itextpdf.io.image.ImageData
-
Checks if image can be inline
- canImageBeInline() - Method in class com.itextpdf.io.image.Jbig2ImageData
-
- canImageBeInline() - Method in class com.itextpdf.io.image.Jpeg2000ImageData
-
- CannotFind1Frame - Static variable in exception com.itextpdf.io.IOException
-
- CannotGetTiffImageColor - Static variable in exception com.itextpdf.io.IOException
-
- CannotHandleBoxSizesHigherThan2_32 - Static variable in exception com.itextpdf.io.IOException
-
- CannotInflateTiffImage - Static variable in exception com.itextpdf.io.IOException
-
- CannotReadTiffImage - Static variable in exception com.itextpdf.io.IOException
-
- CannotWriteByte - Static variable in exception com.itextpdf.io.IOException
-
- CannotWriteBytes - Static variable in exception com.itextpdf.io.IOException
-
- CannotWriteFloatNumber - Static variable in exception com.itextpdf.io.IOException
-
- CannotWriteIntNumber - Static variable in exception com.itextpdf.io.IOException
-
- capacity() - Method in class com.itextpdf.io.source.ByteBuffer
-
- CAPHEIGHT - Static variable in class com.itextpdf.io.font.FontConstants
-
The y coordinate of the top of flat capital letters, measured from
the baseline.
- CCITT_BLACKIS1 - Static variable in class com.itextpdf.io.image.RawImageData
-
A flag indicating whether 1-bits are to be interpreted as black pixels
and 0-bits as white pixels,
- CCITT_ENCODEDBYTEALIGN - Static variable in class com.itextpdf.io.image.RawImageData
-
A flag indicating whether the filter expects extra 0-bits before each
encoded line so that the line begins on a byte boundary.
- CCITT_ENDOFBLOCK - Static variable in class com.itextpdf.io.image.RawImageData
-
A flag indicating whether the filter expects the encoded data to be
terminated by an end-of-block pattern, overriding the Rows parameter.
- CCITT_ENDOFLINE - Static variable in class com.itextpdf.io.image.RawImageData
-
A flag indicating whether end-of-line bit patterns are required to be
present in the encoding.
- CcittCompressionTypeMustBeCcittg4Ccittg3_1dOrCcittg3_2d - Static variable in exception com.itextpdf.io.IOException
-
- CCITTG3_1D - Static variable in class com.itextpdf.io.image.RawImageData
-
Pure one-dimensional encoding (Group 3, 1-D)
- CCITTG3_2D - Static variable in class com.itextpdf.io.image.RawImageData
-
Mixed one- and two-dimensional encoding (Group 3, 2-D)
- CCITTG4 - Static variable in class com.itextpdf.io.image.RawImageData
-
Pure two-dimensional encoding (Group 4)
- CCITTG4Encoder - Class in com.itextpdf.io.codec
-
Encodes data in the CCITT G4 FAX format.
- CCITTG4Encoder(int) - Constructor for class com.itextpdf.io.codec.CCITTG4Encoder
-
Creates a new encoder.
- CFFFont - Class in com.itextpdf.io.font
-
- CFFFont(byte[]) - Constructor for class com.itextpdf.io.font.CFFFont
-
- CFFFont.DictNumberItem - Class in com.itextpdf.io.font
-
A dictionary number on the list.
- CFFFont.DictOffsetItem - Class in com.itextpdf.io.font
-
an unknown offset in a dictionary for the list.
- CFFFont.Font - Class in com.itextpdf.io.font
-
- CFFFont.IndexBaseItem - Class in com.itextpdf.io.font
-
- CFFFont.IndexMarkerItem - Class in com.itextpdf.io.font
-
- CFFFont.IndexOffsetItem - Class in com.itextpdf.io.font
-
An index-offset item for the list.
- CFFFont.Item - Class in com.itextpdf.io.font
-
List items for the linked list that builds the new CID font.
- CFFFont.MarkerItem - Class in com.itextpdf.io.font
-
An offset-marker item for the list.
- CFFFont.OffsetItem - Class in com.itextpdf.io.font
-
- CFFFont.RangeItem - Class in com.itextpdf.io.font
-
A range item.
- CFFFont.StringItem - Class in com.itextpdf.io.font
-
- CFFFont.SubrMarkerItem - Class in com.itextpdf.io.font
-
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
- CFFFont.UInt16Item - Class in com.itextpdf.io.font
-
A SID or Card16 item.
- CFFFont.UInt24Item - Class in com.itextpdf.io.font
-
Card24 item.
- CFFFont.UInt32Item - Class in com.itextpdf.io.font
-
Card32 item.
- CFFFont.UInt8Item - Class in com.itextpdf.io.font
-
A Card8 item.
- CFFFontSubset - Class in com.itextpdf.io.font
-
This Class subsets a CFF Type Font.
- CFFFontSubset(byte[], Map<Integer, int[]>) - Constructor for class com.itextpdf.io.font.CFFFontSubset
-
C'tor for CFFFontSubset
- CharacterCodeException - Static variable in exception com.itextpdf.io.IOException
-
- charset - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- CharsetLength - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- charsetOffset - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- charstringsOffset - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- charstringsOffsets - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- CharstringType - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- charToByte(String, String) - Method in interface com.itextpdf.io.font.IExtraEncoding
-
Converts an Unicode string to a byte array according to some encoding.
- charToByte(char, String) - Method in interface com.itextpdf.io.font.IExtraEncoding
-
Converts an Unicode char to a byte array according to some encoding.
- charToString(char) - Static method in class com.itextpdf.io.util.TextUtil
-
- checkFdfHeader() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- checkFilePath(String) - Method in class com.itextpdf.io.font.FontProgram
-
- checkIfBacktrackContextMatch(GlyphLine, ContextualSubstRule) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6
-
Checks if given glyph line at the given position matches given rule.
- checkIfContextMatch(GlyphLine, ContextualSubstRule) - Method in class com.itextpdf.io.font.otf.ContextualSubTable
-
Checks if given glyph line at the given position matches given rule.
- checkIfLookaheadContextMatch(GlyphLine, ContextualSubstRule, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6
-
Checks if given glyph line at the given position matches given rule.
- checkObjectStart(PdfTokenizer) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
Check whether line starts with object declaration.
- checkPdfHeader() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- checkTrailer(ByteBuffer) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
Checks whether line equals to 'trailer'.
- CID_FONT_TYPE_0_FONT - Static variable in class com.itextpdf.io.font.FontConstants
-
CIDFont Type0 (Type1 outlines).
- CID_FONT_TYPE_2_FONT - Static variable in class com.itextpdf.io.font.FontConstants
-
CIDFont Type2 (TrueType outlines).
- CidFont - Class in com.itextpdf.io.font
-
- CidFontProperties - Class in com.itextpdf.io.font
-
- CidFontProperties() - Constructor for class com.itextpdf.io.font.CidFontProperties
-
- CLEANFAXDATA_CLEAN - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
no errors detected
- CLEANFAXDATA_REGENERATED - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
receiver regenerated lines
- CLEANFAXDATA_UNCLEAN - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
uncorrected errors exist
- clear() - Method in class com.itextpdf.io.util.IntHashtable
-
Clears this hashtable so that it contains no keys.
- ClearTable(int) - Method in class com.itextpdf.io.codec.LZWStringTable
-
- clone() - Method in class com.itextpdf.io.util.IntHashtable
-
- clone() - Method in class com.itextpdf.io.util.IntHashtable.Entry
-
- cloneArray(int[]) - Static method in class com.itextpdf.io.util.ArrayUtil
-
- close() - Method in class com.itextpdf.io.codec.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class com.itextpdf.io.codec.CCITTG4Encoder
-
Closes the encoder and returns the encoded data.
- close() - Method in class com.itextpdf.io.source.DeflaterOutputStream
-
- close() - Method in class com.itextpdf.io.source.FileChannelRandomAccessSource
-
Closes this source.
- close() - Method in class com.itextpdf.io.source.GetBufferedRandomAccessSource
-
Does nothing - the underlying source is not closed
- close() - Method in class com.itextpdf.io.source.IndependentRandomAccessSource
-
Does nothing - the underlying source is not closed
- close() - Method in interface com.itextpdf.io.source.IRandomAccessSource
-
Closes this source.
- close() - Method in class com.itextpdf.io.source.OutputStream
-
- close() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- close() - Method in class com.itextpdf.io.source.PdfTokenizer.ReusableRandomAccessSource
-
- close() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- close() - Method in class com.itextpdf.io.source.WindowRandomAccessSource
-
Closes this source.
- closeStream - Variable in class com.itextpdf.io.source.OutputStream
-
- Cmap1WasNotFound - Static variable in exception com.itextpdf.io.IOException
-
- CMAP_RESOURCE_PATH - Static variable in class com.itextpdf.io.font.FontCache
-
Deprecated.
- CMAP_RESOURCE_PATH - Static variable in class com.itextpdf.io.font.FontConstants
-
- CMapByteCid - Class in com.itextpdf.io.font.cmap
-
- CMapByteCid() - Constructor for class com.itextpdf.io.font.cmap.CMapByteCid
-
- CMapByteCid.Cursor - Class in com.itextpdf.io.font.cmap
-
- CMapCidByte - Class in com.itextpdf.io.font.cmap
-
- CMapCidByte() - Constructor for class com.itextpdf.io.font.cmap.CMapCidByte
-
- CMapCidUni - Class in com.itextpdf.io.font.cmap
-
- CMapCidUni() - Constructor for class com.itextpdf.io.font.cmap.CMapCidUni
-
- CMapContentParser - Class in com.itextpdf.io.font.cmap
-
- CMapContentParser(PdfTokenizer) - Constructor for class com.itextpdf.io.font.cmap.CMapContentParser
-
Creates a new instance of PdfContentParser
- CMapEncoding - Class in com.itextpdf.io.font
-
- CMapEncoding(String) - Constructor for class com.itextpdf.io.font.CMapEncoding
-
- CMapEncoding(String, String) - Constructor for class com.itextpdf.io.font.CMapEncoding
-
- CMapLocationFromBytes - Class in com.itextpdf.io.font.cmap
-
- CMapLocationFromBytes(byte[]) - Constructor for class com.itextpdf.io.font.cmap.CMapLocationFromBytes
-
- CMapLocationResource - Class in com.itextpdf.io.font.cmap
-
- CMapLocationResource() - Constructor for class com.itextpdf.io.font.cmap.CMapLocationResource
-
- CMapObject - Class in com.itextpdf.io.font.cmap
-
- CMapObject(int, Object) - Constructor for class com.itextpdf.io.font.cmap.CMapObject
-
- CMapParser - Class in com.itextpdf.io.font.cmap
-
- CMapParser() - Constructor for class com.itextpdf.io.font.cmap.CMapParser
-
- CMapToUnicode - Class in com.itextpdf.io.font.cmap
-
This class represents a CMap file.
- CMapToUnicode() - Constructor for class com.itextpdf.io.font.cmap.CMapToUnicode
-
Creates a new instance of CMap.
- CMapUniCid - Class in com.itextpdf.io.font.cmap
-
- CMapUniCid() - Constructor for class com.itextpdf.io.font.cmap.CMapUniCid
-
- CODE_PAGES - Static variable in class com.itextpdf.io.font.FontConstants
-
The code pages possible for a True Type font.
- codeToGlyph - Variable in class com.itextpdf.io.font.FontProgram
-
- codeToUnicode - Variable in class com.itextpdf.io.font.FontEncoding
-
- COLORANT_INTENSITIES_INVALID - Static variable in class com.itextpdf.io.LogMessageConstant
-
- ColorDepthIsNotSupported - Static variable in exception com.itextpdf.io.IOException
-
- COLORRESPONSEUNIT_100000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
hundred-thousandths
- COLORRESPONSEUNIT_10000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
ten-thousandths of a unit
- COLORRESPONSEUNIT_1000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
thousandths of a unit
- COLORRESPONSEUNIT_100S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
hundredths of a unit
- COLORRESPONSEUNIT_10S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
tenths of a unit
- colorSpace - Variable in class com.itextpdf.io.image.ImageData
-
- ColorSpaceIsNotSupported - Static variable in exception com.itextpdf.io.IOException
-
- ColorSpecBox() - Constructor for class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- colorSpecBoxes - Variable in class com.itextpdf.io.image.Jpeg2000ImageData.Parameters
-
- colorTransform - Variable in class com.itextpdf.io.image.ImageData
-
- com.itextpdf.io - package com.itextpdf.io
-
- com.itextpdf.io.codec - package com.itextpdf.io.codec
-
- com.itextpdf.io.color - package com.itextpdf.io.color
-
- com.itextpdf.io.font - package com.itextpdf.io.font
-
- com.itextpdf.io.font.cmap - package com.itextpdf.io.font.cmap
-
- com.itextpdf.io.font.otf - package com.itextpdf.io.font.otf
-
- com.itextpdf.io.font.otf.lookuptype5 - package com.itextpdf.io.font.otf.lookuptype5
-
- com.itextpdf.io.font.otf.lookuptype6 - package com.itextpdf.io.font.otf.lookuptype6
-
- com.itextpdf.io.image - package com.itextpdf.io.image
-
- com.itextpdf.io.source - package com.itextpdf.io.source
-
- com.itextpdf.io.util - package com.itextpdf.io.util
-
- combine(int, boolean) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- combine(int, long) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- combine(int, float) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- combine(int, double) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- combine(int, Object) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- combine(int, int) - Static method in class com.itextpdf.io.util.HashCode
-
Combines hashCode of previous elements sequence and value's hashCode.
- COMMAND_TYPE - Static variable in class com.itextpdf.io.font.cmap.CMapContentParser
-
Commands have this type.
- compareTo(Jbig2SegmentReader.Jbig2Segment) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- compareTo(TIFFField) - Method in class com.itextpdf.io.codec.TIFFField
-
Compares this TIFFField with another
TIFFField by comparing the tags.
- compatibleWith(String) - Method in class com.itextpdf.io.font.CidFont
-
- ComponentsMustBe1_3Or4 - Static variable in exception com.itextpdf.io.IOException
-
- composeString(byte[], byte) - Method in class com.itextpdf.io.codec.TIFFLZWDecoder
-
Append newString to the end of oldString.
- compress(byte[], int, int) - Static method in class com.itextpdf.io.codec.CCITTG4Encoder
-
Encodes a full image.
- compress(byte[], int, int) - Method in class com.itextpdf.io.codec.LZWCompressor
-
- compression - Variable in class com.itextpdf.io.codec.TIFFFaxDecompressor
-
- Compression1IsNotSupported - Static variable in exception com.itextpdf.io.IOException
-
- COMPRESSION_ADOBE_DEFLATE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Deflate compression, as recognized by Adobe
- COMPRESSION_CCITTFAX3 - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
CCITT Group 3 fax encoding
- COMPRESSION_CCITTFAX4 - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
CCITT Group 4 fax encoding
- COMPRESSION_CCITTRLE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
CCITT modified Huffman RLE
- COMPRESSION_CCITTRLEW - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
#1 w/ word alignment
- COMPRESSION_DCS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Kodak DCS encoding
- COMPRESSION_DEFLATE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Deflate compression
- COMPRESSION_IT8BL - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
IT8 Binary line art
- COMPRESSION_IT8CTPAD - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
IT8 CT w/padding
- COMPRESSION_IT8LW - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
IT8 Linework RLE
- COMPRESSION_IT8MP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
IT8 Monochrome picture
- COMPRESSION_JBIG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
ISO JBIG
- COMPRESSION_JPEG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
%JPEG DCT compression
- COMPRESSION_LZW - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Lempel-Ziv & Welch
- COMPRESSION_NEXT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
NeXT 2-bit RLE
- COMPRESSION_NONE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
dump mode
- COMPRESSION_OJPEG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- COMPRESSION_PACKBITS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Macintosh RLE
- COMPRESSION_PIXARFILM - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Pixar companded 10bit LZW
- COMPRESSION_PIXARLOG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Pixar companded 11bit ZIP
- COMPRESSION_SGILOG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
SGI Log Luminance RLE
- COMPRESSION_SGILOG24 - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
SGI Log 24-bit packed
- COMPRESSION_THUNDERSCAN - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
ThunderScan RLE
- CompressionJpegIsOnlySupportedWithASingleStripThisImageHas1Strips - Static variable in exception com.itextpdf.io.IOException
-
- compressLZW(OutputStream, int, byte[], int, int, int) - Static method in class com.itextpdf.io.codec.TiffWriter
-
- CONDENSED_FLAG - Static variable in class com.itextpdf.io.font.FontNames
-
- contains(int) - Method in class com.itextpdf.io.util.IntHashtable
-
Tests if some key maps into the specified value in this hashtable.
- containsKey(int) - Method in class com.itextpdf.io.util.IntHashtable
-
Tests if the specified int is a key in this hashtable.
- containsValue(int) - Method in class com.itextpdf.io.util.IntHashtable
-
Returns true if this HashMap maps one or more keys
to this value.
- ContextualSubstRule - Class in com.itextpdf.io.font.otf
-
- ContextualSubstRule() - Constructor for class com.itextpdf.io.font.otf.ContextualSubstRule
-
- ContextualSubTable - Class in com.itextpdf.io.font.otf
-
- ContextualSubTable(OpenTypeFontTableReader, int) - Constructor for class com.itextpdf.io.font.otf.ContextualSubTable
-
- convert(RandomAccessFileOrArray, OutputStream) - Static method in class com.itextpdf.io.font.Pfm2afm
-
Converts a PFM file into an AFM file.
- convertFontWeight(String) - Static method in class com.itextpdf.io.font.FontNames
-
- convertFromUtf32(int) - Static method in class com.itextpdf.io.util.TextUtil
-
Converts a UTF32 code point value to a String with the corresponding character(s).
- convertFromUtf32(int[], int, int) - Static method in class com.itextpdf.io.util.TextUtil
-
/**
Converts a UTF32 code point sequence to a String with the corresponding character(s).
- convertFromUtf32ToCharArray(int) - Static method in class com.itextpdf.io.util.TextUtil
-
Converts a UTF32 code point value to a char array with the corresponding character(s).
- convertToByte(int) - Method in class com.itextpdf.io.font.FontEncoding
-
Converts a unicode symbol or font specific code
to byte according to the encoding.
- convertToBytes(String) - Method in class com.itextpdf.io.font.FontEncoding
-
Converts a String to a byte array according to the encoding.
- convertToBytes(String, String) - Static method in class com.itextpdf.io.font.PdfEncodings
-
Converts a String to a byte array according
to the font's encoding.
- convertToBytes(char, String) - Static method in class com.itextpdf.io.font.PdfEncodings
-
Converts a String to a byte array according
to the font's encoding.
- convertToBytes(char[], String) - Static method in class com.itextpdf.io.util.EncodingUtil
-
- convertToString(byte[], String) - Static method in class com.itextpdf.io.font.PdfEncodings
-
Converts a byte array to a String according
to the some encoding.
- convertToString(byte[], String) - Static method in class com.itextpdf.io.util.EncodingUtil
-
- convertToUtf32(char, char) - Static method in class com.itextpdf.io.util.TextUtil
-
Returns the code point of a UTF32 character corresponding with
a high and a low surrogate value.
- convertToUtf32(char[], int) - Static method in class com.itextpdf.io.util.TextUtil
-
Converts a unicode character in a character array to a UTF 32 code point value.
- convertToUtf32(String, int) - Static method in class com.itextpdf.io.util.TextUtil
-
Converts a unicode character in a String to a UTF32 code point value
- convertToUtf32(String) - Static method in class com.itextpdf.io.util.TextUtil
-
- copy(int, int) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- copyByteArray(byte[]) - Static method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- copyBytes(IRandomAccessSource, long, long, OutputStream) - Static method in class com.itextpdf.io.util.StreamUtil
-
Copy bytes from the RandomAccessSource to OutputStream.
- CopyHeader() - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function Copies the header from the original fileto the output list
- count - Variable in class com.itextpdf.io.source.ByteBuffer
-
- countEntireIndexRange(int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function computes the size of an index
- countOfGlyphs() - Method in class com.itextpdf.io.font.FontProgram
-
- countOfReferredToSegments - Variable in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- COURIER - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- COURIER_BOLD - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- COURIER_BOLDOBLIQUE - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- COURIER_OBLIQUE - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- CP1250 - Static variable in class com.itextpdf.io.font.PdfEncodings
-
A possible encoding.
- CP1252 - Static variable in class com.itextpdf.io.font.PdfEncodings
-
A possible encoding.
- CP1253 - Static variable in class com.itextpdf.io.font.PdfEncodings
-
A possible encoding.
- CP1257 - Static variable in class com.itextpdf.io.font.PdfEncodings
-
A possible encoding.
- create(byte[], boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(URL, boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(URL) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(String, boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(String) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(int, int, boolean, int, int, byte[], int[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(int, int, int, int, byte[], int[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- create(Image, Color) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Gets an instance of an Image from a java.awt.Image
- create(Image, Color, boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Gets an instance of an Image from a java.awt.Image.
- createBestSource(String) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createBestSource(FileChannel) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createBmp(URL, boolean, int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createBmp(byte[], boolean, int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createBufferedEscapedString(byte[]) - Static method in class com.itextpdf.io.util.StreamUtil
-
- createBufferedHexedString(byte[]) - Static method in class com.itextpdf.io.util.StreamUtil
-
- CreateCharset(CFFFont.OffsetItem, int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function creates new CharSet for non-CID fonts.
- createDirectMapping() - Method in class com.itextpdf.io.font.cmap.CMapToUnicode
-
- createDirectories(String) - Static method in class com.itextpdf.io.util.FileUtil
-
- createEmptyFontEncoding() - Static method in class com.itextpdf.io.font.FontEncoding
-
- createEscapedString(byte[]) - Static method in class com.itextpdf.io.util.StreamUtil
-
Escapes a byte array according to the PDF conventions.
- CreateFDArray(CFFFont.OffsetItem, CFFFont.OffsetItem, int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function creates new FDArray for non-CID fonts.
- CreateFDSelect(CFFFont.OffsetItem, int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function creates new FDSelect for non-CID fonts.
- createFont() - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createFont(String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createFont(String, boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createFont(byte[]) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createFont(String, byte[], boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createFont(String, int, boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new True Type font from ttc file,
The fonts may or may not be cached depending on the flag
cached.
- createFont(byte[], int, boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createFontEncoding(String) - Static method in class com.itextpdf.io.font.FontEncoding
-
- createFontSpecificEncoding() - Static method in class com.itextpdf.io.font.FontEncoding
-
This encoding will base on font encoding (FontSpecific encoding in Type 1 terminology)
- createGif(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Return a GifImage object.
- createGifFrame(URL, int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns a specified frame of the gif image
- createGifFrame(byte[], int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns a specified frame of the gif image
- createGifFrames(byte[], int[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns List of gif image frames
- createGifFrames(URL, int[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns List of gif image frames
- createGifFrames(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns List of gif image frames
- createGifFrames(URL) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
Returns List of gif image frames
- createJbig2(URL, int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createJbig2(byte[], int) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createJpeg(URL) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createJpeg(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createJpeg2000(URL) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createJpeg2000(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- CreateKeys(CFFFont.OffsetItem, CFFFont.OffsetItem, CFFFont.OffsetItem, CFFFont.OffsetItem) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function adds the keys into the TopDict
- CreateNewStringIndex(int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function takes the original string item and adds the new strings
to accommodate the CID rules
- createPng(URL) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createPng(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createPrintWriter(OutputStream, String) - Static method in class com.itextpdf.io.util.FileUtil
-
- createRanged(IRandomAccessSource, long[]) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createRawImage(byte[]) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createRegisteredFont(String, int, boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createRegisteredFont(String, int) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createRegisteredFont(String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createReverseMapping() - Method in class com.itextpdf.io.font.cmap.CMapToUnicode
-
- createSource(byte[]) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createSource(RandomAccessFile) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createSource(URL) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createSource(InputStream) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- createSourceView() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- createStandardFont(String) - Static method in class com.itextpdf.io.font.Type1Font
-
- createTempFile(String) - Static method in class com.itextpdf.io.util.FileUtil
-
- createTiff(URL, boolean, int, boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createTiff(byte[], boolean, int, boolean) - Static method in class com.itextpdf.io.image.ImageDataFactory
-
- createType1Font(String, byte[], byte[], boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Creates a new font.
- createType1Font(byte[], byte[]) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createType1Font(String, String, boolean) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createType1Font(String, String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
- createView() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Creates an independent view of this object (with it's own file pointer and push back queue).
- currentPos - Variable in class com.itextpdf.io.source.OutputStream
-
- Cursor(int, int) - Constructor for class com.itextpdf.io.font.cmap.CMapByteCid.Cursor
-
- generation - Variable in class com.itextpdf.io.source.PdfTokenizer
-
- GenericArray<T> - Class in com.itextpdf.io.util
-
- GenericArray(int) - Constructor for class com.itextpdf.io.util.GenericArray
-
- get(int) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- get(int) - Method in class com.itextpdf.io.source.ByteBuffer
-
- get(long) - Method in class com.itextpdf.io.source.FileChannelRandomAccessSource
-
Gets a byte at the specified position
- get(long, byte[], int, int) - Method in class com.itextpdf.io.source.FileChannelRandomAccessSource
-
Gets an array at the specified position.
- get(long) - Method in class com.itextpdf.io.source.GetBufferedRandomAccessSource
-
Gets a byte at the specified position
- get(long, byte[], int, int) - Method in class com.itextpdf.io.source.GetBufferedRandomAccessSource
-
Gets an array at the specified position.
- get(long) - Method in class com.itextpdf.io.source.IndependentRandomAccessSource
-
Gets a byte at the specified position
- get(long, byte[], int, int) - Method in class com.itextpdf.io.source.IndependentRandomAccessSource
-
Gets an array at the specified position.
- get(long) - Method in interface com.itextpdf.io.source.IRandomAccessSource
-
Gets a byte at the specified position
- get(long, byte[], int, int) - Method in interface com.itextpdf.io.source.IRandomAccessSource
-
Gets an array at the specified position.
- get(long) - Method in class com.itextpdf.io.source.PdfTokenizer.ReusableRandomAccessSource
-
- get(long, byte[], int, int) - Method in class com.itextpdf.io.source.PdfTokenizer.ReusableRandomAccessSource
-
- get(long) - Method in class com.itextpdf.io.source.WindowRandomAccessSource
-
Gets a byte at the specified position
- get(long, byte[], int, int) - Method in class com.itextpdf.io.source.WindowRandomAccessSource
-
Gets an array at the specified position.
- get(int) - Method in class com.itextpdf.io.util.GenericArray
-
- get(int) - Method in class com.itextpdf.io.util.IntHashtable
-
Returns the value to which the specified key is mapped in this map.
- getActiveCmap() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getAdvanceWidthMax() - Method in class com.itextpdf.io.font.FontMetrics
-
- getAllFonts() - Static method in class com.itextpdf.io.font.CidFontProperties
-
- getAllFonts() - Static method in class com.itextpdf.io.font.FontCache
-
- getAllPredefinedCidFonts() - Static method in class com.itextpdf.io.font.FontCache
-
- getAnchorDelta() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getApprox() - Method in class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- getAsBytes() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns the data as an uninterpreted array of bytes.
- getAscender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getAsChars() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_SHORT data as an array of chars (unsigned 16-bit
integers).
- getAsDouble(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns data in any numerical format as a float.
- getAsDoubles() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_DOUBLE data as an array of doubles.
- getAsFloat(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns data in any numerical format as a float.
- getAsFloats() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_FLOAT data as an array of floats.
- getAsInt(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT,
TIFF_SSHORT, or TIFF_SLONG format as an int.
- getAsInts() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_SLONG data as an array of ints (signed 32-bit
integers).
- getAsLong(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns data in TIFF_BYTE, TIFF_SBYTE, TIFF_UNDEFINED, TIFF_SHORT,
TIFF_SSHORT, TIFF_SLONG, or TIFF_LONG format as a long.
- getAsLongs() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_LONG data as an array of longs (signed 64-bit
integers).
- getAsRational(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns a TIFF_RATIONAL data item as a two-element array
of ints.
- getAsRationals() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_RATIONAL data as an array of 2-element arrays of longs.
- getAsShorts() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_SSHORT data as an array of shorts (signed 16-bit
integers).
- getAsSRational(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns a TIFF_SRATIONAL data item as a two-element array
of ints.
- getAsSRationals() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns TIFF_SRATIONAL data as an array of 2-element arrays of ints.
- getAsString(int) - Method in class com.itextpdf.io.codec.TIFFField
-
Returns a TIFF_ASCII data item as a String.
- getAvgWidth() - Method in class com.itextpdf.io.font.FontProgram
-
- getBacktrackContextLength() - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
- getBacktrackContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- getBacktrackContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- getBacktrackContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- getBaseEncoding() - Method in class com.itextpdf.io.font.FontEncoding
-
- getBaseName(String) - Static method in class com.itextpdf.io.font.FontProgram
-
Gets the name without the modifiers Bold, Italic or BoldItalic.
- getBbox() - Method in class com.itextpdf.io.font.FontMetrics
-
- getBbox() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getBpc() - Method in class com.itextpdf.io.image.ImageData
-
- getBufferedOutputStream(String) - Static method in class com.itextpdf.io.util.FileUtil
-
- GetBufferedRandomAccessSource - Class in com.itextpdf.io.source
-
- GetBufferedRandomAccessSource(IRandomAccessSource) - Constructor for class com.itextpdf.io.source.GetBufferedRandomAccessSource
-
Constructs a new OffsetRandomAccessSource
- getByte2CidCmap(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getByteContent() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getCapHeight() - Method in class com.itextpdf.io.font.FontMetrics
-
- getCharacterSet() - Method in class com.itextpdf.io.font.Type1Font
-
- getCharBBox(int) - Method in class com.itextpdf.io.font.FontProgram
-
Get glyph's bbox.
- getChars() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getCID(String) - Method in class com.itextpdf.io.font.CFFFont
-
get a single CID font.
- getCid2Byte(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getCid2UniCmap(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getCidCode(int) - Method in class com.itextpdf.io.font.CMapEncoding
-
- getCidFontName() - Method in class com.itextpdf.io.font.FontNames
-
- getCids() - Method in class com.itextpdf.io.font.cmap.CMapCidUni
-
- getCmapCode(int) - Method in class com.itextpdf.io.font.CMapEncoding
-
- getCmapName() - Method in class com.itextpdf.io.font.CMapEncoding
-
- getCode() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getCodePagesSupported() - Method in class com.itextpdf.io.font.TrueTypeFont
-
Gets the code pages supported by the font.
- getCodes() - Method in class com.itextpdf.io.font.cmap.CMapToUnicode
-
- getColorProfile() - Method in class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- getColorSpace() - Method in class com.itextpdf.io.image.ImageData
-
- getColorTransform() - Method in class com.itextpdf.io.image.ImageData
-
- getCompatibleCidFont(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getCompatibleCmaps(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getCompatibleFont(String) - Static method in class com.itextpdf.io.font.CidFontProperties
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1.SubstRuleFormat1
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2.SubstRuleFormat2
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3.SubstRuleFormat3
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- getContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- getCount() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns the number of elements in the IFD.
- getCurrentPos() - Method in class com.itextpdf.io.source.OutputStream
-
- getCurrentTimeCalendar() - Static method in class com.itextpdf.io.util.DateTimeUtil
-
- getCurrentTimeDate() - Static method in class com.itextpdf.io.util.DateTimeUtil
-
- getData(boolean) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Page
-
return as a single byte array the header-data for each segment in segment number
order, EMBEDDED organization, but i am putting the needed segments in SEQUENTIAL organization.
- getData() - Method in class com.itextpdf.io.color.IccProfile
-
- getData() - Method in class com.itextpdf.io.image.GifImageData
-
- getData() - Method in class com.itextpdf.io.image.ImageData
-
- getDecode() - Method in class com.itextpdf.io.image.ImageData
-
- getDecodedStringContent() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getDecodeParms() - Method in class com.itextpdf.io.image.ImageData
-
- getDescender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getDictItem() - Method in class com.itextpdf.io.font.CFFFont
-
- getDifference(int) - Method in class com.itextpdf.io.font.FontEncoding
-
- getDirectoryOffset() - Method in class com.itextpdf.io.font.TrueTypeFont
-
The offset from the start of the file to the table directory.
- getDpiX() - Method in class com.itextpdf.io.image.ImageData
-
- getDpiY() - Method in class com.itextpdf.io.image.ImageData
-
- getEntireIndexRange(int) - Method in class com.itextpdf.io.font.CFFFont
-
a utility that creates a range item for an entire index
- getEnumCs() - Method in class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- getFamilyName() - Method in class com.itextpdf.io.font.FontNames
-
- getFeatureRecords() - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getFeatures(String[], String) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getField(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of a given tag as a TIFFField,
or null if the tag is not present.
- getFieldAsByte(int, int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
byte.
- getFieldAsByte(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of index 0 of a given tag as a
byte.
- getFieldAsDouble(int, int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
double.
- getFieldAsDouble(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of index 0 of a given tag as a double.
- getFieldAsFloat(int, int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
float.
- getFieldAsFloat(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of index 0 of a given tag as a float.
- getFieldAsLong(int, int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of a particular index of a given tag as a
long.
- getFieldAsLong(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the value of index 0 of a given tag as a
long.
- getFields() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns an array of TIFFFields containing all the fields
in this directory.
- getFileName(String) - Static method in class com.itextpdf.io.util.FileUtil
-
Deprecated.
- getFileOutputStream(File) - Static method in class com.itextpdf.io.util.FileUtil
-
- getFilter() - Method in class com.itextpdf.io.image.ImageData
-
- getFont(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getFontByTccIndex(int) - Method in class com.itextpdf.io.font.TrueTypeCollection
-
method return TrueTypeFont by ttc index
- getFontIdentification() - Method in class com.itextpdf.io.font.FontProgram
-
- getFontMetrics() - Method in class com.itextpdf.io.font.FontProgram
-
- getFontName() - Method in class com.itextpdf.io.font.FontNames
-
- getFontNames() - Method in class com.itextpdf.io.font.FontProgram
-
- getFontsDir() - Static method in class com.itextpdf.io.util.FileUtil
-
- getFontStreamBytes() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getFontStreamBytes() - Method in class com.itextpdf.io.font.Type1Font
-
- getFontStreamLengths() - Method in class com.itextpdf.io.font.Type1Font
-
- getFontWeight() - Method in class com.itextpdf.io.font.FontNames
-
- getFontWidth() - Method in class com.itextpdf.io.font.FontNames
-
- getFrames() - Method in class com.itextpdf.io.image.GifImageData
-
- getFreeMemory() - Static method in class com.itextpdf.io.util.SystemUtil
-
- getFullName() - Method in class com.itextpdf.io.font.FontNames
-
- getGdefTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getGenNr() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getGlobal(boolean) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- getGlyph(int) - Method in class com.itextpdf.io.font.FontProgram
-
- getGlyph(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getGlyph(String) - Method in class com.itextpdf.io.font.Type1Font
-
Find glyph by glyph name.
- getGlyphByCode(int) - Method in class com.itextpdf.io.font.FontProgram
-
- getGlyphClass(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getGlyphClassTable() - Method in class com.itextpdf.io.font.otf.OpenTypeGdefTableReader
-
- getGlyphWidths() - Method in class com.itextpdf.io.font.FontMetrics
-
- getGposTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getGsubTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getHeaderOffset() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getHeight() - Method in class com.itextpdf.io.image.ImageData
-
- getHex(int) - Static method in class com.itextpdf.io.source.ByteBuffer
-
- getHighPrecision() - Static method in class com.itextpdf.io.source.OutputStream
-
- getIccColorSpaceName(byte[]) - Static method in class com.itextpdf.io.color.IccProfile
-
- getIccDeviceClass(byte[]) - Static method in class com.itextpdf.io.color.IccProfile
-
- getIccNumberOfComponents(byte[]) - Static method in class com.itextpdf.io.color.IccProfile
-
- getIdentity() - Static method in class com.itextpdf.io.font.cmap.CMapToUnicode
-
- getIFDOffset() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the offset of the IFD corresponding to this
TIFFDirectory.
- getIfdSize() - Method in class com.itextpdf.io.codec.TiffWriter
-
- getImageAttributes() - Method in class com.itextpdf.io.image.ImageData
-
- getImageMask() - Method in class com.itextpdf.io.image.ImageData
-
- getInflaterInputStream(InputStream) - Static method in class com.itextpdf.io.util.FilterUtil
-
- getInstance(byte[], int) - Static method in class com.itextpdf.io.color.IccProfile
-
- getInstance(byte[]) - Static method in class com.itextpdf.io.color.IccProfile
-
- getInstance(RandomAccessFileOrArray) - Static method in class com.itextpdf.io.color.IccProfile
-
- getInstance(InputStream) - Static method in class com.itextpdf.io.color.IccProfile
-
- getInstance(String) - Static method in class com.itextpdf.io.color.IccProfile
-
- getInternalBuffer() - Method in class com.itextpdf.io.source.ByteBuffer
-
- getIntValue() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getIsoBytes(String) - Static method in class com.itextpdf.io.source.ByteUtils
-
- getIsoBytes(byte, String) - Static method in class com.itextpdf.io.source.ByteUtils
-
- getIsoBytes(byte, String, byte) - Static method in class com.itextpdf.io.source.ByteUtils
-
- getIsoBytes(int) - Static method in class com.itextpdf.io.source.ByteUtils
-
- getIsoBytes(double) - Static method in class com.itextpdf.io.source.ByteUtils
-
- getItalicAngle() - Method in class com.itextpdf.io.font.FontMetrics
-
- getKerning(Glyph, Glyph) - Method in class com.itextpdf.io.font.CidFont
-
- getKerning(int, int) - Method in class com.itextpdf.io.font.FontProgram
-
Gets the kerning between two glyphs.
- getKerning(Glyph, Glyph) - Method in class com.itextpdf.io.font.FontProgram
-
Gets the kerning between two glyphs.
- getKerning(Glyph, Glyph) - Method in class com.itextpdf.io.font.TrueTypeFont
-
Gets the kerning between two glyphs.
- getKerning(Glyph, Glyph) - Method in class com.itextpdf.io.font.Type1Font
-
- getKey() - Method in class com.itextpdf.io.util.IntHashtable.Entry
-
- getKeys() - Method in class com.itextpdf.io.util.IntHashtable
-
- getLanguageRecord(String) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getLanguageRecord(String[], String) - Method in class com.itextpdf.io.font.otf.OpenTypeScript
-
- getLineGap() - Method in class com.itextpdf.io.font.FontMetrics
-
- getLocation(String) - Method in class com.itextpdf.io.font.cmap.CMapLocationFromBytes
-
- getLocation(String) - Method in class com.itextpdf.io.font.cmap.CMapLocationResource
-
- getLocation(String) - Method in interface com.itextpdf.io.font.cmap.ICMapLocation
-
- getLogicalHeight() - Method in class com.itextpdf.io.image.GifImageData
-
- getLogicalWidth() - Method in class com.itextpdf.io.image.GifImageData
-
- getLongValue() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getLookaheadContextLength() - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
- getLookaheadContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- getLookaheadContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- getLookaheadContextLength() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- getLookupFlag() - Method in class com.itextpdf.io.font.otf.OpenTableLookup
-
- getLookups(FeatureRecord[]) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getLookups(FeatureRecord) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getLookupTable(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getMacStyle() - Method in class com.itextpdf.io.font.FontNames
-
- getMatchingContextRule(GlyphLine) - Method in class com.itextpdf.io.font.otf.ContextualSubTable
-
Gets a most preferable context rule that matches the line at current position.
- getMatchingContextRule(GlyphLine) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6
-
- getMaxGlyphId() - Method in class com.itextpdf.io.font.FontMetrics
-
- getMessage() - Method in exception com.itextpdf.io.IOException
- getMessageParams() - Method in exception com.itextpdf.io.IOException
-
Gets additional params for Exception message.
- getMeth() - Method in class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- getName() - Method in class com.itextpdf.io.font.cmap.AbstractCMap
-
- getNames() - Method in class com.itextpdf.io.font.CFFFont
-
- getNames(int) - Method in class com.itextpdf.io.font.FontNames
-
Extracts the names of the font in all the languages available.
- getNameToUnicodeLength() - Static method in class com.itextpdf.io.font.AdobeGlyphList
-
- getNextCode() - Method in class com.itextpdf.io.codec.TIFFLZWDecoder
-
- getNextIFDOffset() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the offset of the next IFD after the IFD corresponding to this
TIFFDirectory.
- getNumberOfPages(byte[]) - Static method in class com.itextpdf.io.image.Jbig2ImageData
-
Gets the number of pages in a JBIG2 image.
- getNumberOfPages(RandomAccessFileOrArray) - Static method in class com.itextpdf.io.image.Jbig2ImageData
-
Gets the number of pages in a JBIG2 image.
- getNumberOfPages(RandomAccessFileOrArray) - Static method in class com.itextpdf.io.image.TiffImageData
-
Gets the number of pages the TIFF document has.
- getNumberOfPages(byte[]) - Static method in class com.itextpdf.io.image.TiffImageData
-
Gets the number of pages the TIFF document has.
- getNumComponents() - Method in class com.itextpdf.io.color.IccProfile
-
- getNumDirectories(RandomAccessFileOrArray) - Static method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the number of image directories (subimages) stored in a
given TIFF file, represented by a SeekableStream.
- getNumEntries() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns the number of directory entries.
- getObjNr() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getOneKey() - Method in class com.itextpdf.io.util.IntHashtable
-
- getOrdering() - Method in class com.itextpdf.io.font.cmap.AbstractCMap
-
- getOrdering() - Method in class com.itextpdf.io.font.CMapEncoding
-
- getOriginalType() - Method in class com.itextpdf.io.image.ImageData
-
- getOtfClass(int) - Method in class com.itextpdf.io.font.otf.OtfClass
-
- getOtfClass(int, boolean) - Method in class com.itextpdf.io.font.otf.OtfClass
-
- getOutputStream() - Method in class com.itextpdf.io.source.OutputStream
-
- getPage(int) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- getPage() - Method in class com.itextpdf.io.image.Jbig2ImageData
-
- getPage() - Method in class com.itextpdf.io.image.TiffImageData
-
- getPageHeight(int) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- getPageWidth(int) - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- getPanose() - Method in class com.itextpdf.io.font.FontIdentification
-
- getParameters() - Method in class com.itextpdf.io.image.Jpeg2000ImageData
-
- getPdfFontFlags() - Method in class com.itextpdf.io.font.CidFont
-
- getPdfFontFlags() - Method in class com.itextpdf.io.font.FontProgram
-
- getPdfFontFlags() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getPdfFontFlags() - Method in class com.itextpdf.io.font.Type1Font
-
- getPosition() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getPosition() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- getPrec() - Method in class com.itextpdf.io.image.Jpeg2000ImageData.ColorSpecBox
-
- getProfile() - Method in class com.itextpdf.io.image.ImageData
-
- getPropertyOrEnvironmentVariable(String) - Static method in class com.itextpdf.io.util.SystemUtil
-
Gets either java property or environment variable with given name.
- getRandomAccessFile(File) - Static method in class com.itextpdf.io.util.FileUtil
-
- getRecord(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFeature
-
- getRecords() - Method in class com.itextpdf.io.font.otf.OpenTypeFeature
-
- getRegisteredFontFamilies() - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Gets a set of registered font names.
- getRegisteredFonts() - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Gets a set of registered font names.
- getRegistry() - Method in class com.itextpdf.io.font.cmap.AbstractCMap
-
- getRegistry() - Method in class com.itextpdf.io.font.CMapEncoding
-
- getRegistry() - Method in class com.itextpdf.io.font.FontProgram
-
- getRegistryNames() - Static method in class com.itextpdf.io.font.CidFontProperties
-
- getRegistryNames() - Static method in class com.itextpdf.io.font.FontCache
-
- getRequiredFeature(String[], String) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getResourceStream(String) - Static method in class com.itextpdf.io.util.ResourceUtil
-
Gets the resource's inputstream.
- getResourceStream(String, ClassLoader) - Static method in class com.itextpdf.io.util.ResourceUtil
-
Gets the resource's inputstream.
- getReversMap() - Method in class com.itextpdf.io.font.cmap.CMapCidByte
-
- getRotation() - Method in class com.itextpdf.io.image.ImageData
-
- getSafeFile() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getScriptRecords() - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getScriptRecords() - Method in class com.itextpdf.io.font.otf.OpenTypeScript
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.ContextualSubTable
-
Gets a set of rules, which start with given glyph id.
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2
-
- getSetOfRulesForStartGlyph(int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3
-
- getSize() - Method in class com.itextpdf.io.image.BmpImageData
-
- getSpecificFeatures(List<FeatureRecord>, String[]) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getStartxref() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getStemH() - Method in class com.itextpdf.io.font.FontMetrics
-
- getStemV() - Method in class com.itextpdf.io.font.FontMetrics
-
- getStrikeoutPosition() - Method in class com.itextpdf.io.font.FontMetrics
-
- getStrikeoutSize() - Method in class com.itextpdf.io.font.FontMetrics
-
- getString(char) - Method in class com.itextpdf.io.font.CFFFont
-
- getStringValue() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getStyle() - Method in class com.itextpdf.io.font.FontNames
-
- getSubfamily() - Method in class com.itextpdf.io.font.FontNames
-
- getSubscriptOffset() - Method in class com.itextpdf.io.font.FontMetrics
-
- getSubscriptSize() - Method in class com.itextpdf.io.font.FontMetrics
-
- getSubset(Set<Integer>, boolean) - Method in class com.itextpdf.io.font.TrueTypeFont
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1.SubstRuleFormat1
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2.SubstRuleFormat2
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3.SubstRuleFormat3
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- getSubstLookupRecords() - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- getSuperscriptOffset() - Method in class com.itextpdf.io.font.FontMetrics
-
- getSuperscriptSize() - Method in class com.itextpdf.io.font.FontMetrics
-
- getSupplement() - Method in class com.itextpdf.io.font.cmap.AbstractCMap
-
- getSupplement() - Method in class com.itextpdf.io.font.CMapEncoding
-
- getSystemTimeMillis() - Static method in class com.itextpdf.io.util.SystemUtil
-
- getTag() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns the tag number, between 0 and 65535.
- getTag() - Method in class com.itextpdf.io.codec.TiffWriter.FieldBase
-
- getTags() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns an ordered array of ints indicating the tag
values.
- getTokenType() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- getTransparency() - Method in class com.itextpdf.io.image.ImageData
-
- getTTCSize() - Method in class com.itextpdf.io.font.TrueTypeCollection
-
returns the number of fonts in True Type Collection (file or bytes array)
- getTtfUniqueId() - Method in class com.itextpdf.io.font.FontIdentification
-
- getTtfVersion() - Method in class com.itextpdf.io.font.FontIdentification
-
- getType() - Method in class com.itextpdf.io.codec.TIFFField
-
Returns the type of the data stored in the IFD.
- getType() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- getType1Xuid() - Method in class com.itextpdf.io.font.FontIdentification
-
- getTypeCcitt() - Method in class com.itextpdf.io.image.RawImageData
-
- getTypoAscender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getTypoDescender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getUnderlinePosition() - Method in class com.itextpdf.io.font.FontMetrics
-
- getUnderlineThickness() - Method in class com.itextpdf.io.font.FontMetrics
-
- getUni2CidCmap(String) - Static method in class com.itextpdf.io.font.FontCache
-
- getUnicode(int) - Method in class com.itextpdf.io.font.FontEncoding
-
Gets unicode value for corresponding font's char code.
- getUnicode() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getUnicodeDifference(int) - Method in class com.itextpdf.io.font.FontEncoding
-
- getUnicodeToNameLength() - Static method in class com.itextpdf.io.font.AdobeGlyphList
-
- getUniMapName() - Method in class com.itextpdf.io.font.CMapEncoding
-
- getUnitsPerEm() - Method in class com.itextpdf.io.font.FontMetrics
-
- getUnitsPerEm() - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- getUrl() - Method in class com.itextpdf.io.image.GifImageData
-
- getUrl() - Method in class com.itextpdf.io.image.ImageData
-
- getUtcMillisFromEpoch(Calendar) - Static method in class com.itextpdf.io.util.DateTimeUtil
-
- getValue() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- getValue() - Method in class com.itextpdf.io.util.IntHashtable.Entry
-
- getValueSize() - Method in class com.itextpdf.io.codec.TiffWriter.FieldBase
-
- getWidth(int) - Method in class com.itextpdf.io.font.FontProgram
-
Get glyph's width.
- getWidth() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getWidth() - Method in class com.itextpdf.io.image.ImageData
-
- getWinAscender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getWinDescender() - Method in class com.itextpdf.io.font.FontMetrics
-
- getXAdvance() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getXHeight() - Method in class com.itextpdf.io.font.FontMetrics
-
- getXPlacement() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getXYRatio() - Method in class com.itextpdf.io.image.ImageData
-
- getYAdvance() - Method in class com.itextpdf.io.font.otf.Glyph
-
- getYPlacement() - Method in class com.itextpdf.io.font.otf.Glyph
-
- GifImageData - Class in com.itextpdf.io.image
-
- GifImageData(URL) - Constructor for class com.itextpdf.io.image.GifImageData
-
- GifImageData(byte[]) - Constructor for class com.itextpdf.io.image.GifImageData
-
- GifImageException - Static variable in exception com.itextpdf.io.IOException
-
- GifImageHelper - Class in com.itextpdf.io.image
-
- GifImageHelper() - Constructor for class com.itextpdf.io.image.GifImageHelper
-
- GifSignatureNotFound - Static variable in exception com.itextpdf.io.IOException
-
- Glyph - Class in com.itextpdf.io.font.otf
-
- Glyph(int, int, int) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(int, int, char[]) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(int, int, int, int[]) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(int, int) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(int, int, int, char[], boolean) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(Glyph) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(Glyph, int, int, int, int, int) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- Glyph(Glyph, int) - Constructor for class com.itextpdf.io.font.otf.Glyph
-
- glyph - Variable in class com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
-
- GLYPH_BASE - Static variable in class com.itextpdf.io.font.otf.OtfClass
-
- GLYPH_LIGATURE - Static variable in class com.itextpdf.io.font.otf.OtfClass
-
- GLYPH_MARK - Static variable in class com.itextpdf.io.font.otf.OtfClass
-
- GlyphIndexer() - Constructor for class com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
-
- GlyphLine - Class in com.itextpdf.io.font.otf
-
- GlyphLine() - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine(List<Glyph>) - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine(List<Glyph>, int, int) - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine(List<Glyph>, List<GlyphLine.ActualText>, int, int) - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine(GlyphLine) - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine(GlyphLine, int, int) - Constructor for class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphLine.ActualText - Class in com.itextpdf.io.font.otf
-
- GlyphLine.GlyphLinePart - Class in com.itextpdf.io.font.otf
-
- GlyphLine.IGlyphLineFilter - Interface in com.itextpdf.io.font.otf
-
- GlyphLinePart(int, int, String) - Constructor for class com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
-
- GlyphPositioningTableReader - Class in com.itextpdf.io.font.otf
-
Parses an OpenTypeFont file and reads the Glyph Substitution Table.
- GlyphPositioningTableReader(RandomAccessFileOrArray, int, OpenTypeGdefTableReader, Map<Integer, Glyph>, int) - Constructor for class com.itextpdf.io.font.otf.GlyphPositioningTableReader
-
- glyphs - Variable in class com.itextpdf.io.font.otf.GlyphLine
-
- GlyphSubstitutionTableReader - Class in com.itextpdf.io.font.otf
-
Parses an OpenTypeFont file and reads the Glyph Substitution Table.
- GlyphSubstitutionTableReader(RandomAccessFileOrArray, int, OpenTypeGdefTableReader, Map<Integer, Glyph>, int) - Constructor for class com.itextpdf.io.font.otf.GlyphSubstitutionTableReader
-
- GposAnchor - Class in com.itextpdf.io.font.otf
-
- GposAnchor() - Constructor for class com.itextpdf.io.font.otf.GposAnchor
-
- GposAnchor(GposAnchor) - Constructor for class com.itextpdf.io.font.otf.GposAnchor
-
- GposLookupType2 - Class in com.itextpdf.io.font.otf
-
Lookup Type 2:
Pair Adjustment Positioning Subtable
- GposLookupType2(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GposLookupType2
-
- GposLookupType4 - Class in com.itextpdf.io.font.otf
-
Lookup Type 4:
MarkToBase Attachment Positioning Subtable
- GposLookupType4(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GposLookupType4
-
- GposLookupType4.MarkToBase - Class in com.itextpdf.io.font.otf
-
- GposLookupType5 - Class in com.itextpdf.io.font.otf
-
Lookup Type 5:
MarkToLigature Attachment Positioning Subtable
- GposLookupType5(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GposLookupType5
-
- GposLookupType5.MarkToLigature - Class in com.itextpdf.io.font.otf
-
- GposLookupType6 - Class in com.itextpdf.io.font.otf
-
Lookup Type 6:
MarkToMark Attachment Positioning Subtable
- GposLookupType6(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GposLookupType6
-
- GposValueRecord - Class in com.itextpdf.io.font.otf
-
- GposValueRecord() - Constructor for class com.itextpdf.io.font.otf.GposValueRecord
-
- GRAYRESPONSEUNIT_100000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
hundred-thousandths
- GRAYRESPONSEUNIT_10000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
ten-thousandths of a unit
- GRAYRESPONSEUNIT_1000S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
thousandths of a unit
- GRAYRESPONSEUNIT_100S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
hundredths of a unit
- GRAYRESPONSEUNIT_10S - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
tenths of a unit
- GROUP3OPT_2DENCODING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
2-dimensional coding
- GROUP3OPT_FILLBITS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
fill to byte boundary
- GROUP3OPT_UNCOMPRESSED - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
data not compressed
- GROUP4OPT_UNCOMPRESSED - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
data not compressed
- GsubLookupType1 - Class in com.itextpdf.io.font.otf
-
LookupType 1: Single Substitution Subtable
- GsubLookupType1(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType1
-
- GsubLookupType2 - Class in com.itextpdf.io.font.otf
-
LookupType 2: Multiple Substitution Subtable
- GsubLookupType2(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType2
-
- GsubLookupType3 - Class in com.itextpdf.io.font.otf
-
LookupType 3: Alternate Substitution Subtable
- GsubLookupType3(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType3
-
- GsubLookupType4 - Class in com.itextpdf.io.font.otf
-
LookupType 4: Ligature Substitution Subtable
- GsubLookupType4(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType4
-
- GsubLookupType5 - Class in com.itextpdf.io.font.otf
-
LookupType 5: Contextual Substitution Subtable
- GsubLookupType5(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType5
-
- GsubLookupType6 - Class in com.itextpdf.io.font.otf
-
LookupType 6: Chaining Contextual Substitution Subtable
- GsubLookupType6(OpenTypeFontTableReader, int, int[]) - Constructor for class com.itextpdf.io.font.otf.GsubLookupType6
-
- gsubrIndexOffset - Variable in class com.itextpdf.io.font.CFFFont
-
- gsubrOffsets - Variable in class com.itextpdf.io.font.CFFFont
-
- GtNotExpected - Static variable in exception com.itextpdf.io.IOException
-
- GZIP - Static variable in class com.itextpdf.io.codec.Base64
-
Specify that data should be gzip-compressed.
- IccProfile - Class in com.itextpdf.io.color
-
- IccProfile() - Constructor for class com.itextpdf.io.color.IccProfile
-
- IccProfileContains0ComponentsWhileImageDataContains1Components - Static variable in exception com.itextpdf.io.IOException
-
- ICMapLocation - Interface in com.itextpdf.io.font.cmap
-
- IdelOutputStream - Class in com.itextpdf.io.util
-
- IdelOutputStream() - Constructor for class com.itextpdf.io.util.IdelOutputStream
-
- IDENTITY_H - Static variable in class com.itextpdf.io.font.PdfEncodings
-
The Unicode encoding with horizontal writing.
- IDENTITY_V - Static variable in class com.itextpdf.io.font.PdfEncodings
-
The Unicode encoding with vertical writing.
- idx - Variable in class com.itextpdf.io.font.otf.GlyphLine
-
- idx - Variable in class com.itextpdf.io.font.otf.OpenTableLookup.GlyphIndexer
-
- IExtraEncoding - Interface in com.itextpdf.io.font
-
Classes implementing this interface can create custom encodings or
replace existing ones.
- IllegalValueForPredictorInTiffFile - Static variable in exception com.itextpdf.io.IOException
-
- IMAGE_HAS_AMBIGUOUS_SCALE - Static variable in class com.itextpdf.io.LogMessageConstant
-
- IMAGE_HAS_JBIG2DECODE_FILTER - Static variable in class com.itextpdf.io.LogMessageConstant
-
- IMAGE_HAS_JPXDECODE_FILTER - Static variable in class com.itextpdf.io.LogMessageConstant
-
- IMAGE_HAS_MASK - Static variable in class com.itextpdf.io.LogMessageConstant
-
- IMAGE_SIZE_CANNOT_BE_MORE_4KB - Static variable in class com.itextpdf.io.LogMessageConstant
-
- imageAttributes - Variable in class com.itextpdf.io.image.ImageData
-
- ImageCanNotBeAnImageMask - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- ImageData - Class in com.itextpdf.io.image
-
- ImageData(URL, ImageType) - Constructor for class com.itextpdf.io.image.ImageData
-
- ImageData(byte[], ImageType) - Constructor for class com.itextpdf.io.image.ImageData
-
- ImageDataFactory - Class in com.itextpdf.io.image
-
- ImageFormatCannotBeRecognized - Static variable in exception com.itextpdf.io.IOException
-
- ImageIsNotMaskYouMustCallImageDataMakeMask - Static variable in exception com.itextpdf.io.IOException
-
- imageMask - Variable in class com.itextpdf.io.image.ImageData
-
- ImageMaskCannotContainAnotherImageMask - Static variable in exception com.itextpdf.io.IOException
-
- ImageMaskIsNotAMaskDidYouDoMakeMask - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- imageSize - Variable in class com.itextpdf.io.image.ImageData
-
- ImageType - Enum in com.itextpdf.io.image
-
- IMMEDIATE_GENERIC_REFINEMENT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_GENERIC_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_HALFTONE_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_LOSSLESS_GENERIC_REFINEMENT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_LOSSLESS_GENERIC_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_LOSSLESS_HALFTONE_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_LOSSLESS_TEXT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IMMEDIATE_TEXT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- IncompletePalette - Static variable in exception com.itextpdf.io.IOException
-
- INCORRECT_PAGEROTATION - Static variable in class com.itextpdf.io.LogMessageConstant
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.DictNumberItem
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.DictOffsetItem
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.IndexOffsetItem
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.Item
-
remember the current offset and increment by item's size in bytes.
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.RangeItem
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.StringItem
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.UInt16Item
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.UInt24Item
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.UInt32Item
-
- increment(int[]) - Method in class com.itextpdf.io.font.CFFFont.UInt8Item
-
- IndependentRandomAccessSource - Class in com.itextpdf.io.source
-
A RandomAccessSource that is wraps another RandomAccessSource but does not propagate close().
- IndependentRandomAccessSource(IRandomAccessSource) - Constructor for class com.itextpdf.io.source.IndependentRandomAccessSource
-
Constructs a new OffsetRandomAccessSource
- IndexBaseItem() - Constructor for class com.itextpdf.io.font.CFFFont.IndexBaseItem
-
- IndexMarkerItem(CFFFont.OffsetItem, CFFFont.IndexBaseItem) - Constructor for class com.itextpdf.io.font.CFFFont.IndexMarkerItem
-
- IndexOffsetItem(int, int) - Constructor for class com.itextpdf.io.font.CFFFont.IndexOffsetItem
-
- IndexOffsetItem(int) - Constructor for class com.itextpdf.io.font.CFFFont.IndexOffsetItem
-
- inflateData(byte[], byte[]) - Static method in class com.itextpdf.io.util.FilterUtil
-
This method provides support for general purpose decompression using the
popular ZLIB compression library.
- initializeStringTable() - Method in class com.itextpdf.io.codec.TIFFLZWDecoder
-
Initialize the string table.
- INKSET_CMYK - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- InputStream(InputStream) - Constructor for class com.itextpdf.io.codec.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class com.itextpdf.io.codec.Base64.InputStream
-
- inputStreamToArray(InputStream) - Static method in class com.itextpdf.io.util.StreamUtil
-
Reads the full content of a stream and returns them in a byte array
- INTERMEDIATE_GENERIC_REFINEMENT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- INTERMEDIATE_GENERIC_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- INTERMEDIATE_HALFTONE_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- INTERMEDIATE_TEXT_REGION - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- interpolation - Variable in class com.itextpdf.io.image.ImageData
-
- IntHashtable - Class in com.itextpdf.io.util
-
A hash map that uses primitive ints for the key rather than objects.
- IntHashtable() - Constructor for class com.itextpdf.io.util.IntHashtable
-
Constructs a new, empty hashtable with a default capacity and load
factor, which is 20 and 0.75 respectively.
- IntHashtable(int) - Constructor for class com.itextpdf.io.util.IntHashtable
-
Constructs a new, empty hashtable with the specified initial capacity
and default load factor, which is 0.75.
- IntHashtable(int, float) - Constructor for class com.itextpdf.io.util.IntHashtable
-
Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- IntHashtable(IntHashtable) - Constructor for class com.itextpdf.io.util.IntHashtable
-
- IntHashtable.Entry - Class in com.itextpdf.io.util
-
Innerclass that acts as a datastructure to create a new entry in the
table.
- INVALID_INDIRECT_REFERENCE - Static variable in class com.itextpdf.io.LogMessageConstant
-
- INVALID_KEY_VALUE_KEY_0_HAS_NULL_VALUE - Static variable in class com.itextpdf.io.LogMessageConstant
-
- InvalidBmpFileCompression - Static variable in exception com.itextpdf.io.IOException
-
- InvalidCodeEncountered - Static variable in exception com.itextpdf.io.IOException
-
- InvalidCodeEncounteredWhileDecoding2dGroup3CompressedData - Static variable in exception com.itextpdf.io.IOException
-
- InvalidCodeEncounteredWhileDecoding2dGroup4CompressedData - Static variable in exception com.itextpdf.io.IOException
-
- InvalidIccProfile - Static variable in exception com.itextpdf.io.IOException
-
- InvalidJpeg2000File - Static variable in exception com.itextpdf.io.IOException
-
- InvalidMagicValueForBmpFile - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- InvalidMagicValueForBmpFileMustBeBM - Static variable in exception com.itextpdf.io.IOException
-
- InvalidTTCFile - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- InvalidTtcFile - Static variable in exception com.itextpdf.io.IOException
-
- inverted - Variable in class com.itextpdf.io.image.ImageData
-
- IOException - Exception in com.itextpdf.io
-
Exception class for exceptions in io module.
- IOException(String) - Constructor for exception com.itextpdf.io.IOException
-
Creates a new IOException.
- IOException(Throwable) - Constructor for exception com.itextpdf.io.IOException
-
Creates a new IOException.
- IOException(String, Object) - Constructor for exception com.itextpdf.io.IOException
-
Creates a new IOException.
- IOException(String, Throwable) - Constructor for exception com.itextpdf.io.IOException
-
Creates a new IOException.
- IOException(String, Throwable, Object) - Constructor for exception com.itextpdf.io.IOException
-
Creates a new instance of IOException.
- IoException - Static variable in exception com.itextpdf.io.IOException
-
- IRandomAccessSource - Interface in com.itextpdf.io.source
-
Represents an abstract source that bytes can be read from.
- isArray() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isBigEndian() - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns a boolean indicating whether the byte order used in the
the TIFF file is big-endian (i.e. whether the byte order is from
the most significant to the least significant)
- isBold() - Method in class com.itextpdf.io.font.FontNames
-
- isBuiltInFont() - Method in class com.itextpdf.io.font.Type1Font
-
- isCached() - Method in class com.itextpdf.io.font.TrueTypeCollection
-
- isCff() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- isCID - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- isCID(String) - Method in class com.itextpdf.io.font.CFFFont
-
- isCidFont(String, String) - Static method in class com.itextpdf.io.font.CidFontProperties
-
Checks if its a valid CJKFont font.
- isCloseStream() - Method in class com.itextpdf.io.source.OutputStream
-
- isCloseStream() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- isCondensed() - Method in class com.itextpdf.io.font.FontNames
-
- isDeflated() - Method in class com.itextpdf.io.image.ImageData
-
- isDelimiter(int) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
- isDelimiterWhitespace(int) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
- isDictionary() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isDirect() - Method in class com.itextpdf.io.font.CMapEncoding
-
- isDirect() - Method in class com.itextpdf.io.image.TiffImageData
-
- isEmpty() - Method in class com.itextpdf.io.source.ByteBuffer
-
- isEmpty() - Method in class com.itextpdf.io.util.IntHashtable
-
Tests if this hashtable maps no keys to values.
- isExtended() - Method in class com.itextpdf.io.font.FontNames
-
- isFixedPitch() - Method in class com.itextpdf.io.font.FontMetrics
-
- isFontSpecific() - Method in class com.itextpdf.io.font.CidFont
-
- isFontSpecific() - Method in class com.itextpdf.io.font.FontEncoding
-
- isFontSpecific - Variable in class com.itextpdf.io.font.FontProgram
-
- isFontSpecific() - Method in class com.itextpdf.io.font.FontProgram
-
- isGlyphMatchesBacktrack(int, int) - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
Checks if glyph line element matches element from backtrack sequence of the rule.
- isGlyphMatchesBacktrack(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- isGlyphMatchesBacktrack(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- isGlyphMatchesBacktrack(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
Checks if glyph line element matches element from input sequence of the rule.
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1.SubstRuleFormat1
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2.SubstRuleFormat2
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3.SubstRuleFormat3
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- isGlyphMatchesInput(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- isGlyphMatchesLookahead(int, int) - Method in class com.itextpdf.io.font.otf.ContextualSubstRule
-
Checks if glyph line element matches element from lookahead sequence of the rule.
- isGlyphMatchesLookahead(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- isGlyphMatchesLookahead(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- isGlyphMatchesLookahead(int, int) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- isHexString() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isHexString() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- isInterpolation() - Method in class com.itextpdf.io.image.ImageData
-
- isInverted() - Method in class com.itextpdf.io.image.ImageData
-
- isItalic() - Method in class com.itextpdf.io.font.FontNames
-
- isJp2 - Variable in class com.itextpdf.io.image.Jpeg2000ImageData.Parameters
-
- isJpxBaseline - Variable in class com.itextpdf.io.image.Jpeg2000ImageData.Parameters
-
- isLiteral() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isMark() - Method in class com.itextpdf.io.font.otf.Glyph
-
- isMark(int) - Static method in class com.itextpdf.io.font.otf.MarkTable
-
- isMarkOtfClass(int) - Method in class com.itextpdf.io.font.otf.OtfClass
-
- isMask() - Method in class com.itextpdf.io.image.ImageData
-
- isName() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isNoHeader() - Method in class com.itextpdf.io.image.BmpImageData
-
- isNumber() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isOutline() - Method in class com.itextpdf.io.font.FontNames
-
- isPdfDocEncoding(String) - Static method in class com.itextpdf.io.font.PdfEncodings
-
Checks is text only has PDF_DOC_ENCODING characters.
- isPredefinedCidFont(String) - Static method in class com.itextpdf.io.font.FontCache
-
Checks if the font with the given name and encoding is one
of the predefined CID fonts.
- isRawImage() - Method in class com.itextpdf.io.image.ImageData
-
- isRawImage() - Method in class com.itextpdf.io.image.RawImageData
-
- isRecoverFromImageError() - Method in class com.itextpdf.io.image.TiffImageData
-
- isRegisteredFont(String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Checks if a certain font is registered.
- isShadow() - Method in class com.itextpdf.io.font.FontNames
-
- isSkip(int, int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- isSkip(int, int) - Method in class com.itextpdf.io.font.otf.OpenTypeGdefTableReader
-
- isSoftMask() - Method in class com.itextpdf.io.image.ImageData
-
- isString() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isSurrogateHigh(char) - Static method in class com.itextpdf.io.util.TextUtil
-
Check if the value of a character belongs to a certain interval
that indicates it's the higher part of a surrogate pair.
- isSurrogateLow(char) - Static method in class com.itextpdf.io.util.TextUtil
-
Check if the value of a character belongs to a certain interval
that indicates it's the lower part of a surrogate pair.
- isSurrogatePair(String, int) - Static method in class com.itextpdf.io.util.TextUtil
-
Checks if two subsequent characters in a String are
are the higher and the lower character in a surrogate
pair (and therefore eligible for conversion to a UTF 32 character).
- isSurrogatePair(char[], int) - Static method in class com.itextpdf.io.util.TextUtil
-
Checks if two subsequent characters in a character array are
are the higher and the lower character in a surrogate
pair (and therefore eligible for conversion to a UTF 32 character).
- isTagPresent(int) - Method in class com.itextpdf.io.codec.TIFFDirectory
-
Returns true if a tag appears in the directory.
- isToken() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- isUnderline() - Method in class com.itextpdf.io.font.FontNames
-
- isVertical - Variable in class com.itextpdf.io.font.TrueTypeFont
-
- isWhitespace(int) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
Is a certain character a whitespace?
- isWhitespace(int, boolean) - Static method in class com.itextpdf.io.source.PdfTokenizer
-
Checks whether a character is a whitespace.
- ITALIC - Static variable in class com.itextpdf.io.font.FontConstants
-
Italic font style.
- ITALIC_FLAG - Static variable in class com.itextpdf.io.font.FontNames
-
- ITALICANGLE - Static variable in class com.itextpdf.io.font.FontConstants
-
The angle, expressed in degrees counterclockwise from the vertical,
of the dominant vertical strokes of the font.
- Item() - Constructor for class com.itextpdf.io.font.CFFFont.Item
-
- iterator() - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- R - Static variable in class com.itextpdf.io.source.PdfTokenizer
-
- raf - Variable in class com.itextpdf.io.font.TrueTypeCollection
-
- RandomAccessFileOrArray - Class in com.itextpdf.io.source
-
- RandomAccessFileOrArray(IRandomAccessSource) - Constructor for class com.itextpdf.io.source.RandomAccessFileOrArray
-
Creates a RandomAccessFileOrArray that wraps the specified byte source.
- RandomAccessSourceFactory - Class in com.itextpdf.io.source
-
- RandomAccessSourceFactory() - Constructor for class com.itextpdf.io.source.RandomAccessSourceFactory
-
Creates a factory that will give preference to accessing the underling data source using memory mapped files
- RangeItem(RandomAccessFileOrArray, int, int) - Constructor for class com.itextpdf.io.font.CFFFont.RangeItem
-
- RASInputStream - Class in com.itextpdf.io.source
-
- RASInputStream(IRandomAccessSource) - Constructor for class com.itextpdf.io.source.RASInputStream
-
Creates an input stream based on the source.
- RawImageData - Class in com.itextpdf.io.image
-
- RawImageData(URL, ImageType) - Constructor for class com.itextpdf.io.image.RawImageData
-
- RawImageData(byte[], ImageType) - Constructor for class com.itextpdf.io.image.RawImageData
-
- RawImageHelper - Class in com.itextpdf.io.image
-
- RawImageHelper() - Constructor for class com.itextpdf.io.image.RawImageHelper
-
- read() - Method in class com.itextpdf.io.codec.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class com.itextpdf.io.codec.Base64.InputStream
-
- read() - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- read() - Method in class com.itextpdf.io.source.PdfTokenizer
-
- read() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads a single byte
- read(byte[], int, int) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- read(byte[]) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- read(byte[], int, int) - Method in class com.itextpdf.io.source.RASInputStream
- read() - Method in class com.itextpdf.io.source.RASInputStream
- readAnchorArray(OpenTypeFontTableReader, int[], int, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readArray() - Method in class com.itextpdf.io.font.cmap.CMapContentParser
-
Reads an array.
- ReadASubr(int, int, int, int, Map<Integer, int[]>, List<Integer>, int[]) - Method in class com.itextpdf.io.font.CFFFontSubset
-
The function reads a subrs (glyph info) between begin and end.
- readBaseArray(OpenTypeFontTableReader, int, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readBoolean() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readByte() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readChar() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readCharLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads a Unicode character from this stream in little-endian order.
- readClassDefinition(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- ReadCommand() - Method in class com.itextpdf.io.font.CFFFontSubset
-
The function reads the next command after the file pointer is set
- readCoverageFormat(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readCoverageFormat(RandomAccessFileOrArray, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readCoverages(int[], List<Set<Integer>>) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readCoverages(RandomAccessFileOrArray, int[], List<Set<Integer>>) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readDictionary() - Method in class com.itextpdf.io.font.cmap.CMapContentParser
-
Reads a dictionary.
- readDouble() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readDoubleLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- ReadFDArray(int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Read the FDArray count, offsize and Offset array
- readFDSelect(int) - Method in class com.itextpdf.io.font.CFFFontSubset
-
Read the FDSelect of the font and compute the array and its length
- readFloat() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readFloatLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readFully(byte[]) - Method in class com.itextpdf.io.source.PdfTokenizer
-
- readFully(byte[]) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readFully(byte[], int, int) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readFully(InputStream, byte[], int, int) - Static method in class com.itextpdf.io.util.StreamUtil
-
Reads len bytes from an input stream.
- readGdefTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- readGposAnchor(OpenTypeFontTableReader, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readGposTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- readGposValueRecord(OpenTypeFontTableReader, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readGsubTable() - Method in class com.itextpdf.io.font.TrueTypeFont
-
- readInt() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readIntLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads a signed 32-bit integer from this stream in little-endian order.
- readLigatureArray(OpenTypeFontTableReader, int, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readLine() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readLineSegment(ByteBuffer) - Method in class com.itextpdf.io.source.PdfTokenizer
-
Reads data into the provided byte[].
- readLineSegment(ByteBuffer, boolean) - Method in class com.itextpdf.io.source.PdfTokenizer
-
Reads data into the provided byte[].
- readLong() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readLongLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readLookupTable(int, int, int[]) - Method in class com.itextpdf.io.font.otf.GlyphPositioningTableReader
-
- readLookupTable(int, int, int[]) - Method in class com.itextpdf.io.font.otf.GlyphSubstitutionTableReader
-
- readLookupTable(int, int, int[]) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readMarkArray(OpenTypeFontTableReader, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readObject() - Method in class com.itextpdf.io.font.cmap.CMapContentParser
-
Reads a pdf object.
- readShort() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readShortLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads a signed 16-bit number from this stream in little-endian order.
- readString(int) - Method in class com.itextpdf.io.source.PdfTokenizer
-
- readString(int, String) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads a String from the font file as bytes using the given
encoding.
- readSubstLookupRecords(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readSubstLookupRecords(RandomAccessFileOrArray, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GposLookupType2
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GposLookupType4
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GposLookupType5
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GposLookupType6
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType1
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType2
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType3
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType4
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType5
-
- readSubTable(int) - Method in class com.itextpdf.io.font.otf.OpenTableLookup
-
- readSubTableFormat1(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType5
-
- readSubTableFormat1(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType6
-
- readSubTableFormat2(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType5
-
- readSubTableFormat2(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType6
-
- readSubTableFormat3(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType5
-
- readSubTableFormat3(int) - Method in class com.itextpdf.io.font.otf.GsubLookupType6
-
- readSubTables() - Method in class com.itextpdf.io.font.otf.OpenTableLookup
-
- readTable() - Method in class com.itextpdf.io.font.otf.OpenTypeGdefTableReader
-
- readTagAndLocations(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readUnsignedByte() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readUnsignedInt() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads an unsigned 32-bit integer from this stream.
- readUnsignedIntLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readUnsignedShort() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- readUnsignedShortLE() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
Reads an unsigned 16-bit number from this stream in little-endian order.
- readUShortArray(int, int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readUShortArray(int) - Method in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- readUShortArray(RandomAccessFileOrArray, int, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readUShortArray(RandomAccessFileOrArray, int) - Static method in class com.itextpdf.io.font.otf.OtfReadCommon
-
- readUTF() - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- RECTANGLE_HAS_NEGATIVE_OR_ZERO_SIZES - Static variable in class com.itextpdf.io.LogMessageConstant
-
- reference - Variable in class com.itextpdf.io.source.PdfTokenizer
-
- referredToSegmentNumbers - Variable in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- registerFont(String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Register a ttf- or a ttc-file.
- registerFont(String, String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Register a font file and use an alias for the font contained in it.
- registerFontDirectory(String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Register all the fonts in a directory.
- registerFontFamily(String, String, String) - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Register a font by giving explicitly the font family and name.
- REGISTERING_DIRECTORY - Static variable in class com.itextpdf.io.LogMessageConstant
-
- registerSystemFontDirectories() - Static method in class com.itextpdf.io.font.FontProgramFactory
-
Register fonts in some probable directories.
- registry - Variable in class com.itextpdf.io.font.FontProgram
-
- rehash() - Method in class com.itextpdf.io.util.IntHashtable
-
Increases the capacity of and internally reorganizes this
hashtable, in order to accommodate and access its entries more
efficiently.
- remove() - Method in class com.itextpdf.io.font.otf.ActualTextIterator
-
- remove(int) - Method in class com.itextpdf.io.util.IntHashtable
-
Removes the key (and its corresponding value) from this
hashtable.
- REMOVING_PAGE_HAS_ALREADY_BEEN_FLUSHED - Static variable in class com.itextpdf.io.LogMessageConstant
-
- RENDERER_WAS_NOT_ABLE_TO_PROCESS_KEEP_WITH_NEXT - Static variable in class com.itextpdf.io.LogMessageConstant
-
- replaceContent(GlyphLine) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- reset() - Method in class com.itextpdf.io.source.ByteBuffer
-
- reset() - Method in class com.itextpdf.io.source.OutputStream
-
- RESOURCE_PATH - Static variable in class com.itextpdf.io.font.FontConstants
-
The path to the font resources.
- RESOURCE_PATH_CMAP - Static variable in class com.itextpdf.io.font.CidFontProperties
-
Deprecated.
- ResourceUtil - Class in com.itextpdf.io.util
-
This file is a helper class for internal usage only.
- resumeEncoding() - Method in class com.itextpdf.io.codec.Base64.OutputStream
-
Resumes encoding of the stream.
- RESUNIT_CENTIMETER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
metric
- RESUNIT_INCH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
english
- RESUNIT_NONE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
no meaningful units
- ReusableRandomAccessSource(ByteBuffer) - Constructor for class com.itextpdf.io.source.PdfTokenizer.ReusableRandomAccessSource
-
- reverseBits(byte[]) - Static method in class com.itextpdf.io.codec.TIFFFaxDecoder
-
Reverses the bits in the array
- rf - Variable in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- rotation - Variable in class com.itextpdf.io.image.ImageData
-
- ROTATION_WAS_NOT_CORRECTLY_PROCESSED_FOR_RENDERER - Static variable in class com.itextpdf.io.LogMessageConstant
-
- runProcessAndWait(String, String) - Static method in class com.itextpdf.io.util.SystemUtil
-
- s - Variable in class com.itextpdf.io.font.CFFFont.StringItem
-
- SAMPLEFORMAT_COMPLEXIEEEFP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- SAMPLEFORMAT_COMPLEXINT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- SAMPLEFORMAT_IEEEFP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- SAMPLEFORMAT_INT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- SAMPLEFORMAT_UINT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- SAMPLEFORMAT_VOID - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- saveFont(FontProgram, String) - Static method in class com.itextpdf.io.font.FontCache
-
- ScanlineMustBeginWithEolCodeWord - Static variable in exception com.itextpdf.io.IOException
-
- ScriptRecord - Class in com.itextpdf.io.font.otf
-
- ScriptRecord() - Constructor for class com.itextpdf.io.font.otf.ScriptRecord
-
- scriptsType - Variable in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- seek(long) - Method in class com.itextpdf.io.source.PdfTokenizer
-
- seek(long) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- segmentNumber - Variable in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- segmentRetentionFlags - Variable in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- set(int) - Method in class com.itextpdf.io.font.CFFFont.OffsetItem
-
set the value of an offset item that was initially unknown.
- set(int, Glyph) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- set(int, T) - Method in class com.itextpdf.io.util.GenericArray
-
- setActualText(int, int, String) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- setAdvanceWidthMax(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setAllNames(Map<Integer, List<String[]>>) - Method in class com.itextpdf.io.font.FontNames
-
- setAllowEmbedding(boolean) - Method in class com.itextpdf.io.font.FontNames
-
- setAnchorDelta(short) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setAscender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setBbox(int, int, int, int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setBbox(int[]) - Method in class com.itextpdf.io.font.FontProgram
-
- setBold(boolean) - Method in class com.itextpdf.io.font.FontProgram
-
- setBpc(int) - Method in class com.itextpdf.io.image.ImageData
-
- setCached(boolean) - Method in class com.itextpdf.io.font.TrueTypeCollection
-
- setCapHeight(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setCapHeight(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setChars(char[]) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setCidFontName(String) - Method in class com.itextpdf.io.font.FontNames
-
- setCloseStream(boolean) - Method in class com.itextpdf.io.source.OutputStream
-
- setCloseStream(boolean) - Method in class com.itextpdf.io.source.PdfTokenizer
-
- setColorSpace(int) - Method in class com.itextpdf.io.image.ImageData
-
- setColorTransform(int) - Method in class com.itextpdf.io.image.ImageData
-
- setDecode(float[]) - Method in class com.itextpdf.io.image.ImageData
-
- setDeflated(boolean) - Method in class com.itextpdf.io.image.ImageData
-
- setDescender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setDpi(int, int) - Method in class com.itextpdf.io.image.ImageData
-
- setExclusivelyLockFile(boolean) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
- setFamilyName(String[][]) - Method in class com.itextpdf.io.font.FontNames
-
- setFamilyName(String) - Method in class com.itextpdf.io.font.FontNames
-
- setFilter(String) - Method in class com.itextpdf.io.image.ImageData
-
- setFixedPitch(boolean) - Method in class com.itextpdf.io.font.FontProgram
-
- setFontFamily(String) - Method in class com.itextpdf.io.font.FontProgram
-
- setFontName(String) - Method in class com.itextpdf.io.font.FontNames
-
- setFontName(String) - Method in class com.itextpdf.io.font.FontProgram
-
- setFontWeight(int) - Method in class com.itextpdf.io.font.FontNames
-
- setFontWeight(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setFontWidth(int) - Method in class com.itextpdf.io.font.FontNames
-
- setFontWidth(String) - Method in class com.itextpdf.io.font.FontProgram
-
- setForceRead(boolean) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
Determines whether the full content of the source will be read into memory
- setFullName(String[][]) - Method in class com.itextpdf.io.font.FontNames
-
- setFullName(String) - Method in class com.itextpdf.io.font.FontNames
-
- setGlyphs(List<Glyph>) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- setGlyphWidths(int[]) - Method in class com.itextpdf.io.font.FontMetrics
-
- setHeight(float) - Method in class com.itextpdf.io.image.ImageData
-
- setHighPrecision(boolean) - Static method in class com.itextpdf.io.source.OutputStream
-
- setImageAttributes(Map<String, Object>) - Method in class com.itextpdf.io.image.ImageData
-
- setImageMask(ImageData) - Method in class com.itextpdf.io.image.ImageData
-
- setInterpolation(boolean) - Method in class com.itextpdf.io.image.ImageData
-
- setInverted(boolean) - Method in class com.itextpdf.io.image.ImageData
-
- setIsFixedPitch(boolean) - Method in class com.itextpdf.io.font.FontMetrics
-
- setItalicAngle(float) - Method in class com.itextpdf.io.font.FontMetrics
-
- setItalicAngle(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setKerning(int, int, int) - Method in class com.itextpdf.io.font.Type1Font
-
Sets the kerning between two Unicode chars.
- setLineGap(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setLogicalHeight(float) - Method in class com.itextpdf.io.image.GifImageData
-
- setLogicalWidth(float) - Method in class com.itextpdf.io.image.GifImageData
-
- setMacStyle(int) - Method in class com.itextpdf.io.font.FontNames
-
- setMaxGlyphId(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setMessageParams(Object...) - Method in exception com.itextpdf.io.IOException
-
Sets additional params for Exception message.
- setOffset(int) - Method in class com.itextpdf.io.codec.TiffWriter.FieldBase
-
- SetOptions(int, int, int, int) - Method in class com.itextpdf.io.codec.TIFFFaxDecompressor
-
Invokes the superclass method and then sets instance variables on
the basis of the metadata set on this decompressor.
- setOriginalType(ImageType) - Method in class com.itextpdf.io.image.TiffImageData
-
- setPanose(byte[]) - Method in class com.itextpdf.io.font.FontIdentification
-
- setPanose(String) - Method in class com.itextpdf.io.font.FontIdentification
-
- setProfile(IccProfile) - Method in class com.itextpdf.io.image.ImageData
-
- setRecoverFromImageError(boolean) - Method in class com.itextpdf.io.codec.TIFFFaxDecoder
-
- setRegistry(String) - Method in class com.itextpdf.io.font.FontProgram
-
- setRotation(float) - Method in class com.itextpdf.io.image.ImageData
-
- setStemH(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setStemH(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setStemV(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setStemV(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setStrikeoutPosition(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setStrikeoutSize(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setStyle(String) - Method in class com.itextpdf.io.font.FontNames
-
- setSubClassSets(List<List<ContextualSubstRule>>) - Method in class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2
-
- setSubClassSets(List<List<ContextualSubstRule>>) - Method in class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2
-
- setSubfamily(String) - Method in class com.itextpdf.io.font.FontNames
-
- setSubfamily(String[][]) - Method in class com.itextpdf.io.font.FontNames
-
- setSubscriptOffset(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setSubscriptSize(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setSuperscriptOffset(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setSuperscriptSize(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setTransparency(int[]) - Method in class com.itextpdf.io.image.ImageData
-
- setTtfUniqueId(String) - Method in class com.itextpdf.io.font.FontIdentification
-
- setTtfVersion(String) - Method in class com.itextpdf.io.font.FontIdentification
-
- setType1Xuid(Integer) - Method in class com.itextpdf.io.font.FontIdentification
-
- setTypeCcitt(int) - Method in class com.itextpdf.io.image.RawImageData
-
- setTypoAscender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setTypoAscender(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setTypoDescender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setTypoDescender(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setUnderlinePosition(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setUnderlineThickness(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setUnicode(int) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setUnitsPerEm(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setUrl(URL) - Method in class com.itextpdf.io.image.ImageData
-
- setUsePlainRandomAccess(boolean) - Method in class com.itextpdf.io.source.RandomAccessSourceFactory
-
Determines whether
RandomAccessFile should be used as the primary data access mechanism
- setValue(Object) - Method in class com.itextpdf.io.font.cmap.CMapObject
-
- setWeight(int) - Method in class com.itextpdf.io.font.FontNames
-
- setWidth(int) - Method in class com.itextpdf.io.font.FontNames
-
- setWidth(float) - Method in class com.itextpdf.io.image.ImageData
-
- setWinAscender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setWinDescender(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setXAdvance(short) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setXHeight(int) - Method in class com.itextpdf.io.font.FontMetrics
-
- setXHeight(int) - Method in class com.itextpdf.io.font.FontProgram
-
- setXPlacement(short) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setXYRatio(float) - Method in class com.itextpdf.io.image.ImageData
-
- setYAdvance(short) - Method in class com.itextpdf.io.font.otf.Glyph
-
- setYPlacement(short) - Method in class com.itextpdf.io.font.otf.Glyph
-
- SHADOW_FLAG - Static variable in class com.itextpdf.io.font.FontNames
-
- shortenArray(byte[], int) - Static method in class com.itextpdf.io.util.ArrayUtil
-
- size - Variable in class com.itextpdf.io.font.CFFFont.DictNumberItem
-
- size - Variable in class com.itextpdf.io.font.CFFFont.DictOffsetItem
-
- size - Variable in class com.itextpdf.io.font.CFFFont.IndexOffsetItem
-
- size() - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- size() - Method in class com.itextpdf.io.source.ByteBuffer
-
- size() - Method in class com.itextpdf.io.util.IntHashtable
-
Returns the number of keys in this hashtable.
- skip(long) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- skip(InputStream, long) - Static method in class com.itextpdf.io.util.StreamUtil
-
This method is an alternative for the InputStream.skip()
-method that doesn't seem to work properly for big values of size
.
- skipBytes(int) - Method in class com.itextpdf.io.source.RandomAccessFileOrArray
-
- SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY - Static variable in class com.itextpdf.io.LogMessageConstant
-
- StackOpp() - Method in class com.itextpdf.io.font.CFFFontSubset
-
Function checks the key and return the change to the stack after the operator
- start - Variable in class com.itextpdf.io.font.otf.GlyphLine.GlyphLinePart
-
- start - Variable in class com.itextpdf.io.font.otf.GlyphLine
-
- START_MARKER_MISSING_IN_PFB_FILE - Static variable in class com.itextpdf.io.LogMessageConstant
-
- startsWith(byte[]) - Method in class com.itextpdf.io.source.ByteBuffer
-
- Startxref - Static variable in class com.itextpdf.io.source.PdfTokenizer
-
- Stream - Static variable in class com.itextpdf.io.source.PdfTokenizer
-
- StreamUtil - Class in com.itextpdf.io.util
-
This file is a helper class for internal usage only.
- STRIKETHROUGH_POSITION - Static variable in class com.itextpdf.io.font.FontConstants
-
The strikethrough position.
- STRIKETHROUGH_THICKNESS - Static variable in class com.itextpdf.io.font.FontConstants
-
The strikethrough thickness.
- STRIKETHRU - Static variable in class com.itextpdf.io.font.FontConstants
-
Strikethru font style.
- STRING - Static variable in class com.itextpdf.io.font.cmap.CMapObject
-
- stringIndexOffset - Variable in class com.itextpdf.io.font.CFFFont
-
- StringItem(String) - Constructor for class com.itextpdf.io.font.CFFFont.StringItem
-
- stringOffsets - Variable in class com.itextpdf.io.font.CFFFont
-
- SubrMarkerItem(CFFFont.OffsetItem, CFFFont.IndexBaseItem) - Constructor for class com.itextpdf.io.font.CFFFont.SubrMarkerItem
-
- SubrsOffsets - Variable in class com.itextpdf.io.font.CFFFont.Font
-
- SUBSCRIPT_OFFSET - Static variable in class com.itextpdf.io.font.FontConstants
-
The recommended vertical offset from the baseline for subscripts for this font.
- SUBSCRIPT_SIZE - Static variable in class com.itextpdf.io.font.FontConstants
-
The recommended vertical size for subscripts for this font.
- substituteManyToOne(OpenTypeFontTableReader, int, int, int) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- substituteOneToMany(OpenTypeFontTableReader, int[]) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- substituteOneToOne(OpenTypeFontTableReader, int) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- SubstLookupRecord - Class in com.itextpdf.io.font.otf
-
- SubstLookupRecord() - Constructor for class com.itextpdf.io.font.otf.SubstLookupRecord
-
- SubstRuleFormat1(int[], SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1.SubstRuleFormat1
-
- SubstRuleFormat1(int[], int[], int[], SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1.SubstRuleFormat1
-
- SubstRuleFormat2(SubTableLookup5Format2, int[], SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2.SubstRuleFormat2
-
- SubstRuleFormat2(SubTableLookup6Format2, int[], int[], int[], SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2.SubstRuleFormat2
-
- SubstRuleFormat3(List<Set<Integer>>, SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3.SubstRuleFormat3
-
- SubstRuleFormat3(List<Set<Integer>>, List<Set<Integer>>, List<Set<Integer>>, SubstLookupRecord[]) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3.SubstRuleFormat3
-
- subTableLocations - Variable in class com.itextpdf.io.font.otf.OpenTableLookup
-
- SubTableLookup5Format1 - Class in com.itextpdf.io.font.otf.lookuptype5
-
Contextual Substitution Subtable: Simple context glyph substitution
- SubTableLookup5Format1(OpenTypeFontTableReader, int, Map<Integer, List<ContextualSubstRule>>) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format1
-
- SubTableLookup5Format1.SubstRuleFormat1 - Class in com.itextpdf.io.font.otf.lookuptype5
-
- SubTableLookup5Format2 - Class in com.itextpdf.io.font.otf.lookuptype5
-
Contextual Substitution Subtable: Class-based context glyph substitution
- SubTableLookup5Format2(OpenTypeFontTableReader, int, Set<Integer>, OtfClass) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format2
-
- SubTableLookup5Format2.SubstRuleFormat2 - Class in com.itextpdf.io.font.otf.lookuptype5
-
- SubTableLookup5Format3 - Class in com.itextpdf.io.font.otf.lookuptype5
-
Contextual Substitution Subtable: Coverage-based context glyph substitution
- SubTableLookup5Format3(OpenTypeFontTableReader, int, SubTableLookup5Format3.SubstRuleFormat3) - Constructor for class com.itextpdf.io.font.otf.lookuptype5.SubTableLookup5Format3
-
- SubTableLookup5Format3.SubstRuleFormat3 - Class in com.itextpdf.io.font.otf.lookuptype5
-
- SubTableLookup6 - Class in com.itextpdf.io.font.otf.lookuptype6
-
- SubTableLookup6(OpenTypeFontTableReader, int) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6
-
- SubTableLookup6Format1 - Class in com.itextpdf.io.font.otf.lookuptype6
-
Chaining Contextual Substitution Subtable: Simple Chaining Context Glyph Substitution
- SubTableLookup6Format1(OpenTypeFontTableReader, int, Map<Integer, List<ContextualSubstRule>>) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format1
-
- SubTableLookup6Format1.SubstRuleFormat1 - Class in com.itextpdf.io.font.otf.lookuptype6
-
- SubTableLookup6Format2 - Class in com.itextpdf.io.font.otf.lookuptype6
-
Chaining Contextual Substitution Subtable: Class-based Chaining Context Glyph Substitution
- SubTableLookup6Format2(OpenTypeFontTableReader, int, Set<Integer>, OtfClass, OtfClass, OtfClass) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format2
-
- SubTableLookup6Format2.SubstRuleFormat2 - Class in com.itextpdf.io.font.otf.lookuptype6
-
- SubTableLookup6Format3 - Class in com.itextpdf.io.font.otf.lookuptype6
-
Chaining Contextual Substitution Subtable: Coverage-based Chaining Context Glyph Substitution
- SubTableLookup6Format3(OpenTypeFontTableReader, int, SubTableLookup6Format3.SubstRuleFormat3) - Constructor for class com.itextpdf.io.font.otf.lookuptype6.SubTableLookup6Format3
-
- SubTableLookup6Format3.SubstRuleFormat3 - Class in com.itextpdf.io.font.otf.lookuptype6
-
- subTables - Variable in class com.itextpdf.io.font.otf.GsubLookupType5
-
- SUPERSCRIPT_OFFSET - Static variable in class com.itextpdf.io.font.FontConstants
-
The recommended vertical offset from the baseline for superscripts for this font.
- SUPERSCRIPT_SIZE - Static variable in class com.itextpdf.io.font.FontConstants
-
The recommended vertical size for superscripts for this font.
- suspendEncoding() - Method in class com.itextpdf.io.codec.Base64.OutputStream
-
Suspends encoding of the stream.
- SYMBOL - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- SYMBOL - Static variable in class com.itextpdf.io.font.PdfEncodings
-
A possible encoding.
- SYMBOL_DICTIONARY - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- SystemUtil - Class in com.itextpdf.io.util
-
This file is a helper class for internal usage only.
- SystemUtil() - Constructor for class com.itextpdf.io.util.SystemUtil
-
- tableLocation - Variable in class com.itextpdf.io.font.otf.OpenTypeFontTableReader
-
- TABLES - Static variable in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- tag - Variable in class com.itextpdf.io.font.otf.FeatureRecord
-
- tag - Variable in class com.itextpdf.io.font.otf.LanguageRecord
-
- tag - Variable in class com.itextpdf.io.font.otf.ScriptRecord
-
- tag - Variable in class com.itextpdf.io.font.otf.TagAndLocation
-
- TAG_STRUCTURE_INIT_FAILED - Static variable in class com.itextpdf.io.LogMessageConstant
-
- TagAndLocation - Class in com.itextpdf.io.font.otf
-
- TagAndLocation() - Constructor for class com.itextpdf.io.font.otf.TagAndLocation
-
- TextUtil - Class in com.itextpdf.io.util
-
This file is a helper class for internal usage only.
- TheCmap1WasNotFound - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- ThisImageCanNotBeAnImageMask - Static variable in exception com.itextpdf.io.IOException
-
- THRESHHOLD_BILEVEL - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
b&w art scan
- THRESHHOLD_ERRORDIFFUSE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
usually floyd-steinberg
- THRESHHOLD_HALFTONE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
or dithered scan
- throwError(String, Object...) - Method in class com.itextpdf.io.source.PdfTokenizer
-
Helper method to handle content errors.
- Tiff50StyleLzwCodesAreNotSupported - Static variable in exception com.itextpdf.io.IOException
-
- TIFF_ASCII - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for null-terminated ASCII strings.
- TIFF_BYTE - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 8 bit unsigned integers.
- TIFF_DOUBLE - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 64 bit IEEE doubles.
- TIFF_FLOAT - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 32 bit IEEE floats.
- TIFF_LONG - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 32 bit unsigned integers.
- TIFF_RATIONAL - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for pairs of 32 bit unsigned integers.
- TIFF_SBYTE - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 8 bit signed integers.
- TIFF_SHORT - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 16 bit unsigned integers.
- TIFF_SLONG - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 32 bit signed integers.
- TIFF_SRATIONAL - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for pairs of 32 bit signed integers.
- TIFF_SSHORT - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 16 bit signed integers.
- TIFF_UNDEFINED - Static variable in class com.itextpdf.io.codec.TIFFField
-
Flag for 8 bit uninterpreted bytes.
- TIFFConstants - Class in com.itextpdf.io.codec
-
A list of constants used in class TIFFImage.
- TIFFConstants() - Constructor for class com.itextpdf.io.codec.TIFFConstants
-
- TIFFDirectory - Class in com.itextpdf.io.codec
-
A class representing an Image File Directory (IFD) from a TIFF 6.0
stream.
- TIFFDirectory(RandomAccessFileOrArray, int) - Constructor for class com.itextpdf.io.codec.TIFFDirectory
-
Constructs a TIFFDirectory from a SeekableStream.
- TIFFDirectory(RandomAccessFileOrArray, long, int) - Constructor for class com.itextpdf.io.codec.TIFFDirectory
-
Constructs a TIFFDirectory by reading a SeekableStream.
- TIFFFaxDecoder - Class in com.itextpdf.io.codec
-
Class that can decode TIFF files.
- TIFFFaxDecoder(int, int, int) - Constructor for class com.itextpdf.io.codec.TIFFFaxDecoder
-
- TIFFFaxDecompressor - Class in com.itextpdf.io.codec
-
Class that can decompress TIFF files.
- TIFFFaxDecompressor() - Constructor for class com.itextpdf.io.codec.TIFFFaxDecompressor
-
- TIFFField - Class in com.itextpdf.io.codec
-
A class representing a field in a TIFF 6.0 Image File Directory.
- TIFFField(int, int, int, Object) - Constructor for class com.itextpdf.io.codec.TIFFField
-
Constructs a TIFFField with arbitrary data.
- TiffFillOrderTagMustBeEither1Or2 - Static variable in exception com.itextpdf.io.IOException
-
- TiffImageData - Class in com.itextpdf.io.image
-
- TiffImageData(URL, boolean, int, boolean) - Constructor for class com.itextpdf.io.image.TiffImageData
-
- TiffImageData(byte[], boolean, int, boolean) - Constructor for class com.itextpdf.io.image.TiffImageData
-
- TiffImageException - Static variable in exception com.itextpdf.io.IOException
-
- TIFFLZWDecoder - Class in com.itextpdf.io.codec
-
A class for performing LZW decoding.
- TIFFLZWDecoder(int, int, int) - Constructor for class com.itextpdf.io.codec.TIFFLZWDecoder
-
- TIFFTAG_ARTIST - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
creator of image
- TIFFTAG_BADFAXLINES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
lines w/ wrong pixel count
- TIFFTAG_BITSPERSAMPLE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
bits per channel (sample)
- TIFFTAG_CELLLENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+dithering matrix height
- TIFFTAG_CELLWIDTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+dithering matrix width
- TIFFTAG_CLEANFAXDATA - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
regenerated line info
- TIFFTAG_COLORMAP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
RGB map for pallette image
- TIFFTAG_COLORRESPONSEUNIT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
$color curve accuracy
- TIFFTAG_COMPRESSION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
data compression technique
- TIFFTAG_CONSECUTIVEBADFAXLINES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
max consecutive bad lines
- TIFFTAG_COPYRIGHT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
tag 33432 is listed in the 6.0 spec w/ unknown ownership
- TIFFTAG_DATATYPE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
$use SampleFormat
- TIFFTAG_DATETIME - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
creation date and time
- TIFFTAG_DCSHUESHIFTVALUES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
hue shift correction data
tag 65535 is an undefined tag used by Eastman Kodak
- TIFFTAG_DOCUMENTNAME - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
name of doc. image is from
- TIFFTAG_DOTRANGE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_EXTRASAMPLES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_FAXRECVPARAMS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
encoded Class 2 ses. parms
- TIFFTAG_FAXRECVTIME - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
receive time (secs)
- TIFFTAG_FAXSUBADDRESS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
received SubAddr string
- TIFFTAG_FEDEX_EDR - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
unknown use
tag 34929 is a private tag registered to FedEx
- TIFFTAG_FILLORDER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
data order within a byte
- TIFFTAG_FRAMECOUNT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Sequence Frame Count
- TIFFTAG_FREEBYTECOUNTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+sizes of free blocks
- TIFFTAG_FREEOFFSETS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+byte offset to free block
- TIFFTAG_GRAYRESPONSECURVE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
$gray scale response curve
- TIFFTAG_GRAYRESPONSEUNIT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
$gray scale curve accuracy
- TIFFTAG_GROUP3OPTIONS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
32 flag bits
- TIFFTAG_GROUP4OPTIONS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
32 flag bits
- TIFFTAG_HALFTONEHINTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_HOSTCOMPUTER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
machine where created
- TIFFTAG_ICCPROFILE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
ICC profile data
tag 34750 is a private tag registered to Adobe?
- TIFFTAG_IMAGEDEPTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
z depth of image
- TIFFTAG_IMAGEDESCRIPTION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
info about image
- TIFFTAG_IMAGELENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
image height in pixels
- TIFFTAG_IMAGEWIDTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
image width in pixels
- TIFFTAG_INKNAMES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_INKSET - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_IT8BITSPEREXTENDEDRUNLENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
# of bits in long run
- TIFFTAG_IT8BITSPERRUNLENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
# of bits in short run
- TIFFTAG_IT8BKGCOLORINDICATOR - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
BP/BL bg color switch
- TIFFTAG_IT8BKGCOLORVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
BP/BL bg color value
- TIFFTAG_IT8COLORCHARACTERIZATION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
color character. table
- TIFFTAG_IT8COLORSEQUENCE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
color seq.
- TIFFTAG_IT8COLORTABLE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
LW colortable
- TIFFTAG_IT8HEADER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
DDES Header
- TIFFTAG_IT8IMAGECOLORINDICATOR - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
BP/BL image color switch
- TIFFTAG_IT8IMAGECOLORVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
BP/BL image color value
- TIFFTAG_IT8PIXELINTENSITYRANGE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
MP pixel intensity value
- TIFFTAG_IT8RASTERPADDING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
raster scanline padding
- TIFFTAG_IT8SITE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
site name
- TIFFTAG_IT8TRANSPARENCYINDICATOR - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
HC transparency switch
- TIFFTAG_JBIGOPTIONS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
JBIG options
tag 34750 is a private tag registered to Pixel Magic
- TIFFTAG_JPEGACTABLES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGDCTABLES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGIFBYTECOUNT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGIFOFFSET - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGLOSSLESSPREDICTORS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGPOINTTRANSFORM - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGPROC - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGQTABLES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGRESTARTINTERVAL - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_JPEGTABLES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
%JPEG table stream
- TIFFTAG_MAKE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
scanner manufacturer name
- TIFFTAG_MATTEING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
$use ExtraSamples
- TIFFTAG_MAXSAMPLEVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+maximum sample value
- TIFFTAG_MINSAMPLEVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+minimum sample value
- TIFFTAG_MODEL - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
scanner model name/number
- TIFFTAG_NUMBEROFINKS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_ORIENTATION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+image orientation
- TIFFTAG_OSUBFILETYPE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+kind of data in subfile
- TIFFTAG_PAGENAME - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
page name image is from
- TIFFTAG_PAGENUMBER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
page numbers of multi-page
- TIFFTAG_PHOTOMETRIC - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
photometric interpretation
- TIFFTAG_PHOTOSHOP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
tag 34377 is private tag registered to Adobe for PhotoShop
- TIFFTAG_PIXAR_FOVCOT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
cotan(fov) for env. maps
- TIFFTAG_PIXAR_IMAGEFULLLENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
full image size in y
- TIFFTAG_PIXAR_IMAGEFULLWIDTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
full image size in x
- TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
W2C
- TIFFTAG_PIXAR_MATRIX_WORLDTOSCREEN - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
W2S
- TIFFTAG_PIXAR_TEXTUREFORMAT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
texture map format
- TIFFTAG_PIXAR_WRAPMODES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
s & t wrap modes
- TIFFTAG_PLANARCONFIG - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
storage organization
- TIFFTAG_PREDICTOR - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
prediction scheme w/ LZW
- TIFFTAG_PRIMARYCHROMATICITIES - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_REFERENCEBLACKWHITE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_REFPTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
image reference points
- TIFFTAG_REGIONAFFINE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
affine transformation mat
- TIFFTAG_REGIONTACKPOINT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
region-xform tack point
- TIFFTAG_REGIONWARPCORNERS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
warp quadrilateral
- TIFFTAG_RESOLUTIONUNIT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
units of resolutions
- TIFFTAG_RICHTIFFIPTC - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
IPTC TAG from RichTIFF specifications
- TIFFTAG_ROWSPERSTRIP - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
rows per strip of data
- TIFFTAG_SAMPLEFORMAT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_SAMPLESPERPIXEL - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
samples per pixel
- TIFFTAG_SMAXSAMPLEVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_SMINSAMPLEVALUE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_SOFTWARE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
name & release
- TIFFTAG_STONITS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
Sample value to Nits
- TIFFTAG_STRIPBYTECOUNTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
bytes counts for strips
- TIFFTAG_STRIPOFFSETS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
offsets to data strips
- TIFFTAG_SUBFILETYPE - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
subfile data descriptor
- TIFFTAG_SUBIFD - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
subimage descriptors
- TIFFTAG_TARGETPRINTER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_THRESHHOLDING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
+thresholding used on data
- TIFFTAG_TILEBYTECOUNTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_TILEDEPTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
z depth/data tile
- TIFFTAG_TILELENGTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_TILEOFFSETS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_TILEWIDTH - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_TRANSFERFUNCTION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_WHITEPOINT - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
image white point
- TIFFTAG_WRITERSERIALNUMBER - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
device serial number
tag 33405 is a private tag registered to Eastman Kodak
- TIFFTAG_XPOSITION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
x page offset of image lhs
- TIFFTAG_XRESOLUTION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
pixels/resolution in x
- TIFFTAG_YCBCRCOEFFICIENTS - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_YCBCRPOSITIONING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_YCBCRSUBSAMPLING - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
!
- TIFFTAG_YPOSITION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
y page offset of image lhs
- TIFFTAG_YRESOLUTION - Static variable in class com.itextpdf.io.codec.TIFFConstants
-
pixels/resolution in y
- TiffWriter - Class in com.itextpdf.io.codec
-
Exports images as TIFF.
- TiffWriter() - Constructor for class com.itextpdf.io.codec.TiffWriter
-
- TiffWriter.FieldAscii - Class in com.itextpdf.io.codec
-
Inner class containing info about an ASCII field.
- TiffWriter.FieldBase - Class in com.itextpdf.io.codec
-
Inner class class containing information about a field.
- TiffWriter.FieldByte - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TiffWriter.FieldImage - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TiffWriter.FieldLong - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TiffWriter.FieldRational - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TiffWriter.FieldShort - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TiffWriter.FieldUndefined - Class in com.itextpdf.io.codec
-
Inner class containing info about a field.
- TilesAreNotSupported - Static variable in exception com.itextpdf.io.IOException
-
- TIMES - Static variable in class com.itextpdf.io.font.FontConstants
-
- TIMES_BOLD - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- TIMES_BOLDITALIC - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- TIMES_ITALIC - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- TIMES_ROMAN - Static variable in class com.itextpdf.io.font.FontConstants
-
This is a possible value of a base 14 type 1 font
- toArray(Collection<Integer>) - Static method in class com.itextpdf.io.util.ArrayUtil
-
- toByteArray(int, int) - Method in class com.itextpdf.io.source.ByteBuffer
-
- toByteArray() - Method in class com.itextpdf.io.source.ByteBuffer
-
- toHex(int) - Static method in class com.itextpdf.io.font.cmap.CMapContentParser
-
Gets an hex string in the format "<HHHH>".
- TOKEN - Static variable in class com.itextpdf.io.font.cmap.CMapObject
-
- tokenValueEqualsTo(byte[]) - Method in class com.itextpdf.io.source.PdfTokenizer
-
- toOrderedKeys() - Method in class com.itextpdf.io.util.IntHashtable
-
- topdictIndexOffset - Variable in class com.itextpdf.io.font.CFFFont
-
- topdictOffsets - Variable in class com.itextpdf.io.font.CFFFont
-
- toString() - Method in class com.itextpdf.io.codec.Jbig2SegmentReader
-
- toString() - Method in class com.itextpdf.io.font.cmap.CMapObject
-
Return String representation of value field.
- toString() - Method in class com.itextpdf.io.font.otf.Glyph
-
- toString() - Method in class com.itextpdf.io.util.IntHashtable.Entry
-
- TOUNICODE_CMAP_MORE_THAN_2_BYTES_NOT_SUPPORTED - Static variable in class com.itextpdf.io.LogMessageConstant
-
- toUnicodeString(String, boolean) - Method in class com.itextpdf.io.font.cmap.AbstractCMap
-
- toUnicodeString(int, int) - Method in class com.itextpdf.io.font.otf.GlyphLine
-
- toURL(String) - Static method in class com.itextpdf.io.util.UrlUtil
-
This method makes a valid URL from a given filename.
- Trailer - Static variable in class com.itextpdf.io.source.PdfTokenizer
-
- transferBytes(InputStream, OutputStream) - Static method in class com.itextpdf.io.util.StreamUtil
-
- transferBytes(RandomAccessFileOrArray, OutputStream) - Static method in class com.itextpdf.io.util.StreamUtil
-
- transformLine(GlyphLine) - Method in class com.itextpdf.io.font.otf.OpenTableLookup
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GposLookupType2
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GposLookupType4
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GposLookupType5
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GposLookupType6
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GsubLookupType1
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GsubLookupType2
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GsubLookupType3
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GsubLookupType4
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.GsubLookupType5
-
- transformOne(GlyphLine) - Method in class com.itextpdf.io.font.otf.OpenTableLookup
-
- transparency - Variable in class com.itextpdf.io.image.ImageData
-
- TransparencyLengthMustBeEqualTo2WithCcittImages - Static variable in exception com.itextpdf.io.IOException
-
- True - Static variable in class com.itextpdf.io.source.PdfTokenizer
-
- TRUE_TYPE_FONT - Static variable in class com.itextpdf.io.font.FontConstants
-
TrueType or OpenType with TrueType outlines font.
- TrueTypeCollection - Class in com.itextpdf.io.font
-
Use this class for working with true type collection font (*.ttc)
- TrueTypeCollection(byte[], String) - Constructor for class com.itextpdf.io.font.TrueTypeCollection
-
- TrueTypeCollection(byte[]) - Constructor for class com.itextpdf.io.font.TrueTypeCollection
-
- TrueTypeCollection(String, String) - Constructor for class com.itextpdf.io.font.TrueTypeCollection
-
- TrueTypeCollection(String) - Constructor for class com.itextpdf.io.font.TrueTypeCollection
-
- TrueTypeFont - Class in com.itextpdf.io.font
-
- TrueTypeFont() - Constructor for class com.itextpdf.io.font.TrueTypeFont
-
- TrueTypeFont(String) - Constructor for class com.itextpdf.io.font.TrueTypeFont
-
- TrueTypeFont(byte[]) - Constructor for class com.itextpdf.io.font.TrueTypeFont
-
- TTCIndexDoesNotExistInFile - Static variable in exception com.itextpdf.io.IOException
-
Deprecated.
- TtcIndexDoesNotExistInThisTtcFile - Static variable in exception com.itextpdf.io.IOException
-
- type - Variable in class com.itextpdf.io.codec.Jbig2SegmentReader.Jbig2Segment
-
- type - Variable in class com.itextpdf.io.source.PdfTokenizer
-
- Type1Font - Class in com.itextpdf.io.font
-
- Type1Font(String, String, byte[], byte[]) - Constructor for class com.itextpdf.io.font.Type1Font
-
- Type1Font(String) - Constructor for class com.itextpdf.io.font.Type1Font
-
- TYPE_1_COMPACT_FONT - Static variable in class com.itextpdf.io.font.FontConstants
-
Compact Font Format PostScript font.
- TYPE_1_FONT - Static variable in class com.itextpdf.io.font.FontConstants
-
Type 1 PostScript font.
- typeCcitt - Variable in class com.itextpdf.io.image.RawImageData
-
- TypeOfFont1IsNotRecognized - Static variable in exception com.itextpdf.io.IOException
-
- TypeOfFontIsNotRecognized - Static variable in exception com.itextpdf.io.IOException
-