org.apache.fop.render.afp.modca
public class IncludePageSegment extends AbstractNamedAFPObject
name, nameBytes
log
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
|
writeObjectList
public 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 AbstractAFPObject
os
- 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.