Package com.itextpdf.text.pdf
Class PdfPTableFooter
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfPTableBody
-
- com.itextpdf.text.pdf.PdfPTableFooter
-
- All Implemented Interfaces:
IAccessibleElement
public class PdfPTableFooter extends PdfPTableBody
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfName
role
-
Fields inherited from class com.itextpdf.text.pdf.PdfPTableBody
accessibleAttributes, id, rows
-
-
Constructor Summary
Constructors Constructor Description PdfPTableFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, isInline, setAccessibleAttribute, setId
-
-
-
-
Field Detail
-
role
protected PdfName role
-
-
Method Detail
-
getRole
public PdfName getRole()
Description copied from interface:IAccessibleElement
Gets the role of the accessible element.- Specified by:
getRole
in interfaceIAccessibleElement
- Overrides:
getRole
in classPdfPTableBody
- Returns:
-
setRole
public void setRole(PdfName role)
Description copied from interface:IAccessibleElement
Sets the role of the accessiblee element. Set role tonull
if you don't want to tag this element. Note that all child elements won't also be tagged.- Specified by:
setRole
in interfaceIAccessibleElement
- Overrides:
setRole
in classPdfPTableBody
-
-