public class SpaceChecker extends Object
| Constructor and Description |
|---|
SpaceChecker() |
| Modifier and Type | Method and Description |
|---|---|
int |
checkSpaces(TextFragment srcFrag,
TextFragment trgFrag)
Checks and fixes white spaces for a given text fragment.
|
int |
checkUnitSpacing(ITextUnit tu,
LocaleId trgLoc)
Checks and fixes white spaces for a given text unit.
|
public int checkUnitSpacing(ITextUnit tu, LocaleId trgLoc)
tu - original text unittrgLoc - target locale to updatepublic int checkSpaces(TextFragment srcFrag, TextFragment trgFrag)
srcFrag - original fragmenttrgFrag - the fragment to fix.Copyright © 2021. All rights reserved.