public enum swPresentationOpts_e extends java.lang.Enum<swPresentationOpts_e>
Modifier and Type | Method and Description |
---|---|
static swPresentationOpts_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPresentationOpts_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPresentationOpts_e swPresentationOpts_None
public static final swPresentationOpts_e swPresentationOpts_Pres
public static final swPresentationOpts_e swPresentationOpts_U3D
public static final swPresentationOpts_e swPresentationOpts_Animations
public static final swPresentationOpts_e swPresentationOpts_Explodes
public static final swPresentationOpts_e swPresentationOpts_CameraMovement
public static final swPresentationOpts_e swPresentationOpts_ActiveView
public static final swPresentationOpts_e swPresentationOpts_TopView
public static final swPresentationOpts_e swPresentationOpts_BottomView
public static final swPresentationOpts_e swPresentationOpts_LeftView
public static final swPresentationOpts_e swPresentationOpts_RightView
public static final swPresentationOpts_e swPresentationOpts_FrontView
public static final swPresentationOpts_e swPresentationOpts_BackView
public static final swPresentationOpts_e swPresentationOpts_NormalView
public static final swPresentationOpts_e swPresentationOpts_IsometricView
public static final swPresentationOpts_e swPresentationOpts_TrimetricView
public static final swPresentationOpts_e swPresentationOpts_DimetricView
public static final swPresentationOpts_e swPresentationOpts_OpenPDF
public static final swPresentationOpts_e swPresentationOpts_ExcludeFromAnnoView
public static final swPresentationOpts_e swPresentationOpts_CreateAttachSTEP242
public static final swPresentationOpts_e swPresentationOpts_LowAccuracy
public static final swPresentationOpts_e swPresentationOpts_HighAccuracy
public static final swPresentationOpts_e swPresentationOpts_MedAccuracy
public static final swPresentationOpts_e swPresentationOpts_MaxAccuracy
public static final swPresentationOpts_e swPresentationOpts_CompressTesselation
public static final swPresentationOpts_e swPresentationOpts_DisablePrinting3DPDF
public static final swPresentationOpts_e swPresentationOpts_DisableEditing3DPDF
public static final swPresentationOpts_e swPresentationOpts_DisableCopying3DPDF
public static final swPresentationOpts_e swPresentationOpts_ShowOnlyGraphicalData
public static final swPresentationOpts_e swPresentationOpts_PDFPreview
public static final swPresentationOpts_e swPresentationOpts_SingleHTML
public static final swPresentationOpts_e swPresentationOpts_ChkOpenPassword3DPDF
public static swPresentationOpts_e[] values()
for (swPresentationOpts_e c : swPresentationOpts_e.values()) System.out.println(c);
public static swPresentationOpts_e 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 null