Packages

 

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

Classes

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

Class EmfSetTextColor

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


    public final class EmfSetTextColor
    extends EmfStateRecordType

    The EMR_SETTEXTCOLOR record defines the current text color.

    • Constructor Detail

      • EmfSetTextColor

        public EmfSetTextColor(EmfRecord source)

        Initializes a new instance of the EmfSetTextColor class.

        Parameters:
        source - The source.
      • EmfSetTextColor

        public EmfSetTextColor()

        Initializes a new instance of the EmfSetTextColor class.

    • Method Detail

      • getArgb32Color

        public int getArgb32Color()

        Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.

      • setArgb32Color

        public void setArgb32Color(int value)

        Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the text color value.