org.apache.fop.render.afp.extensions
Class AFPPageSetup
java.lang.Object
org.apache.fop.render.afp.extensions.AFPPageSetup
- ExtensionAttachment, Serializable, XMLizable
public class AFPPageSetup
extends java.lang.Object
This is the pass-through value object for the PostScript extension.
static String | CATEGORY - The category URI for this extension attachment.
|
CATEGORY
public static final String CATEGORY
The category URI for this extension attachment.
AFPPageSetup
public AFPPageSetup(String elementName)
Default constructor.
elementName
- the name of the setup code object, may be null
getContent
public String getContent()
getElementName
public String getElementName()
getName
public String getName()
getValue
public String getValue()
setContent
public void setContent(String content)
Sets the data
content
- The byte data to set.
setName
public void setName(String name)
Sets the name of the setup code object.
setValue
public void setValue(String source)
Sets the value
source
- The value name to set.
toSAX
public void toSAX(ContentHandler handler)
throws SAXException
toString
public String toString()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.