Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfNamerole-
Fields inherited from class com.itextpdf.text.pdf.PdfPTableBody
accessibleAttributes, id, rows
-
-
Constructor Summary
Constructors Constructor Description PdfPTableHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfNamegetRole()Gets the role of the accessible element.voidsetRole(PdfName role)Sets the role of the accessiblee element.-
Methods inherited from class com.itextpdf.text.pdf.PdfPTableBody
getAccessibleAttribute, getAccessibleAttributes, getId, isInline, setAccessibleAttribute, setId
-
-
-
-
Field Detail
-
role
protected PdfName role
-
-
Method Detail
-
getRole
public PdfName getRole()
Description copied from interface:IAccessibleElementGets the role of the accessible element.- Specified by:
getRolein interfaceIAccessibleElement- Overrides:
getRolein classPdfPTableBody- Returns:
-
setRole
public void setRole(PdfName role)
Description copied from interface:IAccessibleElementSets the role of the accessiblee element. Set role tonullif you don't want to tag this element. Note that all child elements won't also be tagged.- Specified by:
setRolein interfaceIAccessibleElement- Overrides:
setRolein classPdfPTableBody
-
-