org.apache.fop.render.afp.modca
public class IncludeObject extends AbstractNamedAFPObject
Where the presentation parameters conflict with parameters specified in the object's environment group (OEG), the parameters in the Include Object structured field override. If the referenced object is a page segment, the IOB parameters override the corresponding environment group parameters on all data objects in the page segment.
name, nameBytes
log
Constructor and Description |
---|
IncludeObject(java.lang.String name)
Constructor for the include object with the specified name, the name must
be a fixed length of eight characters and is the name of the referenced
object.
|
Modifier and Type | Method and Description |
---|---|
void |
setOrientation(int orientation)
Sets the orientation to use for the Include Object.
|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Include Object
|
writeObjectList
public IncludeObject(java.lang.String name)
name
- the name of the imagepublic void setOrientation(int orientation)
orientation
- The orientation (0,90, 180, 270)public 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.