Package org.apache.poi.ddf
Enum EscherRecordTypes
- All Implemented Interfaces:
Serializable,Comparable<EscherRecordTypes>,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionContainerfor all BLIPs (binary large image or picture) that are used in the drawings associated with the parentDGG_CONTAINER.Containerfor all the file records for the objects in a drawing.Containerfor all OfficeArt file records that contain document-wide data. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Supplier<? extends EscherRecord> final Stringfinal Stringfinal short -
Method Summary
Modifier and TypeMethodDescriptionstatic EscherRecordTypesforTypeID(int typeID) static EscherRecordTypesReturns 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.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
DGG_CONTAINER
Containerfor all OfficeArt file records that contain document-wide data.Contains, amongst others children, a
BSTORE_CONTAINER.Referred to as an
OfficeArtDggContainerin[MS-ODRAW].pdf v20201117. -
BSTORE_CONTAINER
Containerfor all BLIPs (binary large image or picture) that are used in the drawings associated with the parentDGG_CONTAINER.Contains a list of
EscherBSERecords.Referred to as an
OfficeArtBStoreContainerin[MS-ODRAW].pdf v20201117. -
DG_CONTAINER
Containerfor all the file records for the objects in a drawing.Referred to as an
OfficeArtDgContainerin[MS-ODRAW].pdf v20201117. -
SPGR_CONTAINER
-
SP_CONTAINER
-
SOLVER_CONTAINER
-
DGG
-
BSE
-
DG
-
SPGR
-
SP
-
OPT
-
TEXTBOX
-
CLIENT_TEXTBOX
-
ANCHOR
-
CHILD_ANCHOR
-
CLIENT_ANCHOR
-
CLIENT_DATA
-
CONNECTOR_RULE
-
ALIGN_RULE
-
ARC_RULE
-
CLIENT_RULE
-
CLSID
-
CALLOUT_RULE
-
BLIP_START
-
BLIP_EMF
-
BLIP_WMF
-
BLIP_PICT
-
BLIP_JPEG
-
BLIP_PNG
-
BLIP_DIB
-
BLIP_TIFF
-
BLIP_END
-
REGROUP_ITEMS
-
SELECTION
-
COLOR_MRU
-
DELETED_PSPL
-
SPLIT_MENU_COLORS
-
OLE_OBJECT
-
COLOR_SCHEME
-
USER_DEFINED
-
UNKNOWN
-
-
Field Details
-
typeID
public final short typeID -
recordName
-
description
-
constructor
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forTypeID
-