|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonAccessibility
public final class CommonAccessibility
The "role" and "source-document" properties, see Section 7.5 of the XSL-FO 1.1 Recommendation.
Method Summary | |
---|---|
static CommonAccessibility |
getInstance(PropertyList propertyList)
Returns an instance that matches the values (if any) in the given property list. |
java.lang.String |
getRole()
Returns the value of the role property. |
java.lang.String |
getSourceDocument()
Returns the value of the source-document property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CommonAccessibility getInstance(PropertyList propertyList) throws PropertyException
propertyList
- a list from which to retrieve the accessibility properties
PropertyException
- if a problem occurs while retrieving the propertiespublic java.lang.String getSourceDocument()
public java.lang.String getRole()
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |