Skip to main content
Skip table of contents

CellWrapper

CellWrapper 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.CellWrapper[[CellWrapper]]
  end
  subgraph iTextSharp.text
  iTextSharp.text.ITextElementArray[[ITextElementArray]]
  class iTextSharp.text.ITextElementArray interfaceStyle;
  iTextSharp.text.IElement[[IElement]]
  class iTextSharp.text.IElement interfaceStyle;
  end
iTextSharp.text.ITextElementArray --> iTextSharp.text.html.simpleparser.CellWrapper
iTextSharp.text.IElement --> iTextSharp.text.ITextElementArray

Members

Properties

Public properties
TypeNameMethods
PdfPCellCellget
IList<Chunk>Chunksget
boolIsPercentageget
intTypeget
floatWidthget

Methods

Public methods
ReturnsName
boolAdd(IElement o)
PdfPCellCreatePdfPCell(string tag, ChainedProperties chain)
boolIsContent()
boolIsNestable()
boolProcess(IElementListener listener)
stringToString()

Details

Inheritance

Constructors

CellWrapper

Source code

public CellWrapper(string tag, ChainedProperties chain)
Arguments
TypeNameDescription
stringtag
ChainedPropertieschain

Methods

CreatePdfPCell

Source code

public virtual PdfPCell CreatePdfPCell(string tag, ChainedProperties chain)
Arguments
TypeNameDescription
stringtag
ChainedPropertieschain
Add

Source code

public virtual bool Add(IElement o)
Arguments
TypeNameDescription
IElemento
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()
ToString

Source code

public override string ToString()

Properties

Chunks
public virtual IList<Chunk> Chunks { get; }
Type
public virtual int Type { get; }
Cell
public virtual PdfPCell Cell { get; }
Width
public virtual float Width { get; }
IsPercentage
public virtual bool IsPercentage { 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.