/**
* Returns the page-position property.
* @return The page-position property.
*/
public FoValue getPagePosition() {
final PdPagePosition property = (PdPagePosition) getProperty(
FoProperty.PAGE_POSITION);
if (property != null) {
return property.getValue();
}
return PdPagePosition.getValueNoInstance();
}