public interface MutatingHyphenationBreak
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
postDelete()
Assuming that a hyphen is placed at this point, provides the text
immediately after that hyphen that should be removed.
|
java.lang.CharSequence |
postInsert()
Assuming that a hyphen is placed at this point, provides the text that
should be inserted immediately after that hyphen.
|
java.lang.CharSequence |
preDelete()
Assuming that a hyphen is placed at this point, provides the text
immediately before that hyphen that should be removed.
|
java.lang.CharSequence |
preInsert()
Assuming that a hyphen is placed at this point, provides the text that
should be inserted immediately before that hyphen.
|
java.lang.CharSequence preDelete()
preInsert()
is inserted.java.lang.CharSequence preInsert()
preDelete()
is deleted.java.lang.CharSequence postDelete()
postInsert()
is inserted.java.lang.CharSequence postInsert()
postDelete()
is deleted.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.