Uses of Class
com.aspose.imaging.StringFormat

Packages that use StringFormat
com.aspose.imaging   
com.aspose.imaging.shapes   
 

Uses of StringFormat in com.aspose.imaging
 

Methods in com.aspose.imaging that return StringFormat
 StringFormat StringFormat.deepClone()
           Creates a deep clone of this com.aspose.imaging.StringFormat object.
static StringFormat StringFormat.getGenericDefault()
           Gets a generic default com.aspose.imaging.StringFormat object.
static StringFormat StringFormat.getGenericTypographic()
           Gets a generic typographic com.aspose.imaging.StringFormat object.
 

Methods in com.aspose.imaging with parameters of type StringFormat
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, float x, float y, StringFormat format)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
           Draws the specified text string in the specified rectangle with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 

Constructors in com.aspose.imaging with parameters of type StringFormat
StringFormat(StringFormat format)
           Initializes a new com.aspose.imaging.StringFormat object from the specified existing com.aspose.imaging.StringFormat object.
 

Uses of StringFormat in com.aspose.imaging.shapes
 

Methods in com.aspose.imaging.shapes that return StringFormat
 StringFormat TextShape.getTextFormat()
           Gets the text format.
 

Methods in com.aspose.imaging.shapes with parameters of type StringFormat
 void TextShape.setTextFormat(StringFormat value)
           Sets the text format.
 

Constructors in com.aspose.imaging.shapes with parameters of type StringFormat
TextShape(java.lang.String text, RectangleF rectangle, Font font, StringFormat stringFormat)
           Initializes a new instance of the TextShape class.