public class PdfPTableBody extends Object implements IAccessibleElement
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<PdfName,PdfObject> |
accessibleAttributes |
protected AccessibleElementId |
id |
protected PdfName |
role |
protected ArrayList<PdfPRow> |
rows |
| Constructor and Description |
|---|
PdfPTableBody() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AccessibleElementId |
getId() |
PdfName |
getRole()
Gets the role of the accessible element.
|
boolean |
isInline() |
void |
setAccessibleAttribute(PdfName key,
PdfObject value)
Set the attribute of accessible element (everything in
A dictionary + Lang, Alt, ActualText, E). |
void |
setId(AccessibleElementId id) |
void |
setRole(PdfName role)
Sets the role of the accessiblee element.
|
protected AccessibleElementId id
protected PdfName role
public PdfObject getAccessibleAttribute(PdfName key)
IAccessibleElementA dictionary + Lang, Alt, ActualText, E).getAccessibleAttribute in interface IAccessibleElementpublic void setAccessibleAttribute(PdfName key, PdfObject value)
IAccessibleElementA dictionary + Lang, Alt, ActualText, E).setAccessibleAttribute in interface IAccessibleElementpublic HashMap<PdfName,PdfObject> getAccessibleAttributes()
IAccessibleElementgetAccessibleAttributes in interface IAccessibleElementpublic PdfName getRole()
IAccessibleElementgetRole in interface IAccessibleElementpublic void setRole(PdfName role)
IAccessibleElementnull if you don't want to tag this element.
Note that all child elements won't also be tagged.setRole in interface IAccessibleElementpublic AccessibleElementId getId()
getId in interface IAccessibleElementpublic void setId(AccessibleElementId id)
setId in interface IAccessibleElementpublic boolean isInline()
isInline in interface IAccessibleElementCopyright © 2016. All rights reserved.