Uses of Class
com.stimulsoft.report.export.EmfTextAlignmentMode

Packages that use EmfTextAlignmentMode
com.stimulsoft.report.export   
com.stimulsoft.report.export.tools   
 

Uses of EmfTextAlignmentMode in com.stimulsoft.report.export
 

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

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

Methods in com.stimulsoft.report.export.tools with parameters of type EmfTextAlignmentMode
 void StiSvgGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)
           
 void StiPdfGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)
           
 void IStiExportGeomWriter.drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)