|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.PdfPTableBody
com.itextpdf.text.pdf.PdfPTableHeader
public class PdfPTableHeader
Field Summary | |
---|---|
protected PdfName |
role
|
Fields inherited from class com.itextpdf.text.pdf.PdfPTableBody |
---|
accessibleAttributes, id, rows |
Constructor Summary | |
---|---|
PdfPTableHeader()
|
Method Summary | |
---|---|
PdfName |
getRole()
Gets the role of the accessible element. |
void |
setRole(PdfName role)
Sets the role of the accessiblee element. |
Methods inherited from class com.itextpdf.text.pdf.PdfPTableBody |
---|
getAccessibleAttribute, getAccessibleAttributes, getId, setAccessibleAttribute, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PdfName role
Constructor Detail |
---|
public PdfPTableHeader()
Method Detail |
---|
public PdfName getRole()
IAccessibleElement
getRole
in interface IAccessibleElement
getRole
in class PdfPTableBody
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
setRole
in class PdfPTableBody
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |