Package com.itextpdf.layout.hyphenation
Class Hyphen
java.lang.Object
com.itextpdf.layout.hyphenation.Hyphen
Represents a hyphen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
preBreak
pre break string -
noBreak
no break string -
postBreak
post break string
-
-
Constructor Details
-
Hyphen
Construct a hyphen.- Parameters:
pre
- break stringno
- break stringpost
- break string
-
Hyphen
Hyphen(String pre) Construct a hyphen.- Parameters:
pre
- break string
-
-
Method Details