Uses of Interface
com.openhtmltopdf.extend.FSTextBreaker
Packages that use FSTextBreaker
Package
Description
-
Uses of FSTextBreaker in com.openhtmltopdf.bidi.support
Classes in com.openhtmltopdf.bidi.support that implement FSTextBreakerModifier and TypeClassDescriptionstatic classstatic class -
Uses of FSTextBreaker in com.openhtmltopdf.layout
Classes in com.openhtmltopdf.layout that implement FSTextBreakerModifier and TypeClassDescriptionstatic classclassBreakIterator implementation that improves line breaking for URLs.Methods in com.openhtmltopdf.layout that return FSTextBreakerModifier and TypeMethodDescriptionBreaker.TextBreakerSupplier.getBreaker(String str, SharedContext sharedContext) SharedContext.getCharacterBreaker()static FSTextBreakerBreaker.getCharacterBreakStream(String currentString, SharedContext sharedContext) SharedContext.getLineBreaker()static FSTextBreakerBreaker.getLineBreakStream(String s, SharedContext shared) Methods in com.openhtmltopdf.layout with parameters of type FSTextBreakerModifier and TypeMethodDescriptionvoidSharedContext.setCharacterBreaker(FSTextBreaker breaker) voidSharedContext.setLineBreaker(FSTextBreaker breaker) -
Uses of FSTextBreaker in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSTextBreakerModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._charBreakerBaseRendererBuilder.BaseRendererBuilderState._lineBreakerfinal FSTextBreakerUnicodeImplementation.charBreakerfinal FSTextBreakerUnicodeImplementation.lineBreakerMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreakerModifier and TypeMethodDescriptionfinal TFinalClassBaseRendererBuilder.useUnicodeCharacterBreaker(FSTextBreaker breaker) Specify the character breaker.final TFinalClassBaseRendererBuilder.useUnicodeLineBreaker(FSTextBreaker breaker) Specify the line breaker.Constructors in com.openhtmltopdf.outputdevice.helper with parameters of type FSTextBreakerModifierConstructorDescriptionUnicodeImplementation(BidiReorderer reorderer, BidiSplitterFactory splitterFactory, FSTextBreaker lineBreaker, FSTextTransformer toLower, FSTextTransformer toUpper, FSTextTransformer toTitle, boolean textDirection, FSTextBreaker charBreaker)