Skip to main content
Skip table of contents

TableWrapper

TableWrapper Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.html.simpleparser
  iTextSharp.text.html.simpleparser.TableWrapper[[TableWrapper]]
  end
  subgraph iTextSharp.text
  iTextSharp.text.IElement[[IElement]]
  class iTextSharp.text.IElement interfaceStyle;
  end
iTextSharp.text.IElement --> iTextSharp.text.html.simpleparser.TableWrapper

Members

Properties

Public properties
TypeNameMethods
IList<Chunk>Chunksget
float``[]ColWidthsset
intTypeget

Methods

Public methods
ReturnsName
voidAddRow(IList<PdfPCell> row)
PdfPTableCreateTable()
boolIsContent()
boolIsNestable()
boolProcess(IElementListener listener)

Details

Inheritance

Constructors

TableWrapper

Source code

public TableWrapper(IDictionary<string, string> attrs)
Arguments
TypeNameDescription
IDictionary<string, string>attrs

Methods

AddRow

Source code

public virtual void AddRow(IList<PdfPCell> row)
Arguments
TypeNameDescription
IList<PdfPCell>row
CreateTable

Source code

public virtual PdfPTable CreateTable()
Process

Source code

public virtual bool Process(IElementListener listener)
Arguments
TypeNameDescription
IElementListenerlistener
IsContent

Source code

public virtual bool IsContent()
IsNestable

Source code

public virtual bool IsNestable()

Properties

ColWidths
public virtual float ColWidths { set; }
Type
public virtual int Type { get; }
Chunks
public virtual IList<Chunk> Chunks { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.