public interface PageMaster extends Node
Modifier and Type | Method and Description |
---|---|
Measure |
getBodyHeight(int pageNumber)
Gets the height of the body defined (or referenced) by this PageMaster excluding
Before- and AfterRegion.
|
Measure |
getBodyWidth(int pageNumber)
Gets the width of the body defined (or referenced) by this PageMaster excluding
Start- and EndRegion.
|
java.lang.String |
getMasterName()
Gets the master-name of this PageMaster.
|
SimplePageMaster |
getSimplePageMaster(int pageNumber)
Gets the SimplePageMaster of given page number.
|
SimplePageMaster[] |
getUsedSimplePageMasters()
Gets an array of all used (referenced) simple page masters of this
page master.
|
void |
setMasterName(java.lang.String masterName)
Sets the master-name of this PageMaster.
|
addAttributeChangeListener, addElement, addElement, clearInheratedAttribute, clearInheratedAttributes, clearValue, contains, fireSaxEvents, firstElement, getAttrAsString, getAttrAsString, getAttribute, getAttribute, getAttributeMap, getContentText, getDefinedAttributes, getElements, getElements, getLocalName, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getQName, getRoot, indexOf, isEmpty, lastElement, removeAttributeChangeListener, removeElement, removeElement, replaceElement, setAttribute, setAttributes, setElement, setNamespace
clone, getParent, setParent, writeTo
java.lang.String getMasterName()
void setMasterName(java.lang.String masterName)
masterName
- MasterName.Measure getBodyWidth(int pageNumber)
pageNumber
- Number of page in PageSequence relative to point where is
PageMaster is used.Measure getBodyHeight(int pageNumber)
pageNumber
- Number of page in PageSequence relative to point where is
PageMaster is used.SimplePageMaster getSimplePageMaster(int pageNumber)
pageNumber
- Page number.SimplePageMaster[] getUsedSimplePageMasters()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.