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.
    • Constructor Detail

      • PdfPHeaderCell

        public PdfPHeaderCell()
      • PdfPHeaderCell

        public PdfPHeaderCell​(PdfPHeaderCell headerCell)
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
      • 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
      • setScope

        public void setScope​(int scope)
      • getScope

        public int getScope()