Class PDFCollectionEntryExtension
- java.lang.Object
-
- org.apache.fop.render.pdf.extensions.PDFObjectExtension
-
- org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
-
- Direct Known Subclasses:
PDFCollectionExtension
,PDFReferenceExtension
public class PDFCollectionEntryExtension extends PDFObjectExtension
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_KEY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
void
setKey(java.lang.String key)
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFObjectExtension
getElementName, getType, getValue, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString, setValue
-
-
-
-
Field Detail
-
PROPERTY_KEY
public static final java.lang.String PROPERTY_KEY
- See Also:
- Constant Field Values
-
-