|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.FObj
org.apache.fop.fo.pagination.SimplePageMaster
A simple-page-master formatting object. This creates a simple page from the specified regions and attributes.
| Field Summary |
| Fields inherited from class org.apache.fop.fo.FObj |
childNodes |
| Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
| Constructor Summary | |
SimplePageMaster(FONode parent)
|
|
| Method Summary | |
protected void |
addChildNode(FONode child)
Adds a node as a child of this node. |
protected void |
addRegion(Region region)
Adds a region to this simple-page-master. |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
protected void |
endOfNode()
Make sure content model satisfied. |
boolean |
generatesReferenceAreas()
Check if this formatting object generates reference areas. |
CommonMarginBlock |
getCommonMarginBlock()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. without namespace prefix) of the node |
java.lang.String |
getMasterName()
|
int |
getNameId()
Returns the Constants class integer value of this node |
Length |
getPageHeight()
|
Length |
getPageWidth()
|
int |
getReferenceOrientation()
|
Region |
getRegion(int regionId)
Returns the region for a given region class. |
java.util.Map |
getRegions()
Returns a Map of regions associated with this simple-page-master |
int |
getWritingMode()
|
protected boolean |
regionNameExists(java.lang.String regionName)
Indicates if a region with a given name exists in this simple-page-master. |
protected void |
startOfNode()
Called after processNode() is called. |
protected void |
validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
Checks to make sure, during SAX processing of input document, that the incoming node is valid for the this (parent) node (e.g., checking to see that fo:table is not an immediate child of fo:root) called within FObj constructor |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimplePageMaster(FONode parent)
FONode.FONode(FONode)| Method Detail |
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class FObjpList - the PropertyList where the properties can be found.
FOPException - if there is a problem binding the valuesFObj.bind(org.apache.fop.fo.PropertyList)
protected void startOfNode()
throws FOPException
FONode
startOfNode in class FONodeFOPException - if there's a problem during processingFONode.startOfNode()
protected void endOfNode()
throws FOPException
endOfNode in class FONodeFOPException - if there's a problem during processingFONode.endOfNode()
protected void validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
throws ValidationException
FONode
validateChildNode in class FONodeloc - location in the FO source filensURI - namespace of incoming nodelocalName - (e.g. "table" for "fo:table")
ValidationException - if incoming node not valid for parentXSL Content Model: (region-body,region-before?,region-after?,region-start?,region-end?)public boolean generatesReferenceAreas()
FObj
generatesReferenceAreas in class FObjFObj.generatesReferenceAreas()
protected void addChildNode(FONode child)
throws FOPException
FONode
addChildNode in class FObjFOPExceptionFONode.addChildNode(FONode)protected void addRegion(Region region)
region - region to addpublic Region getRegion(int regionId)
regionId - Constants ID of the FO representing the region
public java.util.Map getRegions()
protected boolean regionNameExists(java.lang.String regionName)
regionName - name of the region to lookup
public CommonMarginBlock getCommonMarginBlock()
public java.lang.String getMasterName()
public Length getPageWidth()
public Length getPageHeight()
public int getWritingMode()
public int getReferenceOrientation()
public java.lang.String getLocalName()
FONode
getLocalName in class FONodeFONode.getLocalName()public int getNameId()
FONode
getNameId in class FONodeFONode.getNameId()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||