C# 클래스 iTextSharp.text.pdf.hyphenation.CharVector

상속: ICloneable
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Alloc ( int size ) : int
CharVector ( ) : System
CharVector ( char a ) : System
CharVector ( char a, int capacity ) : System
CharVector ( int capacity ) : System
Clear ( ) : void
Clone ( ) : Object
TrimToSize ( ) : void
this ( int index ) : char

메소드 상세

Alloc() 공개 메소드

public Alloc ( int size ) : int
size int
리턴 int

CharVector() 공개 메소드

public CharVector ( ) : System
리턴 System

CharVector() 공개 메소드

public CharVector ( char a ) : System
a char
리턴 System

CharVector() 공개 메소드

public CharVector ( char a, int capacity ) : System
a char
capacity int
리턴 System

CharVector() 공개 메소드

public CharVector ( int capacity ) : System
capacity int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : char
index int
리턴 char