Package com.itextpdf.layout.tagging
Interface IAccessibleElement
- All Known Implementing Classes:
-
BlockElement,Cell,Div,Image,LineSeparator,Link,List,ListItem,MulticolContainer,Paragraph,SvgImage,Table,TaggingDummyElement,Text
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.
-