Class PSCommentAfter
- java.lang.Object
-
- org.apache.fop.render.ps.extensions.PSExtensionAttachment
-
- org.apache.fop.render.ps.extensions.PSCommentAfter
-
- All Implemented Interfaces:
ExtensionAttachment
,org.apache.xmlgraphics.util.XMLizable
public class PSCommentAfter extends PSExtensionAttachment
Custom postscript comment after class
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
ELEMENT
Element name-
Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment
CATEGORY, content
-
-
Constructor Summary
Constructors Constructor Description PSCommentAfter()
Default constructorPSCommentAfter(java.lang.String content)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getElement()
-
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
Element name- See Also:
- Constant Field Values
-
-
Method Detail
-
getElement
protected java.lang.String getElement()
- Specified by:
getElement
in classPSExtensionAttachment
- Returns:
- the element name
-
-