CadLineSpacingType
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Cad Line spacing enum
Enum Values
| Field | Description |
|---|---|
| AtLeast | At least (taller characters will override) |
| Exact | The exact (taller characters will not override) |
AtLeast
public static final int AtLeast
At least (taller characters will override)
Returns: int
Exact
public static final int Exact
The exact (taller characters will not override)
Returns: int