C# Класс PdfReportSamples.QuestionsForm.EntryTemplate

Наследование: IColumnItemsTemplate
Показать файл Открыть проект

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

Метод Описание
CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void

This method is called at the end of the cell's rendering.

EntryTemplate ( PdfRunDirection pdfRunDirection ) : System
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Приватные методы

Метод Описание
addImageCell ( string picturePath, PdfGrid mainTable ) : void
addOptions ( string answer1, string answer2, string answer3, string answer4, IPdfFont font, PdfGrid mainTable ) : void
addQuestionText ( string id, string questionText, IPdfFont font, PdfGrid mainTable ) : void
getRelativeWidths ( ) : float[]

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

CellRendered() публичный Метод

This method is called at the end of the cell's rendering.
public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell The current cell
position iTextSharp.text.Rectangle The coordinates of the cell
canvases iTextSharp.text.pdf.PdfContentByte
attributes PdfRpt.Core.Contracts.CellAttributes Current cell's custom attributes
Результат void

EntryTemplate() публичный Метод

public EntryTemplate ( PdfRunDirection pdfRunDirection ) : System
pdfRunDirection PdfRunDirection
Результат System

RenderingCell() публичный Метод

public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
Результат iTextSharp.text.pdf.PdfPCell