public class PDFArrayExtension extends PDFCollectionExtension
PROPERTY_KEY
Modifier and Type | Method and Description |
---|---|
void |
addEntry(PDFCollectionEntryExtension entry) |
String |
getElementName() |
List<PDFCollectionEntryExtension> |
getEntries() |
PDFCollectionEntryExtension |
getLastEntry() |
String |
getProperty(String name) |
Object |
getValue() |
void |
setProperty(String name,
String value) |
void |
setValue(Object value) |
getKey, setKey
getType, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString
public void setValue(Object value)
setValue
in class PDFObjectExtension
public Object getValue()
getValue
in class PDFObjectExtension
public void addEntry(PDFCollectionEntryExtension entry)
addEntry
in class PDFCollectionExtension
public List<PDFCollectionEntryExtension> getEntries()
public PDFCollectionEntryExtension getLastEntry()
getLastEntry
in class PDFCollectionExtension
public String getElementName()
getElementName
in class PDFObjectExtension
Copyright © 2025 Apache Software Foundation. All rights reserved.