Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What Is poi-scratchpad-5.2.3.jar?
What Is poi-scratchpad-5.2.3.jar?
✍: FYIcenter.com
poi-scratchpad-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an API for Microsoft document files of Word, Excel, PowerPoint, and Visio.
poi-scratchpad-5.2.3.jar provides support for older versions of Microsoft document files like Word 97, Excel 97, PowerPoint 97, etc.
poi-scratchpad-5.2.3.jar is distributed as part of the poi-bin-5.2.3-20220909.zip download file.
JAR File Size and Download Location:
JAR name: poi-scratchpad-5.2.3.jar Target JDK version: 9 Dependency: poi.jar File name: poi-scratchpad.jar, poi-scratchpad-5.2.3.jar File size: 1897121 bytes Release date: 09-09-2022 Download: Apache POI Website
Here are Java Source Code files for poi-scratchpad-5.2.3.jar:
⏎ org/apache/poi/hslf/record/RecordTypes.java
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ==================================================================== */ package org.apache.poi.hslf.record; import java.util.HashMap; import java.util.Map; /** * List of all known record types in a PowerPoint document, and the * classes that handle them. * There are two categories of records: * <ul> * <li> PowerPoint records: {@code 0 <= info <= 10002} (will carry class info) * <li> Escher records: {@code info >= 0xF000} (handled by DDF, so no class info) * </ul> */ public enum RecordTypes { Unknown(0,null), UnknownRecordPlaceholder(-1, UnknownRecordPlaceholder::new), Document(1000,Document::new), DocumentAtom(1001,DocumentAtom::new), EndDocument(1002,null), Slide(1006,Slide::new), SlideAtom(1007,SlideAtom::new), Notes(1008,Notes::new), NotesAtom(1009,NotesAtom::new), Environment(1010,Environment::new), SlidePersistAtom(1011,SlidePersistAtom::new), SSlideLayoutAtom(1015,null), MainMaster(1016,MainMaster::new), SSSlideInfoAtom(1017,SSSlideInfoAtom::new), SlideViewInfo(1018,null), GuideAtom(1019,null), ViewInfo(1020,null), ViewInfoAtom(1021,null), SlideViewInfoAtom(1022,null), VBAInfo(1023,VBAInfoContainer::new), VBAInfoAtom(1024,VBAInfoAtom::new), SSDocInfoAtom(1025,null), Summary(1026,null), DocRoutingSlip(1030,null), OutlineViewInfo(1031,null), SorterViewInfo(1032,null), ExObjList(1033,ExObjList::new), ExObjListAtom(1034,ExObjListAtom::new), PPDrawingGroup(1035,PPDrawingGroup::new), PPDrawing(1036,PPDrawing::new), NamedShows(1040,null), NamedShow(1041,null), NamedShowSlides(1042,null), SheetProperties(1044,null), OriginalMainMasterId(1052,null), CompositeMasterId(1052,null), RoundTripContentMasterInfo12(1054,null), RoundTripShapeId12(1055,null), RoundTripHFPlaceholder12(1056,RoundTripHFPlaceholder12::new), RoundTripContentMasterId(1058,null), RoundTripOArtTextStyles12(1059,null), RoundTripShapeCheckSumForCustomLayouts12(1062,null), RoundTripNotesMasterTextStyles12(1063,null), RoundTripCustomTableStyles12(1064,null), List(2000,DocInfoListContainer::new), FontCollection(2005,FontCollection::new), BookmarkCollection(2019,null), SoundCollection(2020,SoundCollection::new), SoundCollAtom(2021,null), Sound(2022,Sound::new), SoundData(2023,SoundData::new), BookmarkSeedAtom(2025,null), ColorSchemeAtom(2032,ColorSchemeAtom::new), ExObjRefAtom(3009,ExObjRefAtom::new), OEPlaceholderAtom(3011,OEPlaceholderAtom::new), GPopublicintAtom(3024,null), GRatioAtom(3031,null), OutlineTextRefAtom(3998,OutlineTextRefAtom::new), TextHeaderAtom(3999,TextHeaderAtom::new), TextCharsAtom(4000,TextCharsAtom::new), StyleTextPropAtom(4001, StyleTextPropAtom::new),//0x0fa1 RT_StyleTextPropAtom MasterTextPropAtom(4002, MasterTextPropAtom::new), TxMasterStyleAtom(4003,TxMasterStyleAtom::new), TxCFStyleAtom(4004,null), TxPFStyleAtom(4005,null), TextRulerAtom(4006,TextRulerAtom::new), TextBookmarkAtom(4007,null), TextBytesAtom(4008,TextBytesAtom::new), TxSIStyleAtom(4009,null), TextSpecInfoAtom(4010, TextSpecInfoAtom::new), DefaultRulerAtom(4011,null), StyleTextProp9Atom(4012, StyleTextProp9Atom::new), //0x0FAC RT_StyleTextProp9Atom FontEntityAtom(4023,FontEntityAtom::new), FontEmbeddedData(4024,FontEmbeddedData::new), CString(4026,CString::new), MetaFile(4033,null), ExOleObjAtom(4035,ExOleObjAtom::new), SrKinsoku(4040,null), HandOut(4041,DummyPositionSensitiveRecordWithChildren::new), ExEmbed(4044,ExEmbed::new), ExEmbedAtom(4045,ExEmbedAtom::new), ExLink(4046,null), BookmarkEntityAtom(4048,null), ExLinkAtom(4049,null), SrKinsokuAtom(4050,null), ExHyperlinkAtom(4051,ExHyperlinkAtom::new), ExHyperlink(4055,ExHyperlink::new), SlideNumberMCAtom(4056,null), HeadersFooters(4057,HeadersFootersContainer::new), HeadersFootersAtom(4058,HeadersFootersAtom::new), TxInteractiveInfoAtom(4063,TxInteractiveInfoAtom::new), CharFormatAtom(4066,null), ParaFormatAtom(4067,null), RecolorInfoAtom(4071,null), ExQuickTimeMovie(4074,null), ExQuickTimeMovieData(4075,null), ExControl(4078,ExControl::new), SlideListWithText(4080,SlideListWithText::new), InteractiveInfo(4082,InteractiveInfo::new), InteractiveInfoAtom(4083,InteractiveInfoAtom::new), UserEditAtom(4085,UserEditAtom::new), CurrentUserAtom(4086,null), DateTimeMCAtom(4087,DateTimeMCAtom::new), GenericDateMCAtom(4088,null), FooterMCAtom(4090,null), ExControlAtom(4091,ExControlAtom::new), ExMediaAtom(4100,ExMediaAtom::new), ExVideoContainer(4101,ExVideoContainer::new), ExAviMovie(4102,ExAviMovie::new), ExMCIMovie(4103,ExMCIMovie::new), ExMIDIAudio(4109,null), ExCDAudio(4110,null), ExWAVAudioEmbedded(4111,null), ExWAVAudioLink(4112,null), ExOleObjStg(4113,ExOleObjStg::new), ExCDAudioAtom(4114,null), ExWAVAudioEmbeddedAtom(4115,null), AnimationInfo(4116,AnimationInfo::new), AnimationInfoAtom(4081,AnimationInfoAtom::new), RTFDateTimeMCAtom(4117,null), ProgTags(5000,DummyPositionSensitiveRecordWithChildren::new), ProgStringTag(5001,null), ProgBinaryTag(5002,DummyPositionSensitiveRecordWithChildren::new), BinaryTagData(5003, BinaryTagDataBlob::new),//0x138b RT_BinaryTagDataBlob PrpublicintOptions(6000,null), PersistPtrFullBlock(6001,PersistPtrHolder::new), PersistPtrIncrementalBlock(6002,PersistPtrHolder::new), GScalingAtom(10001,null), GRColorAtom(10002,null), // Records ~12000 seem to be related to the Comments used in PPT 2000/XP // (Comments in PPT97 are normal Escher text boxes) Comment2000(12000,Comment2000::new), Comment2000Atom(12001,Comment2000Atom::new), Comment2000Summary(12004,null), Comment2000SummaryAtom(12005,null), // Records ~12050 seem to be related to Document Encryption DocumentEncryptionAtom(12052,DocumentEncryptionAtom::new), ; @FunctionalInterface public interface RecordConstructor<T extends Record> { T apply(byte[] source, int start, int len); } private static final Map<Short,RecordTypes> LOOKUP; static { LOOKUP = new HashMap<>(); for(RecordTypes s : values()) { LOOKUP.put(s.typeID, s); } } public final short typeID; public final RecordConstructor<?> recordConstructor; RecordTypes(int typeID, RecordConstructor<?> recordConstructor) { this.typeID = (short)typeID; this.recordConstructor = recordConstructor; } public static RecordTypes forTypeID(int typeID) { RecordTypes rt = LOOKUP.get((short)typeID); return (rt != null) ? rt : UnknownRecordPlaceholder; } }
⏎ org/apache/poi/hslf/record/RecordTypes.java
Or download all of them as a single archive file:
File name: poi-scratchpad-5.2.3-src.zip File size: 1238744 bytes Release date: 2022-09-09 Download
⇒ What Is poi-examples-5.2.3.jar?
⇐ What Is poi-excelant-5.2.3.jar?
2017-03-22, 33668👍, 0💬
Popular Posts:
How to read XML document with XML Schema validation from socket connections with the socket\DelayedI...
maven-settings-builder-3 .8.6.jaris the JAR file for Apache Maven 3.8.6 Settings Builder module. Apa...
JDK 11 jdk.jlink.jmod is the JMOD file for JDK 11 JLink tool, which can be invoked by the "jlink" co...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...