|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.PdfPTableBody
public class PdfPTableBody
Field Summary | |
---|---|
protected java.util.HashMap<PdfName,PdfObject> |
accessibleAttributes
|
protected java.util.UUID |
id
|
protected PdfName |
role
|
protected java.util.ArrayList<PdfPRow> |
rows
|
Constructor Summary | |
---|---|
PdfPTableBody()
|
Method Summary | |
---|---|
PdfObject |
getAccessibleAttribute(PdfName key)
Get the attribute of accessible element (everything in A dictionary + Lang , Alt , ActualText , E ). |
java.util.HashMap<PdfName,PdfObject> |
getAccessibleAttributes()
Gets all the properties of accessible element. |
java.util.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(java.util.UUID id)
|
void |
setRole(PdfName role)
Sets the role of the accessiblee element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.UUID id
protected java.util.ArrayList<PdfPRow> rows
protected PdfName role
protected java.util.HashMap<PdfName,PdfObject> accessibleAttributes
Constructor Detail |
---|
public PdfPTableBody()
Method Detail |
---|
public PdfObject getAccessibleAttribute(PdfName key)
IAccessibleElement
A
dictionary + Lang
, Alt
, ActualText
, E
).
getAccessibleAttribute
in interface IAccessibleElement
public void setAccessibleAttribute(PdfName key, PdfObject value)
IAccessibleElement
A
dictionary + Lang
, Alt
, ActualText
, E
).
setAccessibleAttribute
in interface IAccessibleElement
public java.util.HashMap<PdfName,PdfObject> getAccessibleAttributes()
IAccessibleElement
getAccessibleAttributes
in interface IAccessibleElement
public PdfName getRole()
IAccessibleElement
getRole
in interface IAccessibleElement
public void setRole(PdfName role)
IAccessibleElement
null
if you don't want to tag this element.
Note that all child elements won't also be tagged.
setRole
in interface IAccessibleElement
public java.util.UUID getId()
getId
in interface IAccessibleElement
public void setId(java.util.UUID id)
setId
in interface IAccessibleElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |