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 hasaccessibility 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessibilityProperties
getAccessibilityProperties()
Gets theaccessibility properties
.
-
-
-
Method Detail
-
getAccessibilityProperties
AccessibilityProperties getAccessibilityProperties()
Gets theaccessibility properties
. See alsoIAccessibleElement
.- Returns:
- an interface that allows to specify properties of a tagged element in Tagged PDF.
-
-