fop 0.94

org.apache.fop.render.afp.modca
Class EndPageGroup

java.lang.Object
  extended by org.apache.fop.render.afp.modca.AbstractAFPObject
      extended by org.apache.fop.render.afp.modca.AbstractNamedAFPObject
          extended by org.apache.fop.render.afp.modca.EndPageGroup

public class EndPageGroup
extends AbstractNamedAFPObject

The End Named Page Group (ENG) structured field terminates a page group that was initiated by a Begin Named Page Group structured field. Note :This object will be used to represent an ENG structured field. It is necessary as you can't end a PageGroup because you don't know where the group will end (as this is controlled by the tags in the FO).


Field Summary
 
Fields inherited from class org.apache.fop.render.afp.modca.AbstractNamedAFPObject
_name, _nameBytes
 
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject
log
 
Constructor Summary
EndPageGroup(java.lang.String groupId)
           
 
Method Summary
 void writeDataStream(java.io.OutputStream os)
          Accessor method to write the AFP datastream for the End Page Group.
 
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject
writeObjectList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndPageGroup

public EndPageGroup(java.lang.String groupId)
Method Detail

writeDataStream

public void writeDataStream(java.io.OutputStream os)
                     throws java.io.IOException
Accessor method to write the AFP datastream for the End Page Group.

Specified by:
writeDataStream in class AbstractAFPObject
Parameters:
os - The stream to write to
Throws:
java.io.IOException

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.