Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfSetTextJustification

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfSetTextJustification
    extends EmfStateRecordType

    The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification.

    Instead of using an EMR_SETTEXTJUSTIFICATION record, an implementation SHOULD use an EMR_EXTTEXTOUTW record (section 2.3.5.8) to perform this function.

    • Constructor Detail

      • EmfSetTextJustification

        public EmfSetTextJustification(EmfRecord source)

        Initializes a new instance of the EmfSetTextJustification class.

        Parameters:
        source - The source.
    • Method Detail

      • getNBreakExtra

        public int getNBreakExtra()

        Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add.

      • setNBreakExtra

        public void setNBreakExtra(int value)

        Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add.

      • getNBreakCount

        public int getNBreakCount()

        Gets or sets a 32-bit signed integer that specifies the number of break characters.

      • setNBreakCount

        public void setNBreakCount(int value)

        Gets or sets a 32-bit signed integer that specifies the number of break characters.