org.apache.fop.fo.properties
Class CommonAccessibility
java.lang.Object
org.apache.fop.fo.properties.CommonAccessibility
public class CommonAccessibility
extends java.lang.Object
Store all common accessibility properties.
See Sec 7.4 of the XSL-FO Standard.
Public "structure" allows direct member access.
String | role - The "role" property.
|
String | sourceDoc - The "source-doc" property.
|
role
public String role
The "role" property.
sourceDoc
public String sourceDoc
The "source-doc" property.
CommonAccessibility
public CommonAccessibility(PropertyList pList)
throws PropertyException
Create a CommonAccessibility
object.
pList
- The PropertyList with propery values.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.