com.itextpdf.text.pdf
Class PdfPTableHeader
java.lang.Object
com.itextpdf.text.pdf.PdfPTableBody
com.itextpdf.text.pdf.PdfPTableHeader
- All Implemented Interfaces:
- IAccessibleElement
public class PdfPTableHeader
- extends PdfPTableBody
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
role
protected PdfName role
PdfPTableHeader
public PdfPTableHeader()
getRole
public PdfName getRole()
- Description copied from interface:
IAccessibleElement
- Gets the role of the accessible element.
- Specified by:
getRole in interface IAccessibleElement- Overrides:
getRole in class PdfPTableBody
- Returns:
setRole
public void setRole(PdfName role)
- Description copied from interface:
IAccessibleElement
- Sets the role of the accessiblee element.
Set role to
null if you don't want to tag this element.
Note that all child elements won't also be tagged.
- Specified by:
setRole in interface IAccessibleElement- Overrides:
setRole in class PdfPTableBody
Copyright © 2013. All Rights Reserved.