Uses of Class
com.stimulsoft.base.drawing.enums.StiHorAlignment

Packages that use StiHorAlignment
com.stimulsoft.base.drawing.enums   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools.html   
 

Uses of StiHorAlignment in com.stimulsoft.base.drawing.enums
 

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

Uses of StiHorAlignment in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiHorAlignment
 StiHorAlignment StiBarCode.getHorAlignment()
          Gets or sets the horizontal alignment of an barcode.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiHorAlignment
 void StiBarCode.setHorAlignment(StiHorAlignment value)
           
 

Uses of StiHorAlignment in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiHorAlignment
 void StiContainer.SetHorAlign(StiHorAlignment vl)
          Sets StiHorAlignment from all selected objects in the container.
 

Uses of StiHorAlignment in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiHorAlignment
 StiHorAlignment IStiHorAlignment.getHorAlignment()
          Gets or sets the horizontal alignment of an object.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiHorAlignment
 void IStiHorAlignment.setHorAlignment(StiHorAlignment value)
           
 

Uses of StiHorAlignment in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiHorAlignment
 StiHorAlignment StiView.getHorAlignment()
          Gets or sets the horizontal alignment of an object.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiHorAlignment
 void StiView.setHorAlignment(StiHorAlignment value)
           
 

Uses of StiHorAlignment in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiHorAlignment
 StiHorAlignment StiCrossSummary.getImageHorAlignment()
          Gets or sets the horizontal alignment of an object.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiHorAlignment
 void StiCrossSummary.setImageHorAlignment(StiHorAlignment value)
           
 

Uses of StiHorAlignment in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service that return StiHorAlignment
 StiHorAlignment StiHtmlExportService.getPageHorAlignment()
           
 

Uses of StiHorAlignment in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiHorAlignment
 StiHorAlignment StiHtmlExportSettings.getPageHorAlignment()
          The horizontal alignment of pages.
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiHorAlignment
 void StiHtmlExportSettings.setPageHorAlignment(StiHorAlignment pageHorAlignment)
          The horizontal alignment of pages.
 

Uses of StiHorAlignment in com.stimulsoft.report.export.tools.html
 

Methods in com.stimulsoft.report.export.tools.html that return StiHorAlignment
 StiHorAlignment StiHtmlTable.getAlign()
           
 

Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHorAlignment
 void StiHtmlTable.setAlign(StiHorAlignment align)