Uses of Enum Class
com.basistech.rosette.dm.LayoutRegion.Layout
Packages that use LayoutRegion.Layout
-
Uses of LayoutRegion.Layout in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return LayoutRegion.LayoutModifier and TypeMethodDescriptionLayoutRegion.getLayout()Gets the layout.static LayoutRegion.LayoutReturns the enum constant of this class with the specified name.static LayoutRegion.Layout[]LayoutRegion.Layout.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.basistech.rosette.dm with parameters of type LayoutRegion.LayoutModifierConstructorDescriptionBuilder(int startOffset, int endOffset, LayoutRegion.Layout layout) Constructs a layout region builder from the required values.protectedLayoutRegion(int startOffset, int endOffset, LayoutRegion.Layout layout, Map<String, Object> extendedProperties)