C# 클래스 PdfRpt.ColumnsItemsTemplates.HyperlinkField

Displaying current cell's data as a hyperlink
상속: IColumnItemsTemplate
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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.

HyperlinkField ( BaseColor foreColor, bool fontUnderline ) : System

ctor.

RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Custom cell's content template as a PdfPCell

비공개 메소드들

메소드 설명
getAnchor ( FontSelector fontSelector, PdfRpt.Core.Contracts.CellAttributes attributes ) : Anchor
getText ( PdfRpt.Core.Contracts.CellAttributes attributes ) : string
getUrl ( PdfRpt.Core.Contracts.CellAttributes attributes ) : string
setFontStyles ( PdfRpt.Core.Contracts.CellAttributes attributes ) : FontSelector

메소드 상세

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 An array of PdfContentByte to add text or graphics
attributes PdfRpt.Core.Contracts.CellAttributes Current cell's custom attributes
리턴 void

HyperlinkField() 공개 메소드

ctor.
public HyperlinkField ( BaseColor foreColor, bool fontUnderline ) : System
foreColor iTextSharp.text.BaseColor
fontUnderline bool
리턴 System

RenderingCell() 공개 메소드

Custom cell's content template as a PdfPCell
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
리턴 iTextSharp.text.pdf.PdfPCell