C# Класс iTextSharp.text.pdf.HyphenationAuto

Наследование: IHyphenationEvent
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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