Uses of Enum Class
com.stimulsoft.web.enums.StiContentAlignment
Packages that use StiContentAlignment
-
Uses of StiContentAlignment in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiContentAlignmentModifier and TypeMethodDescriptionstatic StiContentAlignmentReturns the enum constant of this class with the specified name.static StiContentAlignment[]StiContentAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiContentAlignment in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiContentAlignmentModifier and TypeMethodDescriptionStiWebDesignerOptions.PreviewToolbarOptions.getAlignment()Gets or sets the alignment of the preview toolbar.Methods in com.stimulsoft.webdesigner with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.PreviewToolbarOptions.setAlignment(StiContentAlignment alignment) Gets or sets the alignment of the preview toolbar. -
Uses of StiContentAlignment in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiContentAlignmentModifier and TypeMethodDescriptionStiWebViewerOptions.ToolbarOptions.getAlignment()The alignment of the viewer toolbar.StiWebViewerOptions.AppearanceOptions.getPageAlignment()The alignment of the viewer page.StiWebViewerOptions.getPageAlignment()Deprecated.StiWebViewerOptions.getToolbarAlignment()Deprecated.Methods in com.stimulsoft.webviewer with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionvoidStiWebViewerOptions.ToolbarOptions.setAlignment(StiContentAlignment alignment) The alignment of the viewer toolbar.voidStiWebViewerOptions.AppearanceOptions.setPageAlignment(StiContentAlignment pageAlignment) The alignment of the viewer page.voidStiWebViewerOptions.setPageAlignment(StiContentAlignment pageAlignment) Deprecated.voidStiWebViewerOptions.setToolbarAlignment(StiContentAlignment toolbarAlignment) Deprecated.