CadFillSetting

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

The Cad fill setting.

Enum Values

FieldDescription
FillOffThe fill off.
UseBackgroundColorThe use background color.
UseWindowColorThe use window color.
UseTextFrameThe 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