C# Class iTextSharp.text.pdf.TextField

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

Private Properties

Свойство Type Description
ChangeFontSize void
CheckRTL bool
ComposePhrase Phrase
GetListAppearance PdfAppearance

Méthodes publiques

Méthode Description
GetAppearance ( ) : PdfAppearance
GetComboField ( ) : PdfFormField
GetListField ( ) : PdfFormField
GetTextField ( ) : PdfFormField
ObfuscatePassword ( String text ) : String
RemoveCRLF ( String text ) : String
SetExtraMargin ( float extraMarginLeft, float extraMarginTop ) : void
TextField ( PdfWriter writer, Rectangle box, String fieldName ) : System

Méthodes protégées

Méthode Description
GetChoiceField ( bool isList ) : PdfFormField

Private Methods

Méthode Description
ChangeFontSize ( Phrase p, float size ) : void
CheckRTL ( String text ) : bool
ComposePhrase ( String text, BaseFont ufont, System.Color color, float fontSize ) : Phrase
GetListAppearance ( ) : PdfAppearance

Method Details

GetAppearance() public méthode

public GetAppearance ( ) : PdfAppearance
Résultat PdfAppearance

GetChoiceField() protected méthode

protected GetChoiceField ( bool isList ) : PdfFormField
isList bool
Résultat PdfFormField

GetComboField() public méthode

public GetComboField ( ) : PdfFormField
Résultat PdfFormField

GetListField() public méthode

public GetListField ( ) : PdfFormField
Résultat PdfFormField

GetTextField() public méthode

public GetTextField ( ) : PdfFormField
Résultat PdfFormField

ObfuscatePassword() public static méthode

public static ObfuscatePassword ( String text ) : String
text String
Résultat String

RemoveCRLF() public static méthode

public static RemoveCRLF ( String text ) : String
text String
Résultat String

SetExtraMargin() public méthode

public SetExtraMargin ( float extraMarginLeft, float extraMarginTop ) : void
extraMarginLeft float
extraMarginTop float
Résultat void

TextField() public méthode

public TextField ( PdfWriter writer, Rectangle box, String fieldName ) : System
writer PdfWriter
box Rectangle
fieldName String
Résultat System