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
Constructor | Description |
---|---|
EmfPlusBeginContainerNoParams(EmfPlusRecord source) | Initializes a new instance of the EmfPlusBeginContainerNoParams class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfPlusRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | int |