Uses of Class
com.basistech.rosette.dm.LayoutRegion
Packages that use LayoutRegion
-
Uses of LayoutRegion in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return LayoutRegionModifier and TypeMethodDescriptionLayoutRegion.Builder.build()Builds an immutable layout region from the current state of this builder.Methods in com.basistech.rosette.dm that return types with arguments of type LayoutRegionModifier and TypeMethodDescriptionAnnotatedText.getLayoutRegions()Returns the list of layout regions.Method parameters in com.basistech.rosette.dm with type arguments of type LayoutRegionModifier and TypeMethodDescriptionAnnotatedText.Builder.layoutRegions(ListAttribute<LayoutRegion> layoutRegions) Attaches a list of layout regions.Constructors in com.basistech.rosette.dm with parameters of type LayoutRegionModifierConstructorDescriptionBuilder(LayoutRegion toCopy) Constructs a builder from an existing layout region.