C# Class iTextSharp.text.pdf.HyphenationAuto

Inheritance: IHyphenationEvent
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
hyphenator Hyphenator
post string

Méthodes publiques

Méthode Description
GetHyphenatedWordPre ( string word, BaseFont font, float fontSize, float remainingWidth ) : string
HyphenationAuto ( string lang, string country, int leftMin, int rightMin ) : System

Method Details

GetHyphenatedWordPre() public méthode

public GetHyphenatedWordPre ( string word, BaseFont font, float fontSize, float remainingWidth ) : string
word string
font BaseFont
fontSize float
remainingWidth float
Résultat string

HyphenationAuto() public méthode

public HyphenationAuto ( string lang, string country, int leftMin, int rightMin ) : System
lang string
country string
leftMin int
rightMin int
Résultat System

Property Details

hyphenator protected_oe property

protected Hyphenator hyphenator
Résultat Hyphenator

post protected_oe property

protected string post
Résultat string