org.apache.fop.render.afp.modca
public class NoOperation extends AbstractAFPObject
log| Constructor and Description |
|---|
NoOperation(java.lang.String content)
Construct a tag logical element with the name and value specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to obtain the byte array AFP datastream for the
NoOperation.
|
writeObjectListpublic NoOperation(java.lang.String content)
content - the content to recordpublic void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The outputsteam streamjava.io.IOException - if an I/O exception occurs during processingCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.