Uses of Class
com.stimulsoft.web.enums.StiContentAlignment

Packages that use StiContentAlignment
com.stimulsoft.web.enums   
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
 

Uses of StiContentAlignment in com.stimulsoft.web.enums
 

Methods in com.stimulsoft.web.enums that return StiContentAlignment
static StiContentAlignment StiContentAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiContentAlignment[] StiContentAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiContentAlignment in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiContentAlignment
 StiContentAlignment StiWebDesignerOptions.PreviewToolbarOptions.getAlignment()
          Gets or sets the alignment of the preview toolbar.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiContentAlignment
 void StiWebDesignerOptions.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 StiContentAlignment
 StiContentAlignment StiWebViewerOptions.ToolbarOptions.getAlignment()
          The alignment of the viewer toolbar.
 StiContentAlignment StiWebViewerOptions.getPageAlignment()
          Deprecated. 
 StiContentAlignment StiWebViewerOptions.AppearanceOptions.getPageAlignment()
          The alignment of the viewer page.
 StiContentAlignment StiWebViewerOptions.getToolbarAlignment()
          Deprecated. 
 

Methods in com.stimulsoft.webviewer with parameters of type StiContentAlignment
 void StiWebViewerOptions.ToolbarOptions.setAlignment(StiContentAlignment alignment)
          The alignment of the viewer toolbar.
 void StiWebViewerOptions.setPageAlignment(StiContentAlignment pageAlignment)
          Deprecated. 
 void StiWebViewerOptions.AppearanceOptions.setPageAlignment(StiContentAlignment pageAlignment)
          The alignment of the viewer page.
 void StiWebViewerOptions.setToolbarAlignment(StiContentAlignment toolbarAlignment)
          Deprecated.