Class PDFArrayExtension
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFObjectExtension
-
- org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
-
- org.apache.fop.render.pdf.extensions.PDFCollectionExtension
-
- org.apache.fop.render.pdf.extensions.PDFArrayExtension
-
public class PDFArrayExtension extends PDFCollectionExtension
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
PROPERTY_KEY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(PDFCollectionEntryExtension entry)java.lang.StringgetElementName()java.util.List<PDFCollectionEntryExtension>getEntries()PDFCollectionEntryExtensiongetLastEntry()java.lang.StringgetProperty(java.lang.String name)java.lang.ObjectgetValue()voidsetProperty(java.lang.String name, java.lang.String value)voidsetValue(java.lang.Object value)-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
getKey, setKey
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFObjectExtension
getType, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString
-
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.Object value)
- Overrides:
setValuein classPDFObjectExtension
-
getValue
public java.lang.Object getValue()
- Overrides:
getValuein classPDFObjectExtension
-
setProperty
public void setProperty(java.lang.String name, java.lang.String value)
-
getProperty
public java.lang.String getProperty(java.lang.String name)
-
addEntry
public void addEntry(PDFCollectionEntryExtension entry)
- Specified by:
addEntryin classPDFCollectionExtension
-
getEntries
public java.util.List<PDFCollectionEntryExtension> getEntries()
-
getLastEntry
public PDFCollectionEntryExtension getLastEntry()
- Specified by:
getLastEntryin classPDFCollectionExtension
-
getElementName
public java.lang.String getElementName()
- Overrides:
getElementNamein classPDFObjectExtension
-
-