Completable
, Streamable
public class PageGroup extends AbstractResourceEnvironmentGroupContainer
AbstractAFPObject.Category, AbstractAFPObject.Type
LOG, SF_CLASS, SF_HEADER_LENGTH
name
activeEnvironmentGroup, complete, factory, objects, rotation
resourceEnvironmentGroup
resourceGroup, started
triplets
Constructor | Description |
---|---|
PageGroup(Factory factory,
java.lang.String name) |
Constructor for the PageGroup.
|
Modifier and Type | Method | Description |
---|---|---|
void |
createTagLogicalElement(TagLogicalElement.State state) |
Creates a TagLogicalElement on the page.
|
void |
endPageGroup() |
Method to mark the end of the page group.
|
java.lang.String |
toString() |
|
protected void |
writeEnd(java.io.OutputStream os) |
Helper method to write the end of the Object.
|
protected void |
writeStart(java.io.OutputStream os) |
Helper method to write the start of the Object.
|
copySF, truncate, writeChunksToStream
copySF, getName, getNameBytes, getNameLength, setName
addObject, createFont, createIncludePageSegment, createLine, createNoOperation, createText, endPage, endPresentationObject, getActiveEnvironmentGroup, getHeight, getPresentationTextObject, getRotation, getTagLogicalElements, getWidth, isComplete, setComplete
addPage, addPageGroup, createInvokeMediumMap, getResourceEnvironmentGroup, writeContent
canWrite, getResourceCount, getResourceGroup, hasResources, writeObjects, writeObjects, writeToStream
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setFullyQualifiedName, setObjectClassification, writeTriplets
public PageGroup(Factory factory, java.lang.String name)
factory
- the resource managername
- the name of the page grouppublic void createTagLogicalElement(TagLogicalElement.State state)
createTagLogicalElement
in class AbstractPageObject
state
- the state of the TLEpublic void endPageGroup()
protected void writeStart(java.io.OutputStream os) throws java.io.IOException
writeStart
in class AbstractStructuredObject
os
- The stream to write tojava.io.IOException
- throws an I/O exception if one occurredprotected void writeEnd(java.io.OutputStream os) throws java.io.IOException
writeEnd
in class AbstractStructuredObject
os
- The stream to write tojava.io.IOException
- an I/O exception if one occurredpublic java.lang.String toString()
toString
in class AbstractNamedAFPObject
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.