Class PSPageTrailerCodeBefore
- java.lang.Object
-
- org.apache.fop.render.ps.extensions.PSExtensionAttachment
-
- org.apache.fop.render.ps.extensions.PSPageTrailerCodeBefore
-
- All Implemented Interfaces:
ExtensionAttachment,org.apache.xmlgraphics.util.XMLizable
public class PSPageTrailerCodeBefore extends PSExtensionAttachment
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringELEMENTThe element name-
Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment
CATEGORY, content
-
-
Constructor Summary
Constructors Constructor Description PSPageTrailerCodeBefore()ConstructorPSPageTrailerCodeBefore(java.lang.String content)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetElement()-
Methods inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment
getCategory, getContent, getType, setContent, toSAX, toString
-
-
-
-
Field Detail
-
ELEMENT
protected static final java.lang.String ELEMENT
The element name- See Also:
- Constant Field Values
-
-
Method Detail
-
getElement
protected java.lang.String getElement()
- Specified by:
getElementin classPSExtensionAttachment- Returns:
- element name
-
-