WmfSetTextCharExtra

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfSetTextCharExtra extends WmfObject

The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context. Spacing is added to the white space between each character, including `` characters, when a line of justified text is output.

Constructors

ConstructorDescription
WmfSetTextCharExtra()

Methods

MethodDescription
getCharExtra()Gets or sets the character extra.
setCharExtra(int value)Gets or sets the character extra.

WmfSetTextCharExtra()

public WmfSetTextCharExtra()

getCharExtra()

public int getCharExtra()

Gets or sets the character extra.

Value: The amount of extra space, in logical units, to be added to each character. If the current mapping mode is not MM_TEXT, this value is transformed and rounded to the nearest pixel. For details about setting the mapping mode, see META_SETMAPMODE (section 2.3.5.17).

Returns: int

setCharExtra(int value)

public void setCharExtra(int value)

Gets or sets the character extra.

Value: The amount of extra space, in logical units, to be added to each character. If the current mapping mode is not MM_TEXT, this value is transformed and rounded to the nearest pixel. For details about setting the mapping mode, see META_SETMAPMODE (section 2.3.5.17).

Parameters:

ParameterTypeDescription
valueint