Packages

 

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

Class EmfPlusBeginContainerNoParams

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


    public final class EmfPlusBeginContainerNoParams
    extends EmfPlusStateRecordType

    The EmfPlusBeginContainerNoParams record opens a new graphics state container.

    • Constructor Detail

      • EmfPlusBeginContainerNoParams

        public EmfPlusBeginContainerNoParams(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusBeginContainerNoParams class.

        Parameters:
        source - The source.
    • Method Detail

      • getStackIndex

        public int getStackIndex()

        Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.

        Value: The index of the stack.
      • setStackIndex

        public void setStackIndex(int value)

        Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.

        Value: The index of the stack.