org.apache.fop.render.pdf.extensions
Class PDFObjectExtension
java.lang.Object
org.apache.fop.render.pdf.extensions.PDFObjectExtension
- Direct Known Subclasses:
- PDFCollectionEntryExtension
public class PDFObjectExtension
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getType
public PDFObjectType getType()
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
getValueAsBoolean
public java.lang.Boolean getValueAsBoolean()
- Obtain entry value as Boolean.
- Returns:
- entry value
getValueAsNumber
public java.lang.Number getValueAsNumber()
- Obtain entry value as Number.
- Returns:
- entry value
getValueAsString
public java.lang.String getValueAsString()
getValueAsXMLEscapedString
public java.lang.String getValueAsXMLEscapedString()
getElementName
public java.lang.String getElementName()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.