C# Class iTextSharp.text.pdf.PdfTextArray

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

Private Properties

Property Type Description
ReplaceLast void

Public Methods

Method Description
Add ( PdfNumber number ) : void
Add ( String str ) : void
Add ( float number ) : void
PdfTextArray ( ) : System
PdfTextArray ( String str ) : System

Private Methods

Method Description
ReplaceLast ( Object obj ) : void

Method Details

Add() public method

public Add ( PdfNumber number ) : void
number PdfNumber
return void

Add() public method

public Add ( String str ) : void
str String
return void

Add() public method

public Add ( float number ) : void
number float
return void

PdfTextArray() public method

public PdfTextArray ( ) : System
return System

PdfTextArray() public method

public PdfTextArray ( String str ) : System
str String
return System