| Modifier and Type | Method and Description |
|---|---|
void |
PDFStreamEngine.beginMarkedContentSequence(COSName tag,
COSDictionary properties)
Called when a marked content group begins
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
Operator.getImageParameters()
This will get the image parameters, this is only valid for BI operators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.setImageParameters(COSDictionary params)
This will set the image parameters, this is only valid for BI operators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
COSStream
This class represents a stream object in a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
COSDictionary.asUnmodifiableDictionary() |
COSDictionary |
COSDictionary.duplicate() |
COSDictionary |
COSDocument.getCatalog() |
COSDictionary |
COSDocument.getEncryptionDictionary()
Get the encryption dictionary if the document is encrypted or null if the document is not encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COSDictionary.addAll(COSDictionary dic)
This will add all of the dictionaries keys/values to this dictionary.
|
void |
COSDictionary.merge(COSDictionary dic)
Adds all of the dictionaries keys/values to this dictionary.
|
void |
COSDictionary.mergeWithoutOverwriting(COSDictionary dic)
Adds all of the dictionaries keys/values to this dictionary, but only if they don't already exist.
|
void |
COSDocument.setEncryptionDictionary(COSDictionary dictionary)
Set the encryption dictionary, this should only be called when encrypting the document.
|
default void |
COSVisitor.visit(COSDictionary value) |
| Constructor and Description |
|---|
COSArrayList(COSDictionary dictionary,
COSName dictionaryKey)
This constructor is to be used if the array doesn't exist, but is to be created and added to the parent
dictionary as soon as the first element is added to the array.
|
COSArrayList(E actualObject,
COSBase item,
COSDictionary dictionary,
COSName dictionaryKey)
This is a really special constructor.
|
COSDictionary(COSDictionary dict)
Copy Constructor.
|
COSStream(COSDictionary dictionary) |
COSStream(COSDictionary dictionary,
org.sejda.io.SeekableSource seekableSource,
long startingPosition,
long length)
Creates a stream with the given dictionary and where filtered data is a view of the given
SeekableSource. |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
StandardSecurityEncryption.generateEncryptionDictionary(EncryptionContext context)
Generates the encryption dictionary for this standard encryption
|
| Modifier and Type | Method and Description |
|---|---|
static GeneralEncryptionAlgorithm |
EncryptionContext.encryptionAlgorithmFromEncryptionDictionary(COSDictionary enc,
byte[] encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
protected COSDictionary |
Filter.getDecodeParams(COSDictionary dictionary,
int index) |
COSDictionary |
DecodeResult.getParameters()
Returns the stream parameters, repaired using the embedded stream data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DecodeResult |
Filter.decode(InputStream encoded,
OutputStream decoded,
COSDictionary parameters,
int index)
Decodes data, producing the original non-encoded data.
|
DecodeResult |
LZWFilter.decode(InputStream encoded,
OutputStream decoded,
COSDictionary parameters,
int index)
Decodes data, producing the original non-encoded data.
|
DecodeResult |
JPXFilter.decode(InputStream encoded,
OutputStream decoded,
COSDictionary parameters,
int index)
Decodes data, producing the original non-encoded data.
|
abstract void |
Filter.encode(InputStream input,
OutputStream encoded,
COSDictionary parameters)
Encodes data.
|
void |
LZWFilter.encode(InputStream rawData,
OutputStream encoded,
COSDictionary parameters) |
void |
JPXFilter.encode(InputStream input,
OutputStream encoded,
COSDictionary parameters)
Encodes data.
|
protected COSDictionary |
Filter.getDecodeParams(COSDictionary dictionary,
int index) |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
IncrementablePDDocument.encryptionDictionary() |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDResources.getCOSObject()
Returns the underlying dictionary.
|
COSDictionary |
PDDocumentCatalog.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDDocumentNameDictionary.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDDocumentNameDestinationDictionary.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDPageTree.getCOSObject() |
COSDictionary |
PDPage.getCOSObject()
Convert this standard java object to a COS object.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<COSDictionary> |
PDPageTree.streamNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected PDNameTreeNode<PDStructureElement> |
PDStructureElementNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDComplexFileSpecification> |
PDEmbeddedFilesNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDActionJavaScript> |
PDJavascriptNameTreeNode.createChildNode(COSDictionary dic) |
protected PDNameTreeNode<PDPageDestination> |
PDDestinationNameTreeNode.createChildNode(COSDictionary dic) |
static COSBase |
PDPageTree.getInheritableAttribute(COSDictionary node,
COSName key)
Returns the given attribute, inheriting from parent tree nodes if necessary.
|
static boolean |
PDPageTree.isPageTreeNode(COSDictionary node) |
| Constructor and Description |
|---|
PDDestinationNameTreeNode(COSDictionary dic)
Constructor.
|
PDDocumentCatalog(PDDocument doc,
COSDictionary rootDictionary)
Constructor.
|
PDDocumentInformation(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.
|
PDDocumentNameDestinationDictionary(COSDictionary dict)
Constructor.
|
PDDocumentNameDictionary(COSDictionary names)
Constructor.
|
PDEmbeddedFilesNameTreeNode(COSDictionary dic) |
PDJavascriptNameTreeNode(COSDictionary dic)
Constructor.
|
PDPage(COSDictionary pageDictionary)
Creates a new instance of PDPage for reading.
|
PDPageTree(COSDictionary root)
Constructor for reading.
|
PDResources(COSDictionary resourceDictionary)
Constructor for reading.
|
PDResources(COSDictionary resourceDictionary,
ResourceCache resourceCache)
Constructor for reading.
|
PDStructureElementNameTreeNode(COSDictionary dic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static COSDictionary |
COSDictionaryMap.convert(Map<String,?> someMap)
This will take a map<String,COSObjectable> and convert it into a COSDictionary.
|
COSDictionary |
PDNameTreeNode.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDDictionaryWrapper.getCOSObject() |
COSDictionary |
PDPageLabelRange.getCOSObject()
Returns the underlying dictionary.
|
COSDictionary |
PDNumberTreeNode.getCOSObject()
Convert this standard java object to a COS object.
|
| Modifier and Type | Method and Description |
|---|---|
static COSDictionaryMap<String,Object> |
COSDictionaryMap.convertBasicTypesToMap(COSDictionary map)
This will take a COS dictionary and convert it into COSDictionaryMap.
|
protected abstract PDNameTreeNode<T> |
PDNameTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
protected PDNumberTreeNode |
PDNumberTreeNode.createChildNode(COSDictionary dic)
Create a child node object.
|
| Constructor and Description |
|---|
COSDictionaryMap(Map<K,V> actualsMap,
COSDictionary dicMap)
Constructor for this map.
|
PDDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.
|
PDNameTreeNode(COSDictionary dict)
Constructor.
|
PDNumberTreeNode(COSDictionary dict,
Class<? extends COSObjectable> valueClass)
Constructor.
|
PDPageLabelRange(COSDictionary dict)
Creates a new page label range object from the given dictionary.
|
PDPageLabels(COSDictionary dict)
Creates an page label dictionary for a document using the information in the given COS dictionary.
|
PDTypedDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDComplexFileSpecification.getCOSObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDComplexFileSpecification.setCollectionItem(COSDictionary dictionary)
Set the collection item dictionary
|
| Constructor and Description |
|---|
PDComplexFileSpecification(COSDictionary dict) |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDFunction.getCOSObject()
Returns the stream.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDMarkedContentReference.getCOSObject() |
COSDictionary |
PDMarkInfo.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDStructureNode.getCOSObject() |
| Modifier and Type | Method and Description |
|---|---|
static PDAttributeObject |
PDAttributeObject.create(COSDictionary dictionary)
Creates an attribute object.
|
static PDStructureNode |
PDStructureNode.create(COSDictionary node)
Creates a node in the structure tree.
|
| Constructor and Description |
|---|
PDAttributeObject(COSDictionary dictionary)
Creates a new attribute object with a given dictionary.
|
PDDefaultAttributeObject(COSDictionary dictionary)
Creates a default attribute object with a given dictionary.
|
PDMarkedContentReference(COSDictionary dictionary)
Constructor for an existing marked content reference.
|
PDMarkInfo(COSDictionary dic)
Constructor for an existing MarkInfo element.
|
PDObjectReference(COSDictionary dictionary) |
PDParentTreeValue(COSDictionary obj) |
PDStructureElement(COSDictionary dic)
Constructor for an existing structure element.
|
PDStructureNode(COSDictionary dictionary)
Constructor for an existing structure node.
|
PDStructureTreeRoot(COSDictionary dic)
Constructor for an existing structure element.
|
PDUserAttributeObject(COSDictionary dictionary) |
PDUserProperty(COSDictionary dictionary,
PDUserAttributeObject userAttributeObject)
Creates a user property with a given dictionary.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSDictionary |
PDPropertyList.dict |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDPropertyList.getCOSObject() |
COSDictionary |
PDMarkedContent.getProperties()
Gets the properties.
|
| Modifier and Type | Method and Description |
|---|---|
static PDPropertyList |
PDPropertyList.create(COSDictionary dict)
Creates a property list from the given dictionary.
|
static PDMarkedContent |
PDMarkedContent.create(COSName tag,
COSDictionary properties)
Creates a marked-content sequence.
|
| Constructor and Description |
|---|
PDMarkedContent(COSName tag,
COSDictionary properties)
Creates a new marked content object.
|
PDPropertyList(COSDictionary dict)
Constructor for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDBoxStyle.getCOSObject()
Convert this standard java object to a COS object.
|
| Constructor and Description |
|---|
PDBoxStyle(COSDictionary dic)
Constructor for an existing BoxStyle element.
|
| Constructor and Description |
|---|
PDArtifactMarkedContent(COSDictionary properties) |
PDExportFormatAttributeObject(COSDictionary dictionary)
Creates a new ExportFormat attribute object with a given dictionary.
|
PDLayoutAttributeObject(COSDictionary dictionary)
Creates a new Layout attribute object with a given dictionary.
|
PDListAttributeObject(COSDictionary dictionary)
Creates a new List attribute object with a given dictionary.
|
PDPrintFieldAttributeObject(COSDictionary dictionary)
Creates a new PrintField attribute object with a given dictionary.
|
PDStandardAttributeObject(COSDictionary dictionary)
Creates a new standard attribute object with a given dictionary.
|
PDTableAttributeObject(COSDictionary dictionary)
Creates a new Table attribute object with a given dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDEncryption.getCOSDictionary()
Deprecated.
|
| Constructor and Description |
|---|
PDCryptFilterDictionary(COSDictionary dictionary) |
PDEncryption(COSDictionary dictionary)
creates a new encryption getCOSObject() from the low level getCOSObject() provided.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSDictionary |
PDFont.dict |
protected COSDictionary |
PDCIDFont.dict |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDType3Font.getCharProcs()
Returns the dictionary containing all streams to be used to render the glyphs.
|
COSDictionary |
PDFont.getCOSObject() |
COSDictionary |
PDCIDFont.getCOSObject() |
COSDictionary |
PDFontDescriptor.getCOSObject()
Convert this standard java object to a COS object.
|
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
PDFontFactory.createFont(COSDictionary dictionary)
Creates a new PDFont instance with the appropriate subclass.
|
static PDFont |
PDFontFactory.createFont(COSDictionary dictionary,
ResourceCache resourceCache)
Creates a new PDFont instance with the appropriate subclass.
|
| Constructor and Description |
|---|
PDCIDFontType0(COSDictionary fontDictionary,
PDType0Font parent)
Constructor.
|
PDCIDFontType2(COSDictionary fontDictionary,
PDType0Font parent)
Constructor.
|
PDCIDFontType2(COSDictionary fontDictionary,
PDType0Font parent,
org.apache.fontbox.ttf.TrueTypeFont trueTypeFont)
Constructor.
|
PDFont(COSDictionary fontDictionary)
Constructor.
|
PDFontDescriptor(COSDictionary desc)
Creates a PDFontDescriptor from a COS dictionary.
|
PDMMType1Font(COSDictionary fontDictionary)
Creates an MMType1Font from a Font dictionary in a PDF.
|
PDTrueTypeFont(COSDictionary fontDictionary)
Creates a new TrueType font from a Font dictionary.
|
PDType0Font(COSDictionary fontDictionary)
Constructor for reading a Type0 font from a PDF file.
|
PDType1CFont(COSDictionary fontDictionary)
Constructor.
|
PDType1Font(COSDictionary fontDictionary)
Creates a Type 1 font from a Font dictionary in a PDF.
|
PDType3Font(COSDictionary fontDictionary) |
PDType3Font(COSDictionary fontDictionary,
ResourceCache resourceCache) |
| Constructor and Description |
|---|
DictionaryEncoding(COSDictionary fontEncoding)
Creates a new DictionaryEncoding for a Type 3 font from a PDF.
|
DictionaryEncoding(COSDictionary fontEncoding,
boolean isNonSymbolic,
Encoding builtIn)
Creates a new DictionaryEncoding from a PDF.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSDictionary |
PDCIEDictionaryBasedColorSpace.dictionary |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDDeviceNProcess.getCOSDictionary()
Returns the underlying COS dictionary.
|
| Constructor and Description |
|---|
PDDeviceNAttributes(COSDictionary attributes)
Creates a new DeviceN colour space attributes dictionary from the given dictionary.
|
PDDeviceNProcess(COSDictionary attributes)
Creates a new DeviceN Process Dictionary from the given attributes.
|
PDOutputIntent(COSDictionary dictionary) |
| Constructor and Description |
|---|
PDTransparencyGroupAttributes(COSDictionary dictionary) |
| Constructor and Description |
|---|
PDInlineImage(COSDictionary parameters,
byte[] data,
PDResources resources)
Creates an inline image from the given parameters and data.
|
| Constructor and Description |
|---|
PDOptionalContentGroup(COSDictionary dict)
Creates a new instance based on a given
COSDictionary. |
PDOptionalContentMembershipDictionary(COSDictionary dict)
Creates a new instance based on a given
COSDictionary. |
PDOptionalContentProperties(COSDictionary props)
Creates a new instance based on a given
COSDictionary. |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDAbstractPattern.getCOSObject()
This will get the underlying dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static PDAbstractPattern |
PDAbstractPattern.create(COSDictionary resourceDictionary)
Create the correct PD Model pattern based on the COS base pattern.
|
| Constructor and Description |
|---|
PDAbstractPattern(COSDictionary resourceDictionary)
Creates a new Pattern dictionary from the given COS dictionary.
|
PDShadingPattern(COSDictionary resourceDictionary)
Creates a new shading pattern from the given COS dictionary.
|
PDTilingPattern(COSDictionary resourceDictionary)
Creates a new tiling pattern from the given COS dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDShading.getCOSObject()
This will get the underlying dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static PDShading |
PDShading.create(COSDictionary shadingDictionary)
Create the correct PD Model shading based on the COS base shading.
|
| Constructor and Description |
|---|
PDShading(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType1(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType2(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType3(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType4(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType5(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType6(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
PDShadingType7(COSDictionary shadingDictionary)
Constructor using the given shading dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDExtendedGraphicsState.getCOSObject()
This will get the underlying dictionary that this class acts on.
|
COSDictionary |
PDSoftMask.getCOSObject() |
| Constructor and Description |
|---|
PDExtendedGraphicsState(COSDictionary dictionary)
Create a graphics state from an existing dictionary.
|
PDSoftMask(COSDictionary dictionary)
Creates a new soft mask.
|
| Modifier and Type | Field and Description |
|---|---|
protected COSDictionary |
PDAction.action
The action dictionary.
|
protected COSDictionary |
PDWindowsLaunchParams.params
The params dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDURIDictionary.getCOSObject()
Returns the corresponding dictionary.
|
COSDictionary |
PDAdditionalActions.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDAnnotationAdditionalActions.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDTargetDirectory.getCOSObject()
This will get the underlying dictionary that this class acts on.
|
COSDictionary |
PDPageAdditionalActions.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDDocumentCatalogAdditionalActions.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDAction.getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
PDFormFieldAdditionalActions.getCOSObject()
Convert this standard java object to a COS object.
|
| Modifier and Type | Method and Description |
|---|---|
static PDAction |
PDActionFactory.createAction(COSDictionary action)
This will create the correct type of action based on the type specified in the dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDBorderStyleDictionary.getCOSObject()
returns the dictionary.
|
COSDictionary |
PDExternalDataDictionary.getCOSObject()
returns the dictionary.
|
COSDictionary |
PDBorderEffectDictionary.getCOSObject()
returns the dictionary.
|
COSDictionary |
PDAppearanceDictionary.getCOSObject() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PDAnnotation> |
PDAnnotation.createAnnotation(COSDictionary dictionary,
Class<T> expectedType)
Create the annotation of the expected type from the given dictionary.
|
| Constructor and Description |
|---|
PDAnnotation(COSDictionary dictionary) |
PDAnnotationFileAttachment(COSDictionary field)
Creates a Link annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationLine(COSDictionary field)
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationLink(COSDictionary field)
Creates a Link annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationMarkup(COSDictionary dict)
Constructor.
|
PDAnnotationPopup(COSDictionary field)
Creates a popup annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationRubberStamp(COSDictionary field)
Creates a Rubber Stamp annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationSquareCircle(COSDictionary field)
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationText(COSDictionary field)
Creates a Text annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationTextMarkup(COSDictionary field)
Creates a TextMarkup annotation from a COSDictionary, expected to be a correct object definition.
|
PDAnnotationUnknown(COSDictionary dic)
Creates an arbitary annotation from a COSDictionary, expected to be a correct object definition for some sort of
annotation.
|
PDAnnotationWidget(COSDictionary field) |
PDAppearanceCharacteristicsDictionary(COSDictionary dict) |
PDAppearanceDictionary(COSDictionary dictionary)
Constructor for reading.
|
PDBorderEffectDictionary(COSDictionary dict)
Constructor.
|
PDBorderStyleDictionary(COSDictionary dict)
Constructor.
|
PDExternalDataDictionary(COSDictionary dictionary)
Constructor.
|
| Constructor and Description |
|---|
PDDocumentOutline(COSDictionary dic)
Constructor for an existing document outline.
|
PDOutlineItem(COSDictionary dic)
Constructor for an existing outline item.
|
PDOutlineNode(COSDictionary dict) |
| Modifier and Type | Method and Description |
|---|---|
static PDField |
PDFieldFactory.createField(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates a
PDField subclass from the given field. |
static PDField |
PDFieldFactory.createFieldAddingChildToParent(PDAcroForm form,
COSDictionary field,
PDNonTerminalField parent)
Creates and sets it as a child of the given parent
PDNonTerminalField |
| Constructor and Description |
|---|
PDAcroForm(PDDocument document,
COSDictionary form) |
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDNumberFormatDictionary.getCOSObject()
This will return the dictionary.
|
COSDictionary |
PDViewportDictionary.getCOSObject()
This will return the corresponding dictionary.
|
COSDictionary |
PDMeasureDictionary.getCOSObject()
This will return the corresponding dictionary.
|
| Constructor and Description |
|---|
PDMeasureDictionary(COSDictionary dictionary)
Constructor.
|
PDNumberFormatDictionary(COSDictionary dictionary)
Constructor.
|
PDRectlinearMeasureDictionary(COSDictionary dictionary)
Constructor.
|
PDViewportDictionary(COSDictionary dictionary)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDThreadBead.getCOSObject()
This will get the underlying dictionary that this object wraps.
|
COSDictionary |
PDThread.getCOSObject()
This will get the underlying dictionary that this object wraps.
|
| Constructor and Description |
|---|
PDThread(COSDictionary t)
Constructor that is used for a preexisting dictionary.
|
PDThreadBead(COSDictionary b)
Constructor that is used for a preexisting dictionary.
|
PDTransition(COSDictionary dictionary)
creates a new transition for an existing dictionary
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
PDViewerPreferences.getCOSObject()
This will get the underlying dictionary that this object wraps.
|
| Constructor and Description |
|---|
PDViewerPreferences(COSDictionary dic)
Constructor that is used for a preexisting dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageDrawer.beginMarkedContentSequence(COSName tag,
COSDictionary properties)
Called when a marked content group begins
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFMarkedContentExtractor.beginMarkedContentSequence(COSName tag,
COSDictionary properties) |
| Constructor and Description |
|---|
FileTrailer(COSDictionary trailerDictionary) |
Copyright © 2020 sejda. All rights reserved.