C# Class PdfRpt.Calendar.MonthCalendar

Draws a MonthCalendar
Exibir arquivo Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
CreateMonthCalendar ( ) : PdfPTable

Draws a MonthCalendar

Private Methods

Method 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 method

Draws a MonthCalendar
public CreateMonthCalendar ( ) : PdfPTable
return iTextSharp.text.pdf.PdfPTable