Packages

 

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

Class EmfPlusEndContainer

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


    public final class EmfPlusEndContainer
    extends EmfPlusStateRecordType

    The EmfPlusEndContainer record closes a graphics state container that was previously opened by a begin container operation.

    • Constructor Detail

      • EmfPlusEndContainer

        public EmfPlusEndContainer(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusEndContainer class.

        Parameters:
        source - The source.
    • Method Detail

      • getStackIndex

        public int getStackIndex()

        Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2).

        Value: The index of the stack.
      • setStackIndex

        public void setStackIndex(int value)

        Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container. The index MUST must match the value associated with a graphics state container opened by a previous EmfPlusBeginContainer (section 2.3.7.1) or EmfPlusBeginContainerNoParams record (section 2.3.7.2).

        Value: The index of the stack.