C# 클래스 iTextSharp.text.pdf.HyphenationAuto

상속: IHyphenationEvent
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
hyphenator Hyphenator
post string

공개 메소드들

메소드 설명
GetHyphenatedWordPre ( string word, BaseFont font, float fontSize, float remainingWidth ) : string
HyphenationAuto ( string lang, string country, int leftMin, int rightMin ) : System

메소드 상세

GetHyphenatedWordPre() 공개 메소드

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

HyphenationAuto() 공개 메소드

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

프로퍼티 상세

hyphenator 보호되어 있는 프로퍼티

protected Hyphenator hyphenator
리턴 Hyphenator

post 보호되어 있는 프로퍼티

protected string post
리턴 string