C# 클래스 iTextSharp.text.TabSettings

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetTabStopNewInstance ( float currentPosition ) : TabStop
TabSettings ( ) : System.Collections.Generic
TabSettings ( List tabStops ) : System.Collections.Generic
TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic
TabSettings ( float tabInterval ) : System.Collections.Generic
getTabStopNewInstance ( float currentPosition, TabSettings tabSettings ) : TabStop

메소드 상세

GetTabStopNewInstance() 공개 메소드

public GetTabStopNewInstance ( float currentPosition ) : TabStop
currentPosition float
리턴 TabStop

TabSettings() 공개 메소드

public TabSettings ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TabSettings() 공개 메소드

public TabSettings ( List tabStops ) : System.Collections.Generic
tabStops List
리턴 System.Collections.Generic

TabSettings() 공개 메소드

public TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic
tabStops List
tabInterval float
리턴 System.Collections.Generic

TabSettings() 공개 메소드

public TabSettings ( float tabInterval ) : System.Collections.Generic
tabInterval float
리턴 System.Collections.Generic

getTabStopNewInstance() 공개 정적인 메소드

public static getTabStopNewInstance ( float currentPosition, TabSettings tabSettings ) : TabStop
currentPosition float
tabSettings TabSettings
리턴 TabStop