CadFillSetting
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
The Cad fill setting.
Enum Values
| Field | Description |
|---|---|
| FillOff | The fill off. |
| UseBackgroundColor | The use background color. |
| UseWindowColor | The use window color. |
| UseTextFrame | The use text frame (R2018+) |
FillOff
public static final int FillOff
The fill off.
Returns: int
UseBackgroundColor
public static final int UseBackgroundColor
The use background color.
Returns: int
UseWindowColor
public static final int UseWindowColor
The use window color.
Returns: int
UseTextFrame
public static final int UseTextFrame
The use text frame (R2018+)
Returns: int