Interface IAccessibleElement
- All Known Implementing Classes:
Chapter, ChapterAutoNumber, Chunk, Document, GreekList, HtmlCell, Image, ImgCCITT, ImgJBIG2, ImgRaw, ImgTemplate, ImgWMF, Jpeg, Jpeg2000, List, ListBody, ListItem, ListLabel, Paragraph, PdfAnnotation, PdfAppearance, PdfArtifact, PdfDiv, PdfDocument, PdfFormField, PdfImportedPage, PdfPatternPainter, PdfPCell, PdfPHeaderCell, PdfPRow, PdfPSXObject, PdfPTable, PdfPTableBody, PdfPTableFooter, PdfPTableHeader, PdfTemplate, RomanList, Section, TabbedChunk, ZapfDingbatsList, ZapfDingbatsNumberList
public interface IAccessibleElement
Describes accessible element.
-
Method Summary
Modifier and TypeMethodDescriptionGet the attribute of accessible element (everything inAdictionary +Lang,Alt,ActualText,E).Gets all the properties of accessible element.getId()getRole()Gets the role of the accessible element.booleanisInline()voidsetAccessibleAttribute(PdfName key, PdfObject value) Set the attribute of accessible element (everything inAdictionary +Lang,Alt,ActualText,E).voidvoidSets the role of the accessiblee element.
-
Method Details
-
getAccessibleAttribute
-
setAccessibleAttribute
-
getAccessibleAttributes
-
getRole
-
setRole
Sets the role of the accessiblee element. Set role tonullif you don't want to tag this element. Note that all child elements won't also be tagged.- Parameters:
role-
-
getId
AccessibleElementId getId() -
setId
-
isInline
boolean isInline()
-