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
Details
Inheritance
Constructors
PdfPHeaderCell [1/2]
Source code
public PdfPHeaderCell()
PdfPHeaderCell [2/2]
Source code
public PdfPHeaderCell(PdfPHeaderCell headerCell)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
headerCell |
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