EmfPlusCharacterRange
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType
public final class EmfPlusCharacterRange extends EmfPlusStructureObjectType
EmfPlusCharacterRange description
Constructors
Constructor | Description |
---|---|
EmfPlusCharacterRange() |
Methods
Method | Description |
---|---|
getFirst() | Gets or sets a 32-bit signed integer that specifies the first position of this range. |
setFirst(int value) | Gets or sets a 32-bit signed integer that specifies the first position of this range. |
getLength() | Gets or sets a 32-bit signed integer that specifies the number of positions in this range |
setLength(int value) | Gets or sets a 32-bit signed integer that specifies the number of positions in this range |
EmfPlusCharacterRange()
public EmfPlusCharacterRange()
getFirst()
public int getFirst()
Gets or sets a 32-bit signed integer that specifies the first position of this range.
Returns: int
setFirst(int value)
public void setFirst(int value)
Gets or sets a 32-bit signed integer that specifies the first position of this range.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getLength()
public int getLength()
Gets or sets a 32-bit signed integer that specifies the number of positions in this range
Returns: int
setLength(int value)
public void setLength(int value)
Gets or sets a 32-bit signed integer that specifies the number of positions in this range
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |