Class PdfPHeaderCell

All Implemented Interfaces:
Element, IAccessibleElement

public class PdfPHeaderCell extends PdfPCell
Created by IntelliJ IDEA. User: denis.koleda Date: 12/21/12 Time: 9:57 AM To change this template use File | Settings | File Templates.
  • Field Details

  • Constructor Details

    • PdfPHeaderCell

      public PdfPHeaderCell()
    • PdfPHeaderCell

      public PdfPHeaderCell(PdfPHeaderCell headerCell)
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • 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 PdfPCell
      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 PdfPCell
      Parameters:
      role -
    • setScope

      public void setScope(int scope)
    • getScope

      public int getScope()