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   
 

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, 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()
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.