C# 클래스 Serenity.jsPDF

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 프로퍼티들

프로퍼티 타입 설명
autoTableEndPosY double

공개 메소드들

메소드 설명
AutoTable ( TypeOption columns, List data, AutoTableOptions options ) : void
AutoTableHtmlToJson ( HtmlElement table ) : object[]
AutoTableText ( string text, double x, double y, AutoTableStyles styles = null ) : void

메소드 상세

AutoTable() 공개 정적인 메소드

public static AutoTable ( TypeOption columns, List data, AutoTableOptions options ) : void
columns TypeOption
data List
options AutoTableOptions
리턴 void

AutoTableHtmlToJson() 공개 정적인 메소드

public static AutoTableHtmlToJson ( HtmlElement table ) : object[]
table System.Html.HtmlElement
리턴 object[]

AutoTableText() 공개 정적인 메소드

public static AutoTableText ( string text, double x, double y, AutoTableStyles styles = null ) : void
text string
x double
y double
styles AutoTableStyles
리턴 void

프로퍼티 상세

autoTableEndPosY 공개적으로 정적으로 프로퍼티

public static double autoTableEndPosY
리턴 double