C# Class iTextSharp.text.pdf.PdfEncodings

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
CRLF_CID_NEWLINE byte[][]

Public Methods

Method Description
AddExtraEncoding ( String name, IExtraEncoding enc ) : void
ClearCmap ( String name ) : void
ConvertCmap ( String name, byte seq ) : String
ConvertCmap ( String name, byte seq, int start, int length ) : String
ConvertToBytes ( char char1, String encoding ) : byte[]
ConvertToBytes ( string text, string encoding ) : byte[]
ConvertToString ( byte bytes, string encoding ) : string
IsPdfDocEncoding ( String text ) : bool
LoadCmap ( String name, byte newline ) : void

Private Methods

Method Description
BreakLong ( long n, int size, byte seqs ) : void
DecodeSequence ( byte seq, int start, int length, char planes ) : String
EncodeSequence ( int size, byte seqs, char cid, ArrayList planes ) : void
EncodeStream ( Stream inp, ArrayList planes ) : void
PdfEncodings ( ) : System
ReadCmap ( String name, byte newline ) : char[][]
ReadCmap ( String name, ArrayList planes ) : void

Method Details

AddExtraEncoding() public static method

public static AddExtraEncoding ( String name, IExtraEncoding enc ) : void
name String
enc IExtraEncoding
return void

ClearCmap() public static method

public static ClearCmap ( String name ) : void
name String
return void

ConvertCmap() public static method

public static ConvertCmap ( String name, byte seq ) : String
name String
seq byte
return String

ConvertCmap() public static method

public static ConvertCmap ( String name, byte seq, int start, int length ) : String
name String
seq byte
start int
length int
return String

ConvertToBytes() public static method

public static ConvertToBytes ( char char1, String encoding ) : byte[]
char1 char
encoding String
return byte[]

ConvertToBytes() public static method

public static ConvertToBytes ( string text, string encoding ) : byte[]
text string
encoding string
return byte[]

ConvertToString() public static method

public static ConvertToString ( byte bytes, string encoding ) : string
bytes byte
encoding string
return string

IsPdfDocEncoding() public static method

public static IsPdfDocEncoding ( String text ) : bool
text String
return bool

LoadCmap() public static method

public static LoadCmap ( String name, byte newline ) : void
name String
newline byte
return void

Property Details

CRLF_CID_NEWLINE public_oe static_oe property

public static byte[][] CRLF_CID_NEWLINE
return byte[][]