C# Class PdfRpt.Calendar.MonthCalendar

Draws a MonthCalendar
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Свойство Type Description
addCells void
addDayNamesRow void
addMonthNameRow void
addTextRow void
createCellDescription iTextSharp.text.pdf.PdfPCell
createEmptyCells List
createMainTable void
drawMonthCalendar void
fillCells void
getCellDescription string
getDays IEnumerable
getPhrase iTextSharp.text.Phrase
setCommonPdfPCellProperties void
setMonthName void

Méthodes publiques

Méthode Description
CreateMonthCalendar ( ) : PdfPTable

Draws a MonthCalendar

Private Methods

Méthode Description
addCells ( IEnumerable monthCells ) : void
addDayNamesRow ( ) : void
addMonthNameRow ( ) : void
addTextRow ( string text, int horizontalAlignment = Element.ALIGN_CENTER, bool showGradient = false ) : void
createCellDescription ( PdfRpt.Calendar.MonthTableCell cell ) : PdfPCell
createEmptyCells ( ) : List
createMainTable ( ) : void
drawMonthCalendar ( ) : void
fillCells ( int startDay, int noOfDays, IList monthCells ) : void
getCellDescription ( PdfRpt.Calendar.MonthTableCell cell ) : string
getDays ( ) : IEnumerable
getPhrase ( string text ) : Phrase
setCommonPdfPCellProperties ( PdfPCell cell, int horizontalAlignment = Element.ALIGN_CENTER ) : void
setMonthName ( ) : void

Method Details

CreateMonthCalendar() public méthode

Draws a MonthCalendar
public CreateMonthCalendar ( ) : PdfPTable
Résultat iTextSharp.text.pdf.PdfPTable