◆ GetHyphenatedWordPre()
string iTextSharp.text.pdf.IHyphenationEvent.GetHyphenatedWordPre |
( |
string |
word, |
|
|
BaseFont |
font, |
|
|
float |
fontSize, |
|
|
float |
remainingWidth |
|
) |
| |
Hyphenates a word and returns the first part of it. To get the second part of the hyphenated word call getHyphenatedWordPost()
.
- Parameters
-
word | the word to hyphenate |
font | the font used by this word |
fontSize | the font size used by this word |
remainingWidth | the width available to fit this word in |
- Returns
- the first part of the hyphenated word including the hyphen symbol, if any
Implemented in iTextSharp.text.pdf.HyphenationAuto.
◆ HyphenatedWordPost
string iTextSharp.text.pdf.IHyphenationEvent.HyphenatedWordPost |
|
get |
Gets the second part of the hyphenated word. Must be called after getHyphenatedWordPre()
.
- Returns
- the second part of the hyphenated word
◆ HyphenSymbol
string iTextSharp.text.pdf.IHyphenationEvent.HyphenSymbol |
|
get |
Gets the hyphen symbol.
- Returns
- the hyphen symbol
The documentation for this interface was generated from the following file: