C# Class iTextSharp.text.factories.RomanNumberFactory.RomanDigit

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Свойство Type Description
digit char
pre bool
value int

Private Methods

Méthode Description
RomanDigit ( char digit, int value, bool pre ) : System

Property Details

digit public_oe property

public char digit
Résultat char

pre public_oe property

public bool pre
Résultat bool

value public_oe property

public int value
Résultat int