Метод | Описание | |
---|---|---|
ApplyStyles ( this pdfPCell, PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void |
Applies PdfCellAttributes to a PdfPCell.
|
|
CreateSafePdfPCell ( this pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : |
Create a PdfPCell based on the PdfCell Attributes.
|
|
MapBasicPropertiesTo ( this fromPdfCellAttributes, |
Maps ItemTemplate.BasicProperties to pdfRptTableCellDefinition.BasicProperties.
|
Метод | Описание | |
---|---|---|
applyTemplateColors ( |
||
mapBasicProperties ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void | ||
runConditionalFormatFormula ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void | ||
runOnItemsTemplate ( PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : |
public static ApplyStyles ( this pdfPCell, PdfRpt.Core.Contracts.CellAttributes pdfRptTableCellDefinition ) : void | ||
pdfPCell | this | A PdfPCell. |
pdfRptTableCellDefinition | PdfRpt.Core.Contracts.CellAttributes | PdfCell Attributes |
Результат | void |
public static CreateSafePdfPCell ( this pdfRptTableCellDefinition, IColumnItemsTemplate defaultItemTemplate ) : |
||
pdfRptTableCellDefinition | this | PdfCell Attributes |
defaultItemTemplate | IColumnItemsTemplate | Default ItemTemplate |
Результат |
public static MapBasicPropertiesTo ( this fromPdfCellAttributes, |
||
fromPdfCellAttributes | this | From PdfCell Attributes |
toPdfCellAttributes | To PdfCell Attributes | |
Результат | void |