C# Class iTextSharp.text.SimpleCell

Summary description for SimpleCell.
Inheritance: Rectangle, IPdfPCellEvent, IElement, ITextElementArray
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
useAscender bool
useBorderPadding bool
useDescender bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( Object o ) : bool
AddElement ( IElement element ) : void
CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
CreateCell ( SimpleCell rowAttributes ) : Cell
CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
SimpleCell ( bool row ) : System

Method Details

Add() public méthode

public Add ( Object o ) : bool
o Object
Résultat bool

AddElement() public méthode

public AddElement ( IElement element ) : void
element IElement
Résultat void

CellLayout() public méthode

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
Résultat void

CreateCell() public méthode

public CreateCell ( SimpleCell rowAttributes ) : Cell
rowAttributes SimpleCell
Résultat Cell

CreatePdfPCell() public méthode

public CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
rowAttributes SimpleCell
Résultat iTextSharp.text.pdf.PdfPCell

SimpleCell() public méthode

public SimpleCell ( bool row ) : System
row bool
Résultat System

Property Details

useAscender protected_oe property

protected bool useAscender
Résultat bool

useBorderPadding protected_oe property

protected bool useBorderPadding
Résultat bool

useDescender protected_oe property

protected bool useDescender
Résultat bool