iText 5

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

Type

Name

Methods

string

Name

get, set

PdfName

Role

get, set

int

Scope

get, set

Details

Inheritance

Constructors

PdfPHeaderCell [1/2]

Source code

public PdfPHeaderCell()

PdfPHeaderCell [2/2]

Source code

public PdfPHeaderCell(PdfPHeaderCell headerCell)

Arguments

Type

Name

Description

PdfPHeaderCell

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