public enum CadPlotType extends Enum<CadPlotType>
Plot type (portion of paper space to output to the media).
CadPlotSettings
| Enum Constant and Description |
|---|
Extents
Drawing extents.
|
LastScreenDisplay
Last screen display.
|
LayoutInformation
Layout information.
|
Limits
Drawing limits.
|
View6
View specified by code 6.
|
Window
Window specified by codes 48, 49, 140, 141.
|
| Modifier and Type | Method and Description |
|---|---|
static CadPlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CadPlotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadPlotType LastScreenDisplay
Last screen display.
public static final CadPlotType Extents
Drawing extents.
public static final CadPlotType Limits
Drawing limits.
public static final CadPlotType View6
View specified by code 6.
public static final CadPlotType Window
Window specified by codes 48, 49, 140, 141.
public static final CadPlotType LayoutInformation
Layout information.
public static CadPlotType[] values()
for (CadPlotType c : CadPlotType.values()) System.out.println(c);
public static CadPlotType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.