org.apache.fop.render.afp.modca
public class IncludePageSegment extends AbstractNamedAFPObject
name, nameByteslog| Constructor and Description |
|---|
IncludePageSegment(java.lang.String name,
int x,
int y)
Constructor for the Include Page Segment
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Include Page Segment
|
writeObjectListpublic IncludePageSegment(java.lang.String name,
int x,
int y)
name - Name of the page segmentx - The x positiony - The y positionpublic void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The stream to write tojava.io.IOException - thrown if an I/O exception of some sort has occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.