Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSetTextCharExtra

  • All Implemented Interfaces:
    Cloneable


    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.

    • Constructor Detail

      • WmfSetTextCharExtra

        public WmfSetTextCharExtra()
    • Method Detail

      • 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).
      • setCharExtra

        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).