C# Class iTextSharp.text.pdf.hyphenation.ByteVector

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Alloc ( int size ) : int
ByteVector ( ) : System
ByteVector ( byte a ) : System
ByteVector ( byte a, int capacity ) : System
ByteVector ( int capacity ) : System
TrimToSize ( ) : void
this ( int index ) : byte

Method Details

Alloc() public méthode

public Alloc ( int size ) : int
size int
Résultat int

ByteVector() public méthode

public ByteVector ( ) : System
Résultat System

ByteVector() public méthode

public ByteVector ( byte a ) : System
a byte
Résultat System

ByteVector() public méthode

public ByteVector ( byte a, int capacity ) : System
a byte
capacity int
Résultat System

ByteVector() public méthode

public ByteVector ( int capacity ) : System
capacity int
Résultat System

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

public this ( int index ) : byte
index int
Résultat byte