org.apache.fop.fo.properties

Class 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.

Field Summary

String
role
The "role" property.
String
sourceDoc
The "source-doc" property.

Constructor Summary

CommonAccessibility(PropertyList pList)
Create a CommonAbsolutePosition object.

Field Details

role

public String role
The "role" property.

sourceDoc

public String sourceDoc
The "source-doc" property.

Constructor Details

CommonAccessibility

public CommonAccessibility(PropertyList pList)
            throws PropertyException
Create a CommonAbsolutePosition object.
Parameters:
pList - The PropertyList with propery values.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.