EmfPlusStringFormatData Class

Summary: The EmfPlusStringFormatData object specifies tab stops and character positions for a graphics string.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStringFormatData

Inheritance: EmfPlusStructureObjectType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusStringFormatData()Initializes a new instance of the EmfPlusStringFormatData class

Properties

NameTypeAccessDescription
char_rangeEmfPlusCharacterRange[]r/wGets or sets an optional array of RangeCount EmfPlusCharacterRange
objects that specify the range of character positions
within a string of text. The bounding region is defined
by the area of the display that is occupied by a group
of characters specified by the character range.
This field MUST be present if the value of the RangeCount
field in the EmfPlusStringFormat object is greater than 0.
tab_stopsfloatr/wGets or sets an optional array of floating-point values that specify
the optional tab stop locations for this object. Each tab
stop value represents the number of spaces between tab
stops or, for the first tab stop, the number of spaces
between the beginning of a line of text and the first tab stop.
This field MUST be present if the value of the TabStopCount
field in the EmfPlusStringFormat object is greater than 0.

Constructor: EmfPlusStringFormatData()

 EmfPlusStringFormatData() 

Initializes a new instance of the EmfPlusStringFormatData class