EmfPlusEndContainer

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusStateRecordType

public final class EmfPlusEndContainer extends EmfPlusStateRecordType

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

Constructors

ConstructorDescription
EmfPlusEndContainer(EmfPlusRecord source)Initializes a new instance of the EmfPlusEndContainer class.

Methods

MethodDescription
getStackIndex()Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container.
setStackIndex(int value)Gets or sets a 32-bit unsigned integer that specifies the index of a graphics state container.

EmfPlusEndContainer(EmfPlusRecord source)

public EmfPlusEndContainer(EmfPlusRecord source)

Initializes a new instance of the EmfPlusEndContainer class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

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.

Returns: int

setStackIndex(int value)

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.

Parameters:

ParameterTypeDescription
valueint