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

This class tries to find some Pdf elements width, before rendering.
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
AutoResizeTableColumns ( this table ) : void

Tries to auto resize the specified table columns.

GetCellWidth ( this cell ) : float

Tries to find the PdfPCell's width, before rendering

GetPhraseWidth ( this phrase ) : float

Tries to find the Phrase's width, before rendering

비공개 메소드들

메소드 설명
getListWidth ( IList rulesWidth, float startWidth, float cellWidth, IElement baseLevel ) : float

메소드 상세

AutoResizeTableColumns() 공개 정적인 메소드

Tries to auto resize the specified table columns.
public static AutoResizeTableColumns ( this table ) : void
table this pdf table
리턴 void

GetCellWidth() 공개 정적인 메소드

Tries to find the PdfPCell's width, before rendering
public static GetCellWidth ( this cell ) : float
cell this pdf cell
리턴 float

GetPhraseWidth() 공개 정적인 메소드

Tries to find the Phrase's width, before rendering
public static GetPhraseWidth ( this phrase ) : float
phrase this the phrase
리턴 float