java.lang.Cloneablepublic class PageDimensionMaker extends LengthProperty.Maker
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand| Constructor | Description |
|---|---|
PageDimensionMaker(int propId) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
Property |
get(int subpropId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault) |
Check the value of the page-width / page-height property.
|
convertPropertyequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEnum, addKeyword, addShorthand, addSubpropMaker, checkEnumValues, checkValueKeywords, clone, compute, convertPropertyDatatype, convertShorthandProperty, findProperty, getName, getPercentBase, getPropId, getShorthand, getSubprop, getSubpropMaker, isInherited, make, make, make, makeNewProperty, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubprop, useGenericpublic PageDimensionMaker(int propId)
propId - the property Idpublic Property get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) throws PropertyException
get in class PropertyMakersubpropId - The subproperty id of the property being retrieved.
Is 0 when retrieving a base property.propertyList - The PropertyList object being built for this FO.tryInherit - true if inherited properties should be examined.tryDefault - true if the default value should be returned.PropertyException - if a property exception occursPropertyMaker.get(int, PropertyList, boolean, boolean)Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.