public class EmfPlusBeginContainerNoParams extends EmfPlusStateRecordType
The EmfPlusBeginContainerNoParams record opens a new graphics state container.
Constructor and Description |
---|
EmfPlusBeginContainerNoParams(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusBeginContainerNoParams class. |
Modifier and Type | Method and Description |
---|---|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public EmfPlusBeginContainerNoParams(EmfPlusRecord source)
Initializes a new instance of the EmfPlusBeginContainerNoParams
class.
source
- The source.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.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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.