Package org.apache.poi.hslf.record
Enum Class RecordTypes
- All Implemented Interfaces:
Serializable
,Comparable<RecordTypes>
,Constable
List of all known record types in a PowerPoint document, and the
classes that handle them.
There are two categories of records:
PowerPoint records: 0 invalid input: '<'= info invalid input: '<'= 10002 (will carry class info)
Escher records: info >= 0xF000 (handled by DDF, so no class info)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
RecordTypes.RecordConstructor<T extends Record>
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal short
-
Method Summary
Modifier and TypeMethodDescriptionstatic RecordTypes
forTypeID
(int typeID) static RecordTypes
Returns the enum constant of this class with the specified name.static RecordTypes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Unknown
-
UnknownRecordPlaceholder
-
Document
-
DocumentAtom
-
EndDocument
-
Slide
-
SlideAtom
-
Notes
-
NotesAtom
-
Environment
-
SlidePersistAtom
-
SSlideLayoutAtom
-
MainMaster
-
SSSlideInfoAtom
-
SlideViewInfo
-
GuideAtom
-
ViewInfo
-
ViewInfoAtom
-
SlideViewInfoAtom
-
VBAInfo
-
VBAInfoAtom
-
SSDocInfoAtom
-
Summary
-
DocRoutingSlip
-
OutlineViewInfo
-
SorterViewInfo
-
ExObjList
-
ExObjListAtom
-
PPDrawingGroup
-
PPDrawing
-
NamedShows
-
NamedShow
-
NamedShowSlides
-
SheetProperties
-
RoundTripCustomTableStyles12Atom
-
List
-
FontCollection
-
BookmarkCollection
-
SoundCollection
-
SoundCollAtom
-
Sound
-
SoundData
-
BookmarkSeedAtom
-
ColorSchemeAtom
-
ExObjRefAtom
-
OEPlaceholderAtom
-
GPopublicintAtom
-
GRatioAtom
-
OutlineTextRefAtom
-
TextHeaderAtom
-
TextCharsAtom
-
StyleTextPropAtom
-
MasterTextPropAtom
-
TxMasterStyleAtom
-
TxCFStyleAtom
-
TxPFStyleAtom
-
TextRulerAtom
-
TextBookmarkAtom
-
TextBytesAtom
-
TxSIStyleAtom
-
TextSpecInfoAtom
-
DefaultRulerAtom
-
StyleTextProp9Atom
-
FontEntityAtom
-
FontEmbeddedData
-
CString
-
MetaFile
-
ExOleObjAtom
-
SrKinsoku
-
HandOut
-
ExEmbed
-
ExEmbedAtom
-
ExLink
-
BookmarkEntityAtom
-
ExLinkAtom
-
SrKinsokuAtom
-
ExHyperlinkAtom
-
ExHyperlink
-
SlideNumberMCAtom
-
TxInteractiveInfoAtom
-
CharFormatAtom
-
ParaFormatAtom
-
RecolorInfoAtom
-
ExQuickTimeMovie
-
ExQuickTimeMovieData
-
ExControl
-
SlideListWithText
-
InteractiveInfo
-
InteractiveInfoAtom
-
UserEditAtom
-
CurrentUserAtom
-
DateTimeMCAtom
-
GenericDateMCAtom
-
ExControlAtom
-
ExMediaAtom
-
ExVideoContainer
-
ExAviMovie
-
ExMCIMovie
-
ExMIDIAudio
-
ExCDAudio
-
ExWAVAudioEmbedded
-
ExWAVAudioLink
-
ExOleObjStg
-
ExCDAudioAtom
-
ExWAVAudioEmbeddedAtom
-
AnimationInfo
-
AnimationInfoAtom
-
RTFDateTimeMCAtom
-
ProgTags
-
ProgStringTag
-
ProgBinaryTag
-
BinaryTagData
-
PrpublicintOptions
-
PersistPtrFullBlock
-
PersistPtrIncrementalBlock
-
GScalingAtom
-
GRColorAtom
-
Comment2000
-
Comment2000Atom
-
Comment2000Summary
-
Comment2000SummaryAtom
-
DocumentEncryptionAtom
-
OriginalMainMasterId
-
CompositeMasterId
-
RoundTripContentMasterInfo12
-
RoundTripShapeId12
-
RoundTripHFPlaceholder12
-
RoundTripContentMasterId
-
RoundTripOArtTextStyles12
-
RoundTripShapeCheckSumForCustomLayouts12
-
RoundTripNotesMasterTextStyles12
-
RoundTripCustomTableStyles12
-
EscherDggContainer
-
EscherDgg
-
EscherCLSID
-
EscherOPT
-
EscherBStoreContainer
-
EscherBSE
-
EscherBlip_START
-
EscherBlip_END
-
EscherDgContainer
-
EscherDg
-
EscherRegroupItems
-
EscherColorScheme
-
EscherSpgrContainer
-
EscherSpContainer
-
EscherSpgr
-
EscherSp
-
EscherTextbox
-
EscherClientTextbox
-
EscherAnchor
-
EscherChildAnchor
-
EscherClientAnchor
-
EscherClientData
-
EscherSolverContainer
-
EscherConnectorRule
-
EscherAlignRule
-
EscherArcRule
-
EscherClientRule
-
EscherCalloutRule
-
EscherSelection
-
EscherColorMRU
-
EscherDeletedPspl
-
EscherSplitMenuColors
-
EscherOleObject
-
EscherUserDefined
-
-
Field Details
-
typeID
public final short typeID -
recordConstructor
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
forTypeID
-