java.lang.Objectcom.aspose.words.HyphenationOptions
public class HyphenationOptions
Constructor Summary |
---|
HyphenationOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoHyphenation() | |
void | setAutoHyphenation(boolean value) | |
Gets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false. | ||
int | getConsecutiveHyphenLimit() | |
void | setConsecutiveHyphenLimit(int value) | |
Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0. | ||
boolean | getHyphenateCaps() | |
void | setHyphenateCaps(boolean value) | |
Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true. | ||
int | getHyphenationZone() | |
void | setHyphenationZone(int value) | |
Gets or sets the distance in 1/20 of a point from the right margin within which you do not want to hyphenate words. Default value for this property is 360 (0.25 inch). |
Constructor Detail |
---|
public HyphenationOptions()
Property Getters/Setters Detail |
---|
getAutoHyphenation/setAutoHyphenation | |
public boolean getAutoHyphenation() / public void setAutoHyphenation(boolean value) |
getConsecutiveHyphenLimit/setConsecutiveHyphenLimit | |
public int getConsecutiveHyphenLimit() / public void setConsecutiveHyphenLimit(int value) |
If value of this property is set to 0, any number of consecutive lines can end with hyphens.
The property does not have effect when saving to fixed page formats e.g. PDF.
getHyphenateCaps/setHyphenateCaps | |
public boolean getHyphenateCaps() / public void setHyphenateCaps(boolean value) |
getHyphenationZone/setHyphenationZone | |
public int getHyphenationZone() / public void setHyphenationZone(int value) |