EmfPlusBeginContainerNoParams

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 EmfPlusBeginContainerNoParams extends EmfPlusStateRecordType

The EmfPlusBeginContainerNoParams record opens a new graphics state container.

Constructors

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

Methods

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

EmfPlusBeginContainerNoParams(EmfPlusRecord source)

public EmfPlusBeginContainerNoParams(EmfPlusRecord source)

Initializes a new instance of the EmfPlusBeginContainerNoParams class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

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.

Returns: int

setStackIndex(int value)

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.

Parameters:

ParameterTypeDescription
valueint