Uses of Class
com.basistech.rosette.dm.ScriptRegion
Packages that use ScriptRegion
-
Uses of ScriptRegion in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return ScriptRegionModifier and TypeMethodDescriptionScriptRegion.Builder.build()Builds an immutable script region from the current state of this builder.Methods in com.basistech.rosette.dm that return types with arguments of type ScriptRegionModifier and TypeMethodDescriptionAnnotatedText.getScriptRegions()Returns the list of script regions.Method parameters in com.basistech.rosette.dm with type arguments of type ScriptRegionModifier and TypeMethodDescriptionAnnotatedText.Builder.scriptRegions(ListAttribute<ScriptRegion> scriptRegions) Attaches a list of script regions.Constructors in com.basistech.rosette.dm with parameters of type ScriptRegionModifierConstructorDescriptionBuilder(ScriptRegion toCopy) Constructs a builder from an existing script region.