Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiVertAlignment
Packages that use StiVertAlignment
Package
Description
-
Uses of StiVertAlignment in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidStiGraphics.drawHTMLText(String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, float lineSpacing, Double zoom) Draw HTML textvoidStiGraphics.drawText(String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, float lineSpacing, 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 StiVertAlignmentModifier and TypeMethodDescriptionstatic StiVertAlignmentStiVertAlignment.forValue(int value) static StiVertAlignmentReturns the enum constant of this class with the specified name.static StiVertAlignment[]StiVertAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiVertAlignment in com.stimulsoft.base.system
Methods in com.stimulsoft.base.system that return StiVertAlignment -
Uses of StiVertAlignment in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiVertAlignmentModifier and TypeMethodDescriptionfinal StiVertAlignmentStiBarCode.getVertAlignment()Gets or sets the vertical alignment of an barcode.Methods in com.stimulsoft.report.barCodes with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionprotected voidStiBarCodeTypeService.baseDrawString(StiGraphics context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) final voidStiBarCode.setVertAlignment(StiVertAlignment value) -
Uses of StiVertAlignment in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return StiVertAlignmentModifier and TypeMethodDescriptionStiOverlayBand.getVertAlignment()Gets or sets the vertical alignment of an object.Methods in com.stimulsoft.report.components.bands with parameters of type StiVertAlignment -
Uses of StiVertAlignment in com.stimulsoft.report.components.complexcomponents
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionfinal voidStiContainer.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 StiVertAlignmentModifier and TypeMethodDescriptionIStiVertAlignment.getVertAlignment()Gets or sets the vertical alignment of an object.Methods in com.stimulsoft.report.components.interfaces with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidIStiVertAlignment.setVertAlignment(StiVertAlignment value) -
Uses of StiVertAlignment in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiVertAlignmentModifier and TypeMethodDescriptionStiText.getVertAlignment()Gets or sets the vertical alignment of an object.StiTextInCells.getVertAlignment()final StiVertAlignmentStiView.getVertAlignment()Gets or sets the vertical alignment of an object.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidStiText.setVertAlignment(StiVertAlignment value) voidStiTextInCells.setVertAlignment(StiVertAlignment value) final voidStiView.setVertAlignment(StiVertAlignment value) -
Uses of StiVertAlignment in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiVertAlignmentModifier and TypeMethodDescriptionfinal StiVertAlignmentStiCrossSummary.getImageVertAlignment()Gets or sets the vertical alignment of an object.StiCrossField.getVertAlignment()Gets or sets the vertical alignment of an object.Methods in com.stimulsoft.report.crossTab with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionfinal voidStiCrossSummary.setImageVertAlignment(StiVertAlignment value) voidStiCrossField.setVertAlignment(StiVertAlignment value) -
Uses of StiVertAlignment in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidStiHtmlExportService.renderVertAlignment(StiHtmlTableCell cell, StiVertAlignment textVertAlignment, StiTextOptions textOptions, boolean allowHtmlTags) Render vertical alignment -
Uses of StiVertAlignment in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiVertAlignmentMethods in com.stimulsoft.report.export.tools with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidStiBarCodeExportPainter.baseDrawString(Object context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidIStiExportGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiPdfGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiSvgGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiCellStyle.setVertAlignment(StiVertAlignment vertAlignment) Constructors in com.stimulsoft.report.export.tools with parameters of type StiVertAlignmentModifierConstructorDescriptionStiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing) -
Uses of StiVertAlignment in com.stimulsoft.report.maps
Fields in com.stimulsoft.report.maps declared as StiVertAlignment -
Uses of StiVertAlignment in com.stimulsoft.report.options
Fields in com.stimulsoft.report.options declared as StiVertAlignmentModifier and TypeFieldDescriptionstatic StiVertAlignmentExportOptions.CheckBoxReplacementForExcelValue.VertAlignmenta default vertical alignment of textMethods in com.stimulsoft.report.options that return StiVertAlignmentModifier and TypeMethodDescriptionstatic StiVertAlignmentExportOptions.StiCheckBoxExcelValueParameters.getVertAlignment()Gets or sets a default vertical alignment of textMethods in com.stimulsoft.report.options with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionstatic voidExportOptions.StiCheckBoxExcelValueParameters.setVertAlignment(StiVertAlignment value) -
Uses of StiVertAlignment in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiVertAlignmentModifier and TypeMethodDescriptionvoidStiBarCodePainter.baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) Draw string -
Uses of StiVertAlignment in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that return StiVertAlignmentModifier and TypeMethodDescriptionStiStyle.getVertAlignment()Gets or sets the vertical alignment of an style.Methods in com.stimulsoft.report.styles with parameters of type StiVertAlignment