org.apache.fop.render.afp.modca
Class InvokeMediumMap
public class InvokeMediumMap
The Invoke Medium Map structured field identifies the Medium Map that is to
become active for the document. An Invoke Medium Map structured field affects
the document's current environment. The Medium Map's effect on current environment
parameter values lasts until a new Medium Map is invoked.
InvokeMediumMap(String mediumMapName) - Constructor for the Invoke Medium Map
|
void | writeDataStream(OutputStream os) - Accessor method to write the AFP datastream for the Invoke Medium Map
|
InvokeMediumMap
public InvokeMediumMap(String mediumMapName)
Constructor for the Invoke Medium Map
mediumMapName
- Name of the medium map
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the Invoke Medium Map
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.