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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
> row) |
|
|
() |
|
|
() |
|
|
() |
|
|
(
listener) |
Details
Inheritance
Constructors
TableWrapper
Source code
public TableWrapper(IDictionary<string, string> attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
attrs |
Methods
AddRow
Source code
public virtual void AddRow(IList<PdfPCell> row)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
> |
row |
CreateTable
Source code
public virtual PdfPTable CreateTable()
Process
Source code
public virtual bool Process(IElementListener listener)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
listener |
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