C# Class iTextSharp.text.pdf.RadioCheckField

Inheritance: BaseField
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
GetAppearance ( bool isRadio, bool on ) : PdfAppearance
GetAppearanceRadioCircle ( bool on ) : PdfAppearance
GetRadioGroup ( bool noToggleToOff, bool radiosInUnison ) : PdfFormField
RadioCheckField ( PdfWriter writer, Rectangle box, String fieldName, String onValue ) : System

Méthodes protégées

Méthode Description
GetField ( bool isRadio ) : PdfFormField

Method Details

GetAppearance() public méthode

public GetAppearance ( bool isRadio, bool on ) : PdfAppearance
isRadio bool
on bool
Résultat PdfAppearance

GetAppearanceRadioCircle() public méthode

public GetAppearanceRadioCircle ( bool on ) : PdfAppearance
on bool
Résultat PdfAppearance

GetField() protected méthode

protected GetField ( bool isRadio ) : PdfFormField
isRadio bool
Résultat PdfFormField

GetRadioGroup() public méthode

public GetRadioGroup ( bool noToggleToOff, bool radiosInUnison ) : PdfFormField
noToggleToOff bool
radiosInUnison bool
Résultat PdfFormField

RadioCheckField() public méthode

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