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

Packages that use StiVertAlignment
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.enums   
com.stimulsoft.base.system   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.components.bands   
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.tools   
com.stimulsoft.report.maps   
com.stimulsoft.report.options   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.styles   
 

Uses of StiVertAlignment in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing with parameters of type StiVertAlignment
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, double lineSpacing, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
 

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

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

Uses of StiVertAlignment in com.stimulsoft.base.system
 

Methods in com.stimulsoft.base.system that return StiVertAlignment
 StiVertAlignment StringFormat.getVertsAlignment()
           
 

Uses of StiVertAlignment in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiVertAlignment
 StiVertAlignment StiBarCode.getVertAlignment()
          Gets or sets the vertical alignment of an barcode.
 

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

Uses of StiVertAlignment in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiVertAlignment
 StiVertAlignment StiOverlayBand.getVertAlignment()
          Gets or sets the vertical alignment of an object.
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiVertAlignment
 void StiOverlayBand.setVertAlignment(StiVertAlignment value)
           
 

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

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

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

Methods in com.stimulsoft.report.components.interfaces that return StiVertAlignment
 StiVertAlignment IStiVertAlignment.getVertAlignment()
          Gets or sets the vertical alignment of an object.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiVertAlignment
 void IStiVertAlignment.setVertAlignment(StiVertAlignment value)
           
 

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

Methods in com.stimulsoft.report.components.simplecomponents that return StiVertAlignment
 StiVertAlignment StiView.getVertAlignment()
          Gets or sets the vertical alignment of an object.
 StiVertAlignment StiTextInCells.getVertAlignment()
           
 StiVertAlignment StiText.getVertAlignment()
          Gets or sets the vertical alignment of an object.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiVertAlignment
 void StiView.setVertAlignment(StiVertAlignment value)
           
 void StiTextInCells.setVertAlignment(StiVertAlignment value)
           
 void StiText.setVertAlignment(StiVertAlignment value)
           
 

Uses of StiVertAlignment in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiVertAlignment
 StiVertAlignment StiCrossSummary.getImageVertAlignment()
          Gets or sets the vertical alignment of an object.
 StiVertAlignment StiCrossField.getVertAlignment()
          Gets or sets the vertical alignment of an object.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiVertAlignment
 void StiCrossSummary.setImageVertAlignment(StiVertAlignment value)
           
 void StiCrossField.setVertAlignment(StiVertAlignment value)
           
 

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

Methods in com.stimulsoft.report.export.service with parameters of type StiVertAlignment
 void StiHtmlExportService.renderVertAlignment(StiHtmlTableCell cell, StiVertAlignment textVertAlignment)
          Render vertical alignment
 

Uses of StiVertAlignment in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiVertAlignment
 StiVertAlignment StiCellStyle.getVertAlignment()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiVertAlignment
 void StiBarCodeExportPainter.baseDrawString(java.lang.Object context, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiSvgGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiPdfGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void IStiExportGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiCellStyle.setVertAlignment(StiVertAlignment vertAlignment)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiVertAlignment
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
 

Uses of StiVertAlignment in com.stimulsoft.report.maps
 

Fields in com.stimulsoft.report.maps declared as StiVertAlignment
 StiVertAlignment StiMapSvg.vertAlignment
           
 

Uses of StiVertAlignment in com.stimulsoft.report.options
 

Fields in com.stimulsoft.report.options declared as StiVertAlignment
static StiVertAlignment ExportOptions.CheckBoxReplacementForExcelValue.VertAlignment
          a default vertical alignment of text
 

Methods in com.stimulsoft.report.options that return StiVertAlignment
static StiVertAlignment ExportOptions.StiCheckBoxExcelValueParameters.getVertAlignment()
          Gets or sets a default vertical alignment of text
 

Methods in com.stimulsoft.report.options with parameters of type StiVertAlignment
static void ExportOptions.StiCheckBoxExcelValueParameters.setVertAlignment(StiVertAlignment value)
           
 

Uses of StiVertAlignment in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiVertAlignment
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Double zoom)
          Draw string
 

Uses of StiVertAlignment in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiVertAlignment
 StiVertAlignment StiStyle.getVertAlignment()
          Gets or sets the vertical alignment of an style.
 

Methods in com.stimulsoft.report.styles with parameters of type StiVertAlignment
 void StiStyle.setVertAlignment(StiVertAlignment value)