org.apache.fop.render.afp.modca
Class PageDescriptor
public class PageDescriptor
The Page Descriptor structured field specifies the size and attributes of
a page or overlay presentation space.
PageDescriptor(int width, int height)- Construct a page descriptor for the specified page width
and page height.
|
void | writeDataStream(OutputStream os)- Accessor method to write the AFP datastream for the Page Descriptor
|
PageDescriptor
public PageDescriptor(int width,
int height) Construct a page descriptor for the specified page width
and page height.
width - The page width.height - The page height.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException Accessor method to write the AFP datastream for the Page Descriptor
- writeDataStream in interface AbstractAFPObject
os - The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.