Package com.itextpdf.layout.tagging
Interface IAccessibleElement
- All Known Implementing Classes:
AbstractSelectField,AnonymousInlineBox,BlockElement,Button,Cell,CheckBox,ComboBoxField,Div,FlexContainer,FormField,GridContainer,Image,InputField,LineSeparator,Link,List,ListBoxField,ListItem,MulticolContainer,Paragraph,Radio,SignatureFieldAppearance,SvgImage,Table,TaggingDummyElement,Text,TextArea
public interface IAccessibleElement
A layout element which has
accessibility properties.
They define element's role (AccessibilityProperties.getRole()) - the name
that will be used to tag the element if it is added to a Tagged PDF document.
They can also define other metadata for the tag.-
Method Summary
-
Method Details
-
getAccessibilityProperties
AccessibilityProperties getAccessibilityProperties()Gets theaccessibility properties. See alsoIAccessibleElement.- Returns:
- an interface that allows to specify properties of a tagged element in Tagged PDF.
-