HyphenationAuto
public interface HyphenationEvent
Chunk
to hyphenate a word.Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getHyphenatedWordPost() |
Gets the second part of the hyphenated word.
|
java.lang.String |
getHyphenatedWordPre(java.lang.String word,
BaseFont font,
float fontSize,
float remainingWidth) |
Hyphenates a word and returns the first part of it.
|
java.lang.String |
getHyphenSymbol() |
Gets the hyphen symbol.
|
java.lang.String getHyphenSymbol()
java.lang.String getHyphenatedWordPre(java.lang.String word, BaseFont font, float fontSize, float remainingWidth)
getHyphenatedWordPost()
.word
- the word to hyphenatefont
- the font used by this wordfontSize
- the font size used by this wordremainingWidth
- the width available to fit this word injava.lang.String getHyphenatedWordPost()
getHyphenatedWordPre()
.Copyright © 1998–2018. All rights reserved.