public final class StringFormatExtensions extends Object
Contains extension methods for the StringFormat
class.
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.StringFormat |
toGdiStringFormat(StringFormat stringFormat)
Converts the
StringFormat to the System.Drawing.StringFormat . |
public static com.aspose.ms.System.Drawing.StringFormat toGdiStringFormat(StringFormat stringFormat)
Converts the StringFormat
to the System.Drawing.StringFormat
.
stringFormat
- The StringFormat
to convert.System.Drawing.StringFormat
.