C# Класс iTextSharp.text.SimpleCell

Summary description for SimpleCell.
Наследование: Rectangle, IPdfPCellEvent, IElement, ITextElementArray
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
useAscender bool
useBorderPadding bool
useDescender bool

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Add() публичный метод

public Add ( Object o ) : bool
o Object
Результат bool

AddElement() публичный метод

public AddElement ( IElement element ) : void
element IElement
Результат void

CellLayout() публичный метод

public CellLayout ( PdfPCell cell, Rectangle position, PdfContentByte canvases ) : void
cell iTextSharp.text.pdf.PdfPCell
position Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
Результат void

CreateCell() публичный метод

public CreateCell ( SimpleCell rowAttributes ) : Cell
rowAttributes SimpleCell
Результат Cell

CreatePdfPCell() публичный метод

public CreatePdfPCell ( SimpleCell rowAttributes ) : PdfPCell
rowAttributes SimpleCell
Результат iTextSharp.text.pdf.PdfPCell

SimpleCell() публичный метод

public SimpleCell ( bool row ) : System
row bool
Результат System

Описание свойств

useAscender защищенное свойство

protected bool useAscender
Результат bool

useBorderPadding защищенное свойство

protected bool useBorderPadding
Результат bool

useDescender защищенное свойство

protected bool useDescender
Результат bool