public enum EscherRecordTypes extends java.lang.Enum<EscherRecordTypes>
Enum Constant and Description |
---|
ALIGN_RULE |
ANCHOR |
ARC_RULE |
BLIP_DIB |
BLIP_EMF |
BLIP_END |
BLIP_JPEG |
BLIP_PICT |
BLIP_PNG |
BLIP_START |
BLIP_TIFF |
BLIP_WMF |
BSE |
BSTORE_CONTAINER
Container for all BLIPs (binary large image or picture) that are used in the
drawings associated with the parent DGG_CONTAINER . |
CALLOUT_RULE |
CHILD_ANCHOR |
CLIENT_ANCHOR |
CLIENT_DATA |
CLIENT_RULE |
CLIENT_TEXTBOX |
CLSID |
COLOR_MRU |
COLOR_SCHEME |
CONNECTOR_RULE |
DELETED_PSPL |
DG |
DG_CONTAINER
Container for all the file records for the objects in a drawing. |
DGG |
DGG_CONTAINER
Container for all OfficeArt file records that contain document-wide data. |
OLE_OBJECT |
OPT |
REGROUP_ITEMS |
SELECTION |
SOLVER_CONTAINER |
SP |
SP_CONTAINER |
SPGR |
SPGR_CONTAINER |
SPLIT_MENU_COLORS |
TEXTBOX |
UNKNOWN |
USER_DEFINED |
Modifier and Type | Field and Description |
---|---|
java.util.function.Supplier<? extends EscherRecord> |
constructor |
java.lang.String |
description |
java.lang.String |
recordName |
short |
typeID |
Modifier and Type | Method and Description |
---|---|
static EscherRecordTypes |
forTypeID(int typeID) |
static EscherRecordTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EscherRecordTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscherRecordTypes DGG_CONTAINER
Container
for all OfficeArt file records that contain document-wide data.
Contains, amongst others children, a BSTORE_CONTAINER
.
Referred to as an OfficeArtDggContainer
in [MS-ODRAW].pdf v20201117
.
public static final EscherRecordTypes BSTORE_CONTAINER
Container
for all BLIPs (binary large image or picture) that are used in the
drawings associated with the parent DGG_CONTAINER
.
Contains a list of EscherBSERecord
s.
Referred to as an OfficeArtBStoreContainer
in [MS-ODRAW].pdf v20201117
.
public static final EscherRecordTypes DG_CONTAINER
Container
for all the file records for the objects in a drawing.
Referred to as an OfficeArtDgContainer
in [MS-ODRAW].pdf v20201117
.
public static final EscherRecordTypes SPGR_CONTAINER
public static final EscherRecordTypes SP_CONTAINER
public static final EscherRecordTypes SOLVER_CONTAINER
public static final EscherRecordTypes DGG
public static final EscherRecordTypes BSE
public static final EscherRecordTypes DG
public static final EscherRecordTypes SPGR
public static final EscherRecordTypes SP
public static final EscherRecordTypes OPT
public static final EscherRecordTypes TEXTBOX
public static final EscherRecordTypes CLIENT_TEXTBOX
public static final EscherRecordTypes ANCHOR
public static final EscherRecordTypes CHILD_ANCHOR
public static final EscherRecordTypes CLIENT_ANCHOR
public static final EscherRecordTypes CLIENT_DATA
public static final EscherRecordTypes CONNECTOR_RULE
public static final EscherRecordTypes ALIGN_RULE
public static final EscherRecordTypes ARC_RULE
public static final EscherRecordTypes CLIENT_RULE
public static final EscherRecordTypes CLSID
public static final EscherRecordTypes CALLOUT_RULE
public static final EscherRecordTypes BLIP_START
public static final EscherRecordTypes BLIP_EMF
public static final EscherRecordTypes BLIP_WMF
public static final EscherRecordTypes BLIP_PICT
public static final EscherRecordTypes BLIP_JPEG
public static final EscherRecordTypes BLIP_PNG
public static final EscherRecordTypes BLIP_DIB
public static final EscherRecordTypes BLIP_TIFF
public static final EscherRecordTypes BLIP_END
public static final EscherRecordTypes REGROUP_ITEMS
public static final EscherRecordTypes SELECTION
public static final EscherRecordTypes COLOR_MRU
public static final EscherRecordTypes DELETED_PSPL
public static final EscherRecordTypes SPLIT_MENU_COLORS
public static final EscherRecordTypes OLE_OBJECT
public static final EscherRecordTypes COLOR_SCHEME
public static final EscherRecordTypes USER_DEFINED
public static final EscherRecordTypes UNKNOWN
public final short typeID
public final java.lang.String recordName
public final java.lang.String description
public final java.util.function.Supplier<? extends EscherRecord> constructor
public static EscherRecordTypes[] values()
for (EscherRecordTypes c : EscherRecordTypes.values()) System.out.println(c);
public static EscherRecordTypes 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 static EscherRecordTypes forTypeID(int typeID)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.