Skip to main content
Skip table of contents

PdfPHeaderCell

PdfPHeaderCell Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfPHeaderCell[[PdfPHeaderCell]]
  iTextSharp.text.pdf.PdfPCell[[PdfPCell]]
  end
iTextSharp.text.pdf.PdfPCell --> iTextSharp.text.pdf.PdfPHeaderCell

Members

Properties

Public properties
TypeNameMethods
stringNameget, set
PdfNameRoleget, set
intScopeget, set

Details

Inheritance

Constructors

PdfPHeaderCell [1/2]

Source code

public PdfPHeaderCell()
PdfPHeaderCell [2/2]

Source code

public PdfPHeaderCell(PdfPHeaderCell headerCell)
Arguments
TypeNameDescription
PdfPHeaderCellheaderCell

Properties

Scope
public virtual int Scope { get; set; }
Name
public virtual string Name { get; set; }
Role
public override PdfName Role { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.