public static enum SwPopupMenu.DrawChoices extends java.lang.Enum<SwPopupMenu.DrawChoices> implements IntegerValuedEnum
| Enum Constant and Description | 
|---|
AS_IS  | 
BBOX  | 
DRAW_STYLE_NUM  | 
HIDDEN_LINE  | 
LINE  | 
LOW_RES  | 
MOVE_BBOX  | 
MOVE_LINE  | 
MOVE_LOW_LINE  | 
MOVE_LOW_POINT  | 
MOVE_LOW_RES  | 
MOVE_NO_TXT  | 
MOVE_POINT  | 
MOVE_SAME_AS  | 
NO_TXT  | 
POINT  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getValue()
Returns the integer value of the enum constant. 
 | 
static SwPopupMenu.DrawChoices | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SwPopupMenu.DrawChoices[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SwPopupMenu.DrawChoices AS_IS
public static final SwPopupMenu.DrawChoices HIDDEN_LINE
public static final SwPopupMenu.DrawChoices NO_TXT
public static final SwPopupMenu.DrawChoices LOW_RES
public static final SwPopupMenu.DrawChoices LINE
public static final SwPopupMenu.DrawChoices POINT
public static final SwPopupMenu.DrawChoices BBOX
public static final SwPopupMenu.DrawChoices MOVE_SAME_AS
public static final SwPopupMenu.DrawChoices MOVE_NO_TXT
public static final SwPopupMenu.DrawChoices MOVE_LOW_RES
public static final SwPopupMenu.DrawChoices MOVE_LINE
public static final SwPopupMenu.DrawChoices MOVE_LOW_LINE
public static final SwPopupMenu.DrawChoices MOVE_POINT
public static final SwPopupMenu.DrawChoices MOVE_LOW_POINT
public static final SwPopupMenu.DrawChoices MOVE_BBOX
public static final SwPopupMenu.DrawChoices DRAW_STYLE_NUM
public static SwPopupMenu.DrawChoices[] values()
for (SwPopupMenu.DrawChoices c : SwPopupMenu.DrawChoices.values()) System.out.println(c);
public static SwPopupMenu.DrawChoices valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com