org.apache.fop.render.afp.modca
Class EndPageGroup
public class EndPageGroup
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).
EndPageGroup(String groupId) - Constructor for the ActiveEnvironmentGroup, this takes a
name parameter which should be 8 characters long.
|
void | writeDataStream(OutputStream os) - Accessor method to write the AFP datastream for the End Page Group.
|
EndPageGroup
public EndPageGroup(String groupId)
Constructor for the ActiveEnvironmentGroup, this takes a
name parameter which should be 8 characters long.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the End Page Group.
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.