|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAccessibleElement
Describes accessible element.
| Method Summary | |
|---|---|
PdfObject |
getAccessibleAttribute(PdfName key)
Get the attribute of accessible element (everything in A dictionary + Lang, Alt, ActualText, E). |
HashMap<PdfName,PdfObject> |
getAccessibleAttributes()
Gets all the properties of accessible element. |
UUID |
getId()
|
PdfName |
getRole()
Gets the role of the accessible element. |
void |
setAccessibleAttribute(PdfName key,
PdfObject value)
Set the attribute of accessible element (everything in A dictionary + Lang, Alt, ActualText, E). |
void |
setId(UUID id)
|
void |
setRole(PdfName role)
Sets the role of the accessiblee element. |
| Method Detail |
|---|
PdfObject getAccessibleAttribute(PdfName key)
A dictionary + Lang, Alt, ActualText, E).
key -
void setAccessibleAttribute(PdfName key,
PdfObject value)
A dictionary + Lang, Alt, ActualText, E).
key - value - HashMap<PdfName,PdfObject> getAccessibleAttributes()
PdfName getRole()
void setRole(PdfName role)
null if you don't want to tag this element.
Note that all child elements won't also be tagged.
role - UUID getId()
void setId(UUID id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||