org.apache.fop.render.afp.modca
public class PresentationTextDescriptor extends AbstractDescriptor
height, heightResolution, width, widthResolutionlog| Constructor and Description |
|---|
PresentationTextDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
Constructor a PresentationTextDescriptor for the specified
width and height.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Presentation Text Descriptor
|
writeObjectListpublic PresentationTextDescriptor(int width,
int height,
int widthResolution,
int heightResolution)
width - The width of the page.height - The height of the page.widthResolution - The width resolution of the page.heightResolution - The height resolution of the page.public 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.