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
Methods
Public methods
Details
Inheritance
Constructors
CellWrapper
Source code
public CellWrapper(string tag, ChainedProperties chain)
Arguments
Methods
CreatePdfPCell
Source code
public virtual PdfPCell CreatePdfPCell(string tag, ChainedProperties chain)
Arguments
Add
Source code
public virtual bool Add(IElement o)
Arguments
Process
Source code
public virtual bool Process(IElementListener listener)
Arguments
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