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