C# 클래스 iTextSharp.text.TabStop

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

보호된 프로퍼티들

프로퍼티 타입 설명
alignment Alignment
anchorChar char
leader IDrawInterface
position float

공개 메소드들

메소드 설명
GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
NewInstance ( float currentPosition, float tabInterval ) : TabStop
TabStop ( TabStop tabStop ) : System
TabStop ( float position ) : System
TabStop ( float position, Alignment alignment ) : System
TabStop ( float position, Alignment alignment, char anchorChar ) : System
TabStop ( float position, IDrawInterface leader ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System

메소드 상세

GetPosition() 공개 메소드

public GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
tabPosition float
currentPosition float
anchorPosition float
리턴 float

NewInstance() 공개 정적인 메소드

public static NewInstance ( float currentPosition, float tabInterval ) : TabStop
currentPosition float
tabInterval float
리턴 TabStop

TabStop() 공개 메소드

public TabStop ( TabStop tabStop ) : System
tabStop TabStop
리턴 System

TabStop() 공개 메소드

public TabStop ( float position ) : System
position float
리턴 System

TabStop() 공개 메소드

public TabStop ( float position, Alignment alignment ) : System
position float
alignment Alignment
리턴 System

TabStop() 공개 메소드

public TabStop ( float position, Alignment alignment, char anchorChar ) : System
position float
alignment Alignment
anchorChar char
리턴 System

TabStop() 공개 메소드

public TabStop ( float position, IDrawInterface leader ) : System
position float
leader IDrawInterface
리턴 System

TabStop() 공개 메소드

public TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
position float
leader IDrawInterface
alignment Alignment
리턴 System

TabStop() 공개 메소드

public TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System
position float
leader IDrawInterface
alignment Alignment
anchorChar char
리턴 System

프로퍼티 상세

alignment 보호되어 있는 프로퍼티

protected Alignment alignment
리턴 Alignment

anchorChar 보호되어 있는 프로퍼티

protected char anchorChar
리턴 char

leader 보호되어 있는 프로퍼티

protected IDrawInterface leader
리턴 IDrawInterface

position 보호되어 있는 프로퍼티

protected float position
리턴 float