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

java.lang.Object
  extended byorg.apache.fop.render.afp.modca.AFPObject
      extended byorg.apache.fop.render.afp.modca.EndPageGroup

public class EndPageGroup
extends AFPObject

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.AFPObject
LOGGER
 
Constructor Summary
EndPageGroup(java.lang.String groupId)
           
 
Method Summary
 byte[] getDataStream()
          DataStream objects must implement the getDataStream() method to return a byte array of the AFP datastream.
 
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

getDataStream

public byte[] getDataStream()
                     throws java.io.IOException
Description copied from class: AFPObject
DataStream objects must implement the getDataStream() method to return a byte array of the AFP datastream.

Specified by:
getDataStream in class AFPObject
Returns:
byte[] The AFP data stream
Throws:
java.io.IOException