Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSetTextJustification

  • All Implemented Interfaces:
    Cloneable


    public class WmfSetTextJustification
    extends WmfObject

    The META_SETTEXTJUSTIFICATION record defines the amount of space to add to characters in a string of justified text.

    • Constructor Detail

      • WmfSetTextJustification

        public WmfSetTextJustification()
    • Method Detail

      • getBreakCount

        public int getBreakCount()

        Gets or sets the count.

        Value: The count.
      • setBreakCount

        public void setBreakCount(int value)

        Gets or sets the count.

        Value: The count.
      • getBreakExtra

        public int getBreakExtra()

        Gets or sets the extra.

        Value: The extra.
      • setBreakExtra

        public void setBreakExtra(int value)

        Gets or sets the extra.

        Value: The extra.