C# Class iTextSharp.text.pdf.HyphenationAuto

Inheritance: IHyphenationEvent
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
hyphenator Hyphenator
post string

Public Methods

Method 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 method

public GetHyphenatedWordPre ( string word, BaseFont font, float fontSize, float remainingWidth ) : string
word string
font BaseFont
fontSize float
remainingWidth float
return string

HyphenationAuto() public method

public HyphenationAuto ( string lang, string country, int leftMin, int rightMin ) : System
lang string
country string
leftMin int
rightMin int
return System

Property Details

hyphenator protected_oe property

protected Hyphenator hyphenator
return Hyphenator

post protected_oe property

protected string post
return string