public final class EmfPlusCharacterRange extends EmfPlusStructureObjectType
EmfPlusCharacterRange description
Constructor and Description |
---|
EmfPlusCharacterRange() |
Modifier and Type | Method and Description |
---|---|
int |
getFirst()
Gets or sets a 32-bit signed integer that
specifies the first position of this range.
|
int |
getLength()
Gets or sets a 32-bit signed integer that specifies
the number of positions in this range
|
void |
setFirst(int value)
Gets or sets a 32-bit signed integer that
specifies the first position of this range.
|
void |
setLength(int value)
Gets or sets a 32-bit signed integer that specifies
the number of positions in this range
|
public int getFirst()
Gets or sets a 32-bit signed integer that specifies the first position of this range.
public void setFirst(int value)
Gets or sets a 32-bit signed integer that specifies the first position of this range.
public int getLength()
Gets or sets a 32-bit signed integer that specifies the number of positions in this range
public void setLength(int value)
Gets or sets a 32-bit signed integer that specifies the number of positions in this range