Uses of Interface
com.openhtmltopdf.extend.FSTextBreaker
-
Packages that use FSTextBreaker Package Description com.openhtmltopdf.layout com.openhtmltopdf.outputdevice.helper -
-
Uses of FSTextBreaker in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement FSTextBreaker Modifier and Type Class Description static classTextUtil.DefaultCharacterBreakerclassUrlAwareLineBreakIteratorBreakIterator implementation that improves line breaking for URLs.Methods in com.openhtmltopdf.layout that return FSTextBreaker Modifier and Type Method Description FSTextBreakerBreaker.TextBreakerSupplier. getBreaker(String str, SharedContext sharedContext)FSTextBreakerSharedContext. getCharacterBreaker()static FSTextBreakerBreaker. getCharacterBreakStream(String currentString, SharedContext sharedContext)FSTextBreakerSharedContext. getLineBreaker()static FSTextBreakerBreaker. getLineBreakStream(String s, SharedContext shared)Methods in com.openhtmltopdf.layout with parameters of type FSTextBreaker Modifier and Type Method Description voidSharedContext. setCharacterBreaker(FSTextBreaker breaker)voidSharedContext. setLineBreaker(FSTextBreaker breaker) -
Uses of FSTextBreaker in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSTextBreaker Modifier and Type Field Description FSTextBreakerBaseRendererBuilder.BaseRendererBuilderState. _charBreakerFSTextBreakerBaseRendererBuilder.BaseRendererBuilderState. _lineBreakerFSTextBreakerUnicodeImplementation. charBreakerFSTextBreakerUnicodeImplementation. lineBreakerMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreaker Modifier and Type Method Description TFinalClassBaseRendererBuilder. useUnicodeCharacterBreaker(FSTextBreaker breaker)Specify the character breaker.TFinalClassBaseRendererBuilder. useUnicodeLineBreaker(FSTextBreaker breaker)Specify the line breaker.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreaker Constructor Description UnicodeImplementation(BidiReorderer reorderer, BidiSplitterFactory splitterFactory, FSTextBreaker lineBreaker, FSTextTransformer toLower, FSTextTransformer toUpper, FSTextTransformer toTitle, boolean textDirection, FSTextBreaker charBreaker)
-