|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.hyphenation
public class hyphenation
class represents hyphenation settings of the document.
method summary | |
---|---|
boolean |
getautohyphenation()
|
int |
getconsecutivehyphenslimit()
specifies the maximum number of consecutive lines of text that can end with a hyphen. |
boolean |
gethyphenatecaps()
specifies whether to hyphenate the document contents automatically. |
float |
gethyphenationzone()
specifies the amount of whitespace which can be left at the end of a line (or added to justified lines) before hyphenation. |
void |
setautohyphenation(boolean value)
specifies whether to hyphenate the document contents automatically. |
void |
setconsecutivehyphenslimit(int value)
specifies the maximum number of consecutive lines of text that can end with a hyphen. |
void |
sethyphenatecaps(boolean value)
specifies whether to hyphenate words in all capital letters. |
void |
sethyphenationzone(float value)
specifies the amount of whitespace which can be left at the end of a line (or added to justified lines) before hyphenation. |
method detail |
---|
public boolean getautohyphenation()
public void setautohyphenation(boolean value)
value
- the booleanpublic boolean gethyphenatecaps()
public void sethyphenatecaps(boolean value)
value
- the booleanpublic float gethyphenationzone()
public void sethyphenationzone(float value)
value
- the float valuepublic int getconsecutivehyphenslimit()
public void setconsecutivehyphenslimit(int value)
value
- the int value
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |