C# 클래스 PdfRpt.Core.Helper.TableCellDefinitionsExt

PdfCellAttributes helper class.
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
ApplyStyles ( this pdfPCell, PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void

Applies PdfCellAttributes to a PdfPCell.

CreateSafePdfPCell ( this pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : PdfPCell

Create a PdfPCell based on the PdfCell Attributes.

MapBasicPropertiesTo ( this fromPdfCellAttributes, CellBasicProperties toPdfCellAttributes ) : void

Maps ItemTemplate.BasicProperties to pdfRptTableCellDefinition.BasicProperties.

비공개 메소드들

메소드 설명
applyTemplateColors ( CellBasicProperties from, CellBasicProperties to ) : void
mapBasicProperties ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void
runConditionalFormatFormula ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void
runOnItemsTemplate ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : PdfPCell

메소드 상세

ApplyStyles() 공개 정적인 메소드

Applies PdfCellAttributes to a PdfPCell.
public static ApplyStyles ( this pdfPCell, PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void
pdfPCell this A PdfPCell.
pdfRptTableCellDefinition PdfRpt.Core.Contracts.CellAttributes PdfCell Attributes
리턴 void

CreateSafePdfPCell() 공개 정적인 메소드

Create a PdfPCell based on the PdfCell Attributes.
public static CreateSafePdfPCell ( this pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : PdfPCell
pdfRptTableCellDefinition this PdfCell Attributes
defaultItemTemplate IColumnItemsTemplate Default ItemTemplate
리턴 iTextSharp.text.pdf.PdfPCell

MapBasicPropertiesTo() 공개 정적인 메소드

Maps ItemTemplate.BasicProperties to pdfRptTableCellDefinition.BasicProperties.
public static MapBasicPropertiesTo ( this fromPdfCellAttributes, CellBasicProperties toPdfCellAttributes ) : void
fromPdfCellAttributes this From PdfCell Attributes
toPdfCellAttributes PdfRpt.Core.Contracts.CellBasicProperties To PdfCell Attributes
리턴 void