public class PageDimensionMaker extends LengthProperty.Maker
makeNewProperty
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand
Constructor and Description |
---|
PageDimensionMaker(int propId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Property |
get(int subpropId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault)
Check the value of the page-width / page-height property.
|
convertProperty
addEnum, 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, useGeneric
public PageDimensionMaker(int propId)
propId
- the property Idpublic Property get(int subpropId, PropertyList propertyList, boolean tryInherit, boolean tryDefault) throws PropertyException
get
in class PropertyMaker
subpropId
- 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 © 2025 Apache Software Foundation. All rights reserved.