|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSBase | |
---|---|
org.apache.pdfbox.cos | These are the low level objects that make up a PDF document. |
org.apache.pdfbox.encoding | This package contains the implementations for all of the encodings that are used in PDF documents. |
org.apache.pdfbox.io | This package contains IO streams. |
org.apache.pdfbox.pdfparser | The pdfparser package contains classes to parse PDF documents and objects within the document. |
org.apache.pdfbox.pdfwriter | This is the persistence layer used to write the PDFBox documents to a stream. |
org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.apache.pdfbox.pdmodel.common | High level PD classes that are used throughout several packages are placed in the PDModel common package. |
org.apache.pdfbox.pdmodel.common.filespecification | The file specification package defines classes that are used for the PDF File Specification logic. |
org.apache.pdfbox.pdmodel.common.function | This package contains functions that are available in the PDF specification. |
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure | The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file. |
org.apache.pdfbox.pdmodel.documentinterchange.prepress | This package contains classes for prepress support in PDFBox. |
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf | The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file. |
org.apache.pdfbox.pdmodel.fdf | The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. |
org.apache.pdfbox.pdmodel.font | Classes to deal with font functionality in a PDF Document. |
org.apache.pdfbox.pdmodel.graphics | The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. |
org.apache.pdfbox.pdmodel.graphics.color | This package deals with colors that are stored in a PDF document. |
org.apache.pdfbox.pdmodel.graphics.optionalcontent | |
org.apache.pdfbox.pdmodel.graphics.pattern | This package deals with patterns which are used instead of colors. |
org.apache.pdfbox.pdmodel.graphics.shading | This package deals with shadings which are used for filling instead of a color. |
org.apache.pdfbox.pdmodel.graphics.xobject | This package deals with images that are stored in a PDF document. |
org.apache.pdfbox.pdmodel.interactive.action | This package represents actions that can be performed in a PDF document. |
org.apache.pdfbox.pdmodel.interactive.action.type | This package contains all of the available PDF action types. |
org.apache.pdfbox.pdmodel.interactive.annotation | The annotation package contains classes that work with PDF annotation elements. |
org.apache.pdfbox.pdmodel.interactive.digitalsignature | The digitial signature library will manage signatures that are stored in the PDF document. |
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. |
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. |
org.apache.pdfbox.pdmodel.interactive.form | The interactive package contains classes that deal with interactive annotations such as textfields and buttons. |
org.apache.pdfbox.pdmodel.interactive.measurement | The measurement package contains classes that work with elements specifying measure properties. |
org.apache.pdfbox.pdmodel.interactive.pagenavigation | A package to allow provide access to PDF page navigation functionality. |
org.apache.pdfbox.pdmodel.interactive.viewerpreferences | A package to allow access to document viewing preferences. |
org.apache.pdfbox.pdmodel.markedcontent | |
org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
org.apache.pdfbox.util.operator | This package contains implementations of all of the PDF operators. |
org.apache.pdfbox.util.operator.pagedrawer | This package contains implementations of all of the PDF operators. |
Uses of COSBase in org.apache.pdfbox.cos |
---|
Subclasses of COSBase in org.apache.pdfbox.cos | |
---|---|
class |
COSArray
An array of PDFBase objects as part of the PDF document. |
class |
COSBoolean
This class represents a boolean value in the PDF document. |
class |
COSDictionary
This class represents a dictionary where name/value pairs reside. |
class |
COSDictionaryLateBinding
|
class |
COSDocument
This is the in-memory representation of the PDF document. |
class |
COSFloat
This class represents a floating point number in a PDF document. |
class |
COSInteger
This class represents an integer number in a PDF document. |
class |
COSName
This class represents a PDF named object. |
class |
COSNull
This class represents a null PDF object. |
class |
COSNumber
This class represents an abstract number in a PDF document. |
class |
COSObject
This class represents a PDF object. |
class |
COSStream
This class represents a stream object in a PDF document. |
class |
COSString
This represents a string object in a PDF document. |
class |
COSUnread
|
Fields in org.apache.pdfbox.cos with type parameters of type COSBase | |
---|---|
protected Map<COSName,COSBase> |
COSDictionary.items
The name-value pairs of this dictionary. |
Methods in org.apache.pdfbox.cos that return COSBase | |
---|---|
COSBase |
COSArray.get(int index)
This will get an object from the array. |
COSBase |
COSBase.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
COSObject.getDictionaryObject(COSName key)
This will get the dictionary object in this object that has the name key and if it is a pdfobjref then it will dereference that and return it. |
COSBase |
COSDictionary.getDictionaryObject(COSName key)
This will get an object from this dictionary. |
COSBase |
COSDictionaryLateBinding.getDictionaryObject(COSName key)
This will get an object from this dictionary. |
COSBase |
COSDictionary.getDictionaryObject(COSName firstKey,
COSName secondKey)
This is a special case of getDictionaryObject that takes multiple keys, it will handle the situation where multiple keys could get the same value, ie if either CS or ColorSpace is used to get the colorspace. |
COSBase |
COSDictionary.getDictionaryObject(String key)
This will get an object from this dictionary. |
COSBase |
COSDictionary.getDictionaryObject(String[] keyList)
This is a special case of getDictionaryObject that takes multiple keys, it will handle the situation where multiple keys could get the same value, ie if either CS or ColorSpace is used to get the colorspace. |
COSBase |
COSDictionary.getDictionaryObject(String firstKey,
String secondKey)
Deprecated. use COSDictionary.getDictionaryObject(COSName, COSName) using COSName constants instead |
COSBase |
COSStream.getFilters()
This will return the filters to apply to the byte stream. |
COSBase |
COSObject.getItem(COSName key)
This will get the dictionary object in this object that has the name key. |
COSBase |
COSDictionary.getItem(COSName key)
This will do a lookup into the dictionary. |
COSBase |
COSObject.getObject()
This will get the object that this object encapsulates. |
COSBase |
COSArray.getObject(int index)
This will get an object from the array. |
COSBase |
COSDictionary.getObjectFromPath(String objPath)
Nice method, gives you every object you want Arrays works properly too. |
COSBase |
COSArray.remove(int i)
This will remove an element from the array. |
Methods in org.apache.pdfbox.cos that return types with arguments of type COSBase | |
---|---|
Set<Map.Entry<COSName,COSBase>> |
COSDictionary.entrySet()
Returns the name-value entries in this dictionary. |
Collection<COSBase> |
COSDictionary.getValues()
This will get all of the values for the dictionary. |
Iterator<COSBase> |
COSArray.iterator()
Get access to the list. |
List<COSBase> |
COSArray.toList()
Return contents of COSArray as a Java List. |
Methods in org.apache.pdfbox.cos with parameters of type COSBase | |
---|---|
void |
COSArray.add(COSBase object)
This will add an object to the array. |
void |
COSArray.add(int i,
COSBase object)
Add the specified object at the ith location and push the rest to the right. |
OutputStream |
COSStream.createFilteredStream(COSBase expectedLength)
This will create a new stream for which filtered byte should be written to. |
void |
COSArray.growToSize(int size,
COSBase object)
This will add the object until the size of the array is at least as large as the parameter. |
int |
COSArray.indexOf(COSBase object)
This will return the index of the entry or -1 if it is not found. |
int |
COSArray.indexOfObject(COSBase object)
This will return the index of the entry or -1 if it is not found. |
boolean |
COSArray.remove(COSBase o)
This will remove an element from the array. |
boolean |
COSArray.removeObject(COSBase o)
This will remove an element from the array. |
void |
COSArray.set(int index,
COSBase object)
This will set an object at a specific index. |
void |
COSStream.setFilters(COSBase filters)
set the filters to be applied to the stream. |
void |
COSDictionary.setItem(COSName key,
COSBase value)
This will set an item in the dictionary. |
void |
COSDictionary.setItem(String key,
COSBase value)
This will set an item in the dictionary. |
void |
COSObject.setObject(COSBase object)
This will set the object that this object encapsulates. |
Method parameters in org.apache.pdfbox.cos with type arguments of type COSBase | |
---|---|
void |
COSArray.addAll(Collection<COSBase> objectsList)
This will add an object to the array. |
void |
COSArray.addAll(int i,
Collection<COSBase> objectList)
Add the specified object at the ith location and push the rest to the right. |
void |
COSArray.removeAll(Collection<COSBase> objectsList)
This will remove all of the objects in the collection. |
void |
COSArray.retainAll(Collection<COSBase> objectsList)
This will retain all of the objects in the collection. |
Constructors in org.apache.pdfbox.cos with parameters of type COSBase | |
---|---|
COSObject(COSBase object)
Constructor. |
Uses of COSBase in org.apache.pdfbox.encoding |
---|
Methods in org.apache.pdfbox.encoding that return COSBase | |
---|---|
COSBase |
AFMEncoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
MacRomanEncoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PdfDocEncoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
WinAnsiEncoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
DictionaryEncoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
Type1Encoding.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
StandardEncoding.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.io |
---|
Methods in org.apache.pdfbox.io that return COSBase | |
---|---|
COSBase |
RandomAccessFileOutputStream.getExpectedLength()
This will get the length that the PDF document specified this stream should be. |
Methods in org.apache.pdfbox.io with parameters of type COSBase | |
---|---|
void |
RandomAccessFileOutputStream.setExpectedLength(COSBase value)
This will set the expected length of this stream. |
Uses of COSBase in org.apache.pdfbox.pdfparser |
---|
Methods in org.apache.pdfbox.pdfparser that return COSBase | |
---|---|
COSBase |
ConformingPDFParser.getObject(long objectNumber,
long generation)
|
protected COSBase |
BaseParser.parseDirObject()
This will parse a directory object from the stream. |
protected COSBase |
ConformingPDFParser.processCosObject(String string)
|
protected COSBase |
ConformingPDFParser.readObject()
This actually reads the object data. |
COSBase |
ConformingPDFParser.readObject(long objectNumber,
long generation)
This will read an object from the inputFile at whatever our currentOffset is. |
protected COSBase |
ConformingPDFParser.readObjectBackwards()
|
Uses of COSBase in org.apache.pdfbox.pdfwriter |
---|
Methods in org.apache.pdfbox.pdfwriter that return COSBase | |
---|---|
COSBase |
COSWriterXRefEntry.getObject()
This will get the object. |
Methods in org.apache.pdfbox.pdfwriter that return types with arguments of type COSBase | |
---|---|
Map<COSBase,COSObjectKey> |
COSWriter.getObjectKeys()
This will get all available object keys. |
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSBase | |
---|---|
void |
COSWriter.doWriteObject(COSBase obj)
This will write a COS object. |
void |
COSWriter.writeReference(COSBase obj)
visitFromObjRef method comment. |
Constructors in org.apache.pdfbox.pdfwriter with parameters of type COSBase | |
---|---|
COSWriterXRefEntry(long start,
COSBase obj,
COSObjectKey keyValue)
COSWriterXRefEntry constructor comment. |
Uses of COSBase in org.apache.pdfbox.pdmodel |
---|
Methods in org.apache.pdfbox.pdmodel that return COSBase | |
---|---|
COSBase |
PDDocumentNameDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDDocumentInformation.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDPage.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDResources.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDPageNode.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDDocumentCatalog.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
ConformingPDDocument.getObjectFromPool(COSObjectKey key)
This will get an object from the pool. |
COSBase |
ConformingPDDocument.getObjectFromPool(long number,
long generation)
This will get an object from the pool. |
Methods in org.apache.pdfbox.pdmodel with parameters of type COSBase | |
---|---|
protected Object |
PDEmbeddedFilesNameTreeNode.convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. |
protected Object |
PDDestinationNameTreeNode.convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. |
protected Object |
PDJavascriptNameTreeNode.convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. |
void |
ConformingPDDocument.putObjectInPool(COSBase object,
long number,
long generation)
|
Uses of COSBase in org.apache.pdfbox.pdmodel.common |
---|
Subclasses of COSBase in org.apache.pdfbox.pdmodel.common | |
---|---|
class |
COSStreamArray
This will take an array of streams and sequence them together. |
Methods in org.apache.pdfbox.pdmodel.common that return COSBase | |
---|---|
COSBase |
COSStreamArray.get(int index)
This will get a stream (or the reference to a stream) from the array. |
COSBase |
PDPageLabels.getCOSObject()
|
COSBase |
PDNumberTreeNode.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDMatrix.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDStream.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDRange.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDTextStream.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDDictionaryWrapper.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDRectangle.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
COSObjectable.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDPageLabelRange.getCOSObject()
|
COSBase |
PDMemoryStream.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDNameTreeNode.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
COSStreamArray.getDictionaryObject(COSName key)
This will get an object from this streams dictionary and dereference it if necessary. |
COSBase |
COSStreamArray.getFilters()
This will return the filters to apply to the byte stream the method will return |
COSBase |
DualCOSObjectable.getFirstCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDNamedTextStream.getFirstCOSObject()
Convert this standard java object to a COS object. |
COSBase |
COSStreamArray.getItem(COSName key)
This will get an object from this streams dictionary. |
COSBase |
DualCOSObjectable.getSecondCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDNamedTextStream.getSecondCOSObject()
Convert this standard java object to a COS object. |
Methods in org.apache.pdfbox.pdmodel.common with parameters of type COSBase | |
---|---|
protected Object |
PDNumberTreeNode.convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. |
protected Object |
PDNameTreeNode.convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. |
OutputStream |
COSStreamArray.createFilteredStream(COSBase expectedLength)
This will create a new stream for which filtered byte should be written to. |
static PDStream |
PDStream.createFromCOS(COSBase base)
Create a pd stream from either a regular COSStream on a COSArray of cos streams. |
static PDTextStream |
PDTextStream.createTextStream(COSBase base)
This will create the text stream object. |
void |
COSStreamArray.setFilters(COSBase filters)
set the filters to be applied to the stream. |
Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSBase | |
---|---|
COSArrayList(Object actualObject,
COSBase item,
COSDictionary dictionary,
COSName dictionaryKey)
This is a really special constructor. |
|
COSArrayList(Object actualObject,
COSBase item,
COSDictionary dictionary,
String dictionaryKey)
Deprecated. use the COSArrayList.COSArrayList(Object, COSBase, COSDictionary, COSName) method instead |
|
PDNamedTextStream(COSName name,
COSBase str)
Constructor. |
Uses of COSBase in org.apache.pdfbox.pdmodel.common.filespecification |
---|
Methods in org.apache.pdfbox.pdmodel.common.filespecification that return COSBase | |
---|---|
COSBase |
PDComplexFileSpecification.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDSimpleFileSpecification.getCOSObject()
Convert this standard java object to a COS object. |
Methods in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSBase | |
---|---|
static PDFileSpecification |
PDFileSpecification.createFS(COSBase base)
A file specfication can either be a COSString or a COSDictionary. |
Uses of COSBase in org.apache.pdfbox.pdmodel.common.function |
---|
Methods in org.apache.pdfbox.pdmodel.common.function that return COSBase | |
---|---|
COSBase |
PDFunction.getCOSObject()
Returns the COSObject. |
Methods in org.apache.pdfbox.pdmodel.common.function with parameters of type COSBase | |
---|---|
static PDFunction |
PDFunction.create(COSBase function)
Create the correct PD Model function based on the COS base function. |
Constructors in org.apache.pdfbox.pdmodel.common.function with parameters of type COSBase | |
---|---|
PDFunction(COSBase function)
Constructor. |
|
PDFunctionType0(COSBase function)
Constructor. |
|
PDFunctionType2(COSBase function)
Constructor. |
|
PDFunctionType3(COSBase functionStream)
Constructor. |
|
PDFunctionType4(COSBase functionStream)
Constructor. |
Uses of COSBase in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
---|
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSBase | |
---|---|
COSBase |
PDDefaultAttributeObject.getAttributeValue(String attrName)
Gets the attribute value for a given name. |
protected COSBase |
PDDefaultAttributeObject.getAttributeValue(String attrName,
COSBase defaultValue)
Gets the attribute value for a given name. |
COSBase |
PDMarkInfo.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDObjectReference.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDMarkedContentReference.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDStructureNode.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDUserProperty.getValue()
Returns the property value. |
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSBase | |
---|---|
protected void |
PDStructureNode.appendKid(COSBase object)
Appends a COS base kid. |
protected Object |
PDStructureNode.createObject(COSBase kid)
Creates an object for a kid of this structure node. |
protected COSBase |
PDDefaultAttributeObject.getAttributeValue(String attrName,
COSBase defaultValue)
Gets the attribute value for a given name. |
protected void |
PDStructureNode.insertBefore(COSBase newKid,
Object refKid)
Inserts an COS base kid before a reference kid. |
protected void |
PDAttributeObject.potentiallyNotifyChanged(COSBase oldBase,
COSBase newBase)
Notifies the attribute object change listeners if the attribute is changed. |
protected boolean |
PDStructureNode.removeKid(COSBase object)
Removes a COS base kid. |
void |
PDDefaultAttributeObject.setAttribute(String attrName,
COSBase attrValue)
Sets an attribute. |
void |
PDUserProperty.setValue(COSBase value)
Sets the property value. |
Uses of COSBase in org.apache.pdfbox.pdmodel.documentinterchange.prepress |
---|
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return COSBase | |
---|---|
COSBase |
PDBoxStyle.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf |
---|
Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf that return COSBase | |
---|---|
COSBase |
PDFourColours.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.fdf |
---|
Methods in org.apache.pdfbox.pdmodel.fdf that return COSBase | |
---|---|
COSBase |
FDFPage.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFAnnotation.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFTemplate.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFOptionElement.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFCatalog.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFField.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFNamedPageReference.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFIconFit.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFJavaScript.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
FDFPageInfo.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.font |
---|
Methods in org.apache.pdfbox.pdmodel.font that return COSBase | |
---|---|
COSBase |
PDFont.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDFontDescriptorDictionary.getCOSObject()
Convert this standard java object to a COS object. |
protected COSBase |
PDFont.getEncoding()
cache the COSName.ENCODING object from
the font's dictionary since it is called so often. |
COSBase |
PDSimpleFont.getToUnicode()
This will get the ToUnicode object. |
Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSBase | |
---|---|
protected void |
PDFont.setEncoding(COSBase encodingValue)
Set the encoding object from the fonts dictionary. |
void |
PDSimpleFont.setToUnicode(COSBase unicode)
This will set the ToUnicode object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics |
---|
Methods in org.apache.pdfbox.pdmodel.graphics that return COSBase | |
---|---|
COSBase |
PDShading.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDExtendedGraphicsState.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDLineDashPattern.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDFontSetting.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics.color |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.color that return COSBase | |
---|---|
COSBase |
PDColorSpace.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDTristimulus.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDCalRGB.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDCalGray.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDGamma.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDLab.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDICCBased.getCOSObject()
Convert this standard java object to a COS object. |
Methods in org.apache.pdfbox.pdmodel.graphics.color that return types with arguments of type COSBase | |
---|---|
List<COSBase> |
PDDeviceN.getColorantNames()
This will get the colorant names. |
Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSBase | |
---|---|
COSArray |
PDSeparation.calculateColorValues(COSBase tintValue)
Returns the components of the color in the alternate colorspace for the given tint value. |
static PDColorSpace |
PDColorSpaceFactory.createColorSpace(COSBase colorSpace)
This will create the correct color space given the name. |
static PDColorSpace |
PDColorSpaceFactory.createColorSpace(COSBase colorSpace,
Map<String,PDColorSpace> colorSpaces)
This will create the correct color space given the name. |
static PDColorSpace |
PDColorSpaceFactory.createColorSpace(COSBase colorSpace,
Map<String,PDColorSpace> colorSpaces,
Map<String,PDPatternResources> patterns)
This will create the correct color space given the name. |
Method parameters in org.apache.pdfbox.pdmodel.graphics.color with type arguments of type COSBase | |
---|---|
COSArray |
PDDeviceN.calculateColorValues(List<COSBase> tintValues)
Returns the components of the color in the alternate colorspace for the given tint value. |
void |
PDDeviceN.setColorantNames(List<COSBase> names)
This will set the list of colorants. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics.optionalcontent |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return COSBase | |
---|---|
COSBase |
PDOptionalContentGroup.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDOptionalContentProperties.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics.pattern |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return COSBase | |
---|---|
COSBase |
PDPatternResources.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics.shading |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return COSBase | |
---|---|
COSBase |
PDShadingResources.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.graphics.xobject |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return COSBase | |
---|---|
COSBase |
PDXObject.getCOSObject()
Returns the stream. |
COSBase |
PDXObjectImage.getMask()
Returns the optional mask of a XObjectImage if there is one. |
Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type COSBase | |
---|---|
static PDXObject |
PDXObject.createXObject(COSBase xobject)
Create the correct xobject from the cos base. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.action |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.action that return COSBase | |
---|---|
COSBase |
PDPageAdditionalActions.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDAnnotationAdditionalActions.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDFormFieldAdditionalActions.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDAdditionalActions.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDDocumentCatalogAdditionalActions.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.action.type |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return COSBase | |
---|---|
COSBase |
PDActionURI.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDWindowsLaunchParams.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDAction.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDURIDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDActionRemoteGoTo.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDActionRemoteGoTo.getD()
This will get the destination to jump to. |
Methods in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type COSBase | |
---|---|
void |
PDActionRemoteGoTo.setD(COSBase d)
This will set the destination to jump to. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.annotation |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSBase | |
---|---|
COSBase |
PDExternalDataDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDBorderEffectDictionary.getCOSObject()
returns the dictionary. |
COSBase |
PDAppearanceDictionary.getCOSObject()
returns the dictionary. |
COSBase |
PDAnnotation.getCOSObject()
Interface method for COSObjectable. |
COSBase |
PDBorderStyleDictionary.getCOSObject()
returns the dictionary. |
COSBase |
PDAppearanceCharacteristicsDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDAppearanceStream.getCOSObject()
Convert this standard java object to a COS object. |
Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSBase | |
---|---|
static PDAnnotation |
PDAnnotation.createAnnotation(COSBase base)
Create the correct annotation from the base COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.digitalsignature |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSBase | |
---|---|
COSBase |
PDSignature.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that return COSBase | |
---|---|
COSBase |
PDPageDestination.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDNamedDestination.getCOSObject()
Convert this standard java object to a COS object. |
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSBase | |
---|---|
static PDDestination |
PDDestination.create(COSBase base)
This will create a new destination depending on the type of COSBase that is passed in. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return COSBase | |
---|---|
COSBase |
PDOutlineNode.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.form |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSBase | |
---|---|
COSBase |
PDXFA.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDField.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDAcroForm.getCOSObject()
Convert this standard java object to a COS object. |
Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSBase | |
---|---|
PDXFA(COSBase xfaBase)
Constructor. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.measurement |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return COSBase | |
---|---|
COSBase |
PDMeasureDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDViewportDictionary.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDNumberFormatDictionary.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.pagenavigation |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return COSBase | |
---|---|
COSBase |
PDThreadBead.getCOSObject()
Convert this standard java object to a COS object. |
COSBase |
PDThread.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.interactive.viewerpreferences |
---|
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return COSBase | |
---|---|
COSBase |
PDViewerPreferences.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.pdmodel.markedcontent |
---|
Methods in org.apache.pdfbox.pdmodel.markedcontent that return COSBase | |
---|---|
COSBase |
PDPropertyList.getCOSObject()
Convert this standard java object to a COS object. |
Uses of COSBase in org.apache.pdfbox.util |
---|
Methods in org.apache.pdfbox.util that return COSBase | |
---|---|
COSBase |
PDFCloneUtility.cloneForNewDocument(Object base)
Deep-clones the given object for inclusion into a different PDF document identified by the destination parameter. |
Method parameters in org.apache.pdfbox.util with type arguments of type COSBase | |
---|---|
protected void |
PDFStreamEngine.processOperator(PDFOperator operator,
List<COSBase> arguments)
This is used to handle an operation. |
void |
PDFStreamEngine.processOperator(String operation,
List<COSBase> arguments)
This is used to handle an operation. |
Uses of COSBase in org.apache.pdfbox.util.operator |
---|
Method parameters in org.apache.pdfbox.util.operator with type arguments of type COSBase | |
---|---|
void |
SetNonStrokingSeparation.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations. |
void |
SetStrokingGrayColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations. |
void |
BeginMarkedContentSequenceWithProperties.process(PDFOperator operator,
List<COSBase> arguments)
process the operator. |
void |
GRestore.process(PDFOperator operator,
List<COSBase> arguments)
process : Q : Restore graphics state. |
void |
SetHorizontalTextScaling.process(PDFOperator operator,
List<COSBase> arguments)
Tz Set horizontal text scaling. |
void |
SetNonStrokingCalRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations. |
void |
SetStrokingColor.process(PDFOperator operator,
List<COSBase> arguments)
SC,SCN Set color space for stroking operations. |
void |
SetStrokingCalRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations. |
void |
SetNonStrokingColor.process(PDFOperator operator,
List<COSBase> arguments)
sc,scn Set color space for non stroking operations. |
void |
SetStrokingColorSpace.process(PDFOperator operator,
List<COSBase> arguments)
CS Set color space for stroking operations. |
void |
SetMatrix.process(PDFOperator operator,
List<COSBase> arguments)
Tm Set text matrix and text line matrix. |
void |
NextLine.process(PDFOperator operator,
List<COSBase> arguments)
process : T* Move to start of next text line. |
void |
SetStrokingICCBasedColor.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for stroking operations. |
void |
SetLineMiterLimit.process(PDFOperator operator,
List<COSBase> arguments)
w Set miter limit. |
void |
SetLineWidth.process(PDFOperator operator,
List<COSBase> arguments)
w Set line width. |
void |
SetTextLeading.process(PDFOperator operator,
List<COSBase> arguments)
TL Set text leading. |
void |
SetTextRenderingMode.process(PDFOperator operator,
List<COSBase> arguments)
Tr Set text rendering mode. |
void |
MoveTextSetLeading.process(PDFOperator operator,
List<COSBase> arguments)
process : TD Move text position and set leading. |
void |
SetStrokingDeviceN.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations. |
void |
SetStrokingSeparation.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations. |
void |
SetNonStrokingDeviceN.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations. |
void |
SetNonStrokingPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set color space for non stroking operations. |
void |
SetNonStrokingColorSpace.process(PDFOperator operator,
List<COSBase> arguments)
cs Set color space for non stroking operations. |
void |
ShowTextGlyph.process(PDFOperator operator,
List<COSBase> arguments)
TJ Show text, allowing individual glyph positioning. |
void |
SetTextRise.process(PDFOperator operator,
List<COSBase> arguments)
Ts Set text rise. |
void |
SetTextFont.process(PDFOperator operator,
List<COSBase> arguments)
Tf selectfont Set text font and size. |
void |
Invoke.process(PDFOperator operator,
List<COSBase> arguments)
process : Do - Invoke a named xobject. |
void |
BeginMarkedContentSequence.process(PDFOperator operator,
List<COSBase> arguments)
process the operator. |
void |
SetNonStrokingICCBasedColor.process(PDFOperator operator,
List<COSBase> arguments)
scn Set color space for non stroking operations. |
void |
EndMarkedContentSequence.process(PDFOperator operator,
List<COSBase> arguments)
process the operator. |
void |
SetGraphicsStateParameters.process(PDFOperator operator,
List<COSBase> arguments)
gs Set parameters from graphics state parameter dictionary. |
void |
SetStrokingCMYKColor.process(PDFOperator operator,
List<COSBase> arguments)
K Set color space for stroking operations. |
void |
ShowText.process(PDFOperator operator,
List<COSBase> arguments)
Tj show Show text. |
void |
SetStrokingPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set pattern instead of a color space for stroking operations. |
void |
SetNonStrokingCMYKColor.process(PDFOperator operator,
List<COSBase> arguments)
k Set color space for non stroking operations. |
void |
MoveText.process(PDFOperator operator,
List<COSBase> arguments)
process : Td : Move text position. |
void |
BeginText.process(PDFOperator operator,
List<COSBase> arguments)
process : BT : Begin text object. |
void |
CloseAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
s close and stroke the path. |
void |
SetLineJoinStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style. |
void |
SetMoveAndShow.process(PDFOperator operator,
List<COSBase> arguments)
" Set word and character spacing, move to next line, and show text. |
void |
MoveAndShow.process(PDFOperator operator,
List<COSBase> arguments)
' Move to next line and show text. |
void |
Concatenate.process(PDFOperator operator,
List<COSBase> arguments)
process : cm : Concatenate matrix to current transformation matrix. |
void |
SetLineDashPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern. |
void |
SetNonStrokingRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations. |
void |
SetCharSpacing.process(PDFOperator operator,
List<COSBase> arguments)
process : Tc Set character spacing. |
void |
SetWordSpacing.process(PDFOperator operator,
List<COSBase> arguments)
Tw Set word spacing. |
void |
SetNonStrokingGrayColor.process(PDFOperator operator,
List<COSBase> arguments)
rg Set color space for non stroking operations. |
void |
SetLineCapStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style. |
void |
EndText.process(PDFOperator operator,
List<COSBase> arguments)
process : ET : End text object. |
abstract void |
OperatorProcessor.process(PDFOperator operator,
List<COSBase> arguments)
process the operator. |
void |
GSave.process(PDFOperator operator,
List<COSBase> arguments)
process : q : Save graphics state. |
void |
SetStrokingRGBColor.process(PDFOperator operator,
List<COSBase> arguments)
RG Set color space for stroking operations. |
Uses of COSBase in org.apache.pdfbox.util.operator.pagedrawer |
---|
Method parameters in org.apache.pdfbox.util.operator.pagedrawer with type arguments of type COSBase | |
---|---|
void |
CurveToReplicateInitialPoint.process(PDFOperator operator,
List<COSBase> arguments)
process : v : Append curved segment to path (initial point replicated). |
void |
ClipEvenOddRule.process(PDFOperator operator,
List<COSBase> arguments)
process : W* : set clipping path using even odd rule. |
void |
StrokePath.process(PDFOperator operator,
List<COSBase> arguments)
S stroke the path. |
void |
BeginInlineImage.process(PDFOperator operator,
List<COSBase> arguments)
process : BI : begin inline image. |
void |
FillEvenOddRule.process(PDFOperator operator,
List<COSBase> arguments)
process : f* : fill path using even odd rule. |
void |
CurveTo.process(PDFOperator operator,
List<COSBase> arguments)
process : c : Append curved segment to path. |
void |
SetLineMiterLimit.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern. |
void |
SetLineWidth.process(PDFOperator operator,
List<COSBase> arguments)
w Set line width. |
void |
LineTo.process(PDFOperator operator,
List<COSBase> arguments)
process : l : Append straight line segment to path. |
void |
ClipNonZeroRule.process(PDFOperator operator,
List<COSBase> arguments)
process : W : Set the clipping path using non zero winding rule. |
void |
CloseFillEvenOddAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path. |
void |
FillEvenOddAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path. |
void |
Invoke.process(PDFOperator operator,
List<COSBase> arguments)
process : Do : Paint the specified XObject (section 4.7). |
void |
EndPath.process(PDFOperator operator,
List<COSBase> arguments)
process : n : End path. |
void |
CurveToReplicateFinalPoint.process(PDFOperator operator,
List<COSBase> arguments)
process : y : Append curved segment to path (final point replicated). |
void |
AppendRectangleToPath.process(PDFOperator operator,
List<COSBase> arguments)
process : re : append rectangle to path. |
void |
SetLineJoinStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style. |
void |
FillNonZeroAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path. |
void |
SetLineDashPattern.process(PDFOperator operator,
List<COSBase> arguments)
Set the line dash pattern. |
void |
FillNonZeroRule.process(PDFOperator operator,
List<COSBase> arguments)
process : F/f : fill path using non zero winding rule. |
void |
CloseFillNonZeroAndStrokePath.process(PDFOperator operator,
List<COSBase> arguments)
fill and stroke the path. |
void |
SetLineCapStyle.process(PDFOperator operator,
List<COSBase> arguments)
Set the line cap style. |
void |
MoveTo.process(PDFOperator operator,
List<COSBase> arguments)
process : m : Begin new subpath. |
void |
ClosePath.process(PDFOperator operator,
List<COSBase> arguments)
process : h : Close path. |
void |
SHFill.process(PDFOperator operator,
List<COSBase> arguments)
process : sh : shade fill the clipping area. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |