public class PdfPTableHeader extends PdfPTableBody
Modifier and Type | Field and Description |
---|---|
protected PdfName |
role |
accessibleAttributes, id, rows
Constructor and Description |
---|
PdfPTableHeader() |
Modifier and Type | Method and Description |
---|---|
PdfName |
getRole()
Gets the role of the accessible element.
|
void |
setRole(PdfName role)
Sets the role of the accessiblee element.
|
getAccessibleAttribute, getAccessibleAttributes, getId, isInline, setAccessibleAttribute, setId
protected PdfName role
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
Copyright © 2016. All rights reserved.