Uses of Enum Class
com.stimulsoft.report.export.EmfTextAlignmentMode
Packages that use EmfTextAlignmentMode
-
Uses of EmfTextAlignmentMode in com.stimulsoft.report.export
Methods in com.stimulsoft.report.export that return EmfTextAlignmentModeModifier and TypeMethodDescriptionstatic EmfTextAlignmentModeReturns the enum constant of this class with the specified name.static EmfTextAlignmentMode[]EmfTextAlignmentMode.values()Returns an array containing the constants of this enum class, 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 EmfTextAlignmentModeModifier and TypeMethodDescriptionvoidIStiExportGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) voidStiPdfGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) voidStiSvgGeomWriter.drawText(StiPoint basePoint, String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign)