org.apache.fop.render.ps.extensions
Class PSSetupCode
- ExtensionAttachment, XMLizable
This is the pass-through value object for the PostScript extension.
protected static String | ELEMENT - element name
|
protected String | name - name attribute
|
ELEMENT
protected static final String ELEMENT
element name
name
protected String name
name attribute
PSSetupCode
public PSSetupCode()
No-argument contructor.
PSSetupCode
public PSSetupCode(String name,
String content)
Default constructor.
name
- the name of the setup code object, may be nullcontent
- the content of the setup code object
getName
public String getName()
setName
public void setName(String name)
Sets the name of the setup code object.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.