com.itextpdf.text.pdf
Class PdfPTableHeader

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfPTableBody
      extended by com.itextpdf.text.pdf.PdfPTableHeader
All Implemented Interfaces:
IAccessibleElement

public class PdfPTableHeader
extends PdfPTableBody


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

role

protected PdfName role
Constructor Detail

PdfPTableHeader

public PdfPTableHeader()
Method Detail

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.