fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.render.ps.extensions.PSExtensionAttachment
org.apache.fop.render.ps.extensions.PSCommentAfter
public class PSCommentAfter
extends PSExtensionAttachment
Field Summary | |
protected static String |
|
Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment | |
CATEGORY , content |
Constructor Summary | |
| |
|
Method Summary | |
protected String |
Methods inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment | |
getCategory , getContent , getElement , getType , setContent , toSAX , toString |
public PSCommentAfter()
Default constructor
public PSCommentAfter(String content)
Constructor
- Parameters:
content
- comment
protected String getElement()
- Overrides:
- getElement in interface PSExtensionAttachment
- Returns:
- the element name
fop 0.95beta |