| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm.commands |
| Modifier and Type | Method and Description |
|---|---|
TextPrecisionType |
TextRepresentation.getPrecision() |
TextPrecisionType |
TextPrecision.getValue() |
static TextPrecisionType |
TextPrecisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextPrecisionType[] |
TextPrecisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextRepresentation.setPrecision(TextPrecisionType value) |
void |
TextPrecision.setValue(TextPrecisionType value) |
| Constructor and Description |
|---|
TextPrecision(CgmFile container,
TextPrecisionType value) |
TextRepresentation(CgmFile container,
int bundleIndex,
int fontIndex,
TextPrecisionType precision,
double spacing,
double expansion,
CgmColor color) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.