Uses of Interface
org.apache.fop.fo.properties.CommonAccessibilityHolder
-
Packages that use CommonAccessibilityHolder Package Description org.apache.fop.accessibility.fo org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.fo.pagination.bookmarks Formatting objects for bookmarks as defined since XSL 1.1. -
-
Uses of CommonAccessibilityHolder in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo with parameters of type CommonAccessibilityHolder Modifier and Type Method Description private void
StructureTreeEventTrigger. addRole(CommonAccessibilityHolder node, org.xml.sax.helpers.AttributesImpl attributes)
private void
FO2StructureTreeConverter. handleEndArtifact(CommonAccessibilityHolder fobj)
private void
FO2StructureTreeConverter. handleStartArtifact(CommonAccessibilityHolder fobj)
private boolean
FO2StructureTreeConverter. isArtifact(CommonAccessibilityHolder fobj)
-
Uses of CommonAccessibilityHolder in org.apache.fop.fo.extensions
Classes in org.apache.fop.fo.extensions that implement CommonAccessibilityHolder Modifier and Type Class Description class
ExternalDocument
Class for the fox:external-document extension element. -
Uses of CommonAccessibilityHolder in org.apache.fop.fo.flow
Classes in org.apache.fop.fo.flow that implement CommonAccessibilityHolder Modifier and Type Class Description class
AbstractGraphics
Common base class for thefo:instream-foreign-object
andfo:external-graphic
flow formatting objects.class
AbstractListItemPart
Common superclass forfo:list-item-label
andfo:list-item-body
.class
AbstractPageNumberCitation
Common base class for thefo:page-number-citation
andfo:page-number-citation-last
objects.class
BasicLink
Class modelling thefo:basic-link
object.class
BidiOverride
Class modelling thefo:bidi-override
object.class
Block
Class modelling thefo:block object
.class
ExternalGraphic
Class modelling thefo:external-graphic
object.class
Footnote
Class modelling thefo:footnote
object.class
FootnoteBody
Class modelling thefo:footnote-body
object.class
InitialPropertySet
Class modelling thefo:initial-property-set
object.class
Inline
Class modelling thefo:inline
formatting object.class
InlineLevel
Class modelling the commonalities of several inline-level formatting objects.class
InstreamForeignObject
Class modelling thefo:instream-foreign-object
object.class
Leader
Class modelling thefo:leader
object.class
ListBlock
Class modelling the list blockfo:list-block
object.class
ListItem
Class modelling the list itemfo:list-item
object.class
ListItemBody
Class modelling the list itemfo:list-item-body object
.class
ListItemLabel
Class modelling the list itemfo:list-item-label
object.class
PageNumber
Class modelling thefo:page-number
object.class
PageNumberCitation
Class modelling thefo:page-number-citation
object.class
PageNumberCitationLast
Class modelling thefo:page-number-citation-last
object from XSL 1.1.class
Wrapper
Class modelling the fo wrapperfo:wrapper
object. -
Uses of CommonAccessibilityHolder in org.apache.fop.fo.flow.table
Classes in org.apache.fop.fo.flow.table that implement CommonAccessibilityHolder Modifier and Type Class Description class
Table
Class modelling thefo:table
object.class
TableAndCaption
Class modelling thefo:table-and-caption
property.class
TableBody
Class modelling thefo:table-body
object.class
TableCaption
Class modelling thefo:table-caption
object.class
TableCell
Class modelling thefo:table-cell
object.class
TableCellContainer
A common class for fo:table-body and fo:table-row which both can contain fo:table-cell.class
TableFooter
Class modelling thefo:table-footer
object.class
TableHeader
Class modelling thefo:table-header
object.class
TablePart
An abstract base class modelling a TablePart (i.e.class
TableRow
Class modelling thefo:table-row
object. -
Uses of CommonAccessibilityHolder in org.apache.fop.fo.pagination
Classes in org.apache.fop.fo.pagination that implement CommonAccessibilityHolder Modifier and Type Class Description class
AbstractPageSequence
Abstract base class for thefo:page-sequence
formatting object and thefox:external-document
extension object.class
Flow
Class modelling thefo:flow
object.class
PageSequence
Class modelling thefo:page-sequence
object.class
Root
Class modeling thefo:root
formatting object.class
StaticContent
Class modelling thefo:static-content
object.class
Title
Class modeling thefo:title
object. -
Uses of CommonAccessibilityHolder in org.apache.fop.fo.pagination.bookmarks
Classes in org.apache.fop.fo.pagination.bookmarks that implement CommonAccessibilityHolder Modifier and Type Class Description class
Bookmark
Class modelling thefo:bookmark
object, first introduced in the XSL 1.1 WD.class
BookmarkTitle
Class modelling thefo:bookmark-title
object, first introduced in the XSL 1.1 WD.
-