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/hwmf/record/HwmfRecordType.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.hwmf.record; import java.util.function.Supplier; /** * Available record types for WMF * * @see <a href="http://www.symantec.com/avcenter/reference/inside.the.windows.meta.file.format.pdf">Inside the Windows Meta File Format</a> */ public enum HwmfRecordType { eof(0x0000, null) ,animatePalette(0x0436, HwmfPalette.WmfAnimatePalette::new) ,arc(0x0817, HwmfDraw.WmfArc::new) ,bitBlt(0x0922, HwmfFill.WmfBitBlt::new) ,chord(0x0830, HwmfDraw.WmfChord::new) ,createBrushIndirect(0x02fc, HwmfMisc.WmfCreateBrushIndirect::new) ,createFontIndirect(0x02fb, HwmfText.WmfCreateFontIndirect::new) ,createPalette(0x00f7, HwmfPalette.WmfCreatePalette::new) ,createPatternBrush(0x01f9, HwmfMisc.WmfCreatePatternBrush::new) ,createPenIndirect(0x02fa, HwmfMisc.WmfCreatePenIndirect::new) ,createRegion(0x06ff, HwmfWindowing.WmfCreateRegion::new) ,deleteObject(0x01f0, HwmfMisc.WmfDeleteObject::new) ,dibBitBlt(0x0940, HwmfFill.WmfDibBitBlt::new) ,dibCreatePatternBrush(0x0142, HwmfMisc.WmfDibCreatePatternBrush::new) ,dibStretchBlt(0x0b41, HwmfFill.WmfDibStretchBlt::new) ,ellipse(0x0418, HwmfDraw.WmfEllipse::new) ,escape(0x0626, HwmfEscape::new) ,excludeClipRect(0x0415, HwmfWindowing.WmfExcludeClipRect::new) ,extFloodFill(0x0548, HwmfFill.WmfExtFloodFill::new) ,extTextOut(0x0a32, HwmfText.WmfExtTextOut::new) ,fillRegion(0x0228, HwmfFill.WmfFillRegion::new) ,floodFill(0x0419, HwmfFill.WmfFloodFill::new) ,frameRegion(0x0429, HwmfDraw.WmfFrameRegion::new) ,intersectClipRect(0x0416, HwmfWindowing.WmfIntersectClipRect::new) ,invertRegion(0x012a, HwmfFill.WmfInvertRegion::new) ,lineTo(0x0213, HwmfDraw.WmfLineTo::new) ,moveTo(0x0214, HwmfDraw.WmfMoveTo::new) ,offsetClipRgn(0x0220, HwmfWindowing.WmfOffsetClipRgn::new) ,offsetViewportOrg(0x0211, HwmfWindowing.WmfOffsetViewportOrg::new) ,offsetWindowOrg(0x020f, HwmfWindowing.WmfOffsetWindowOrg::new) ,paintRegion(0x012b, HwmfFill.WmfPaintRegion::new) ,patBlt(0x061d, HwmfFill.WmfPatBlt::new) ,pie(0x081a, HwmfDraw.WmfPie::new) ,polygon(0x0324, HwmfDraw.WmfPolygon::new) ,polyline(0x0325, HwmfDraw.WmfPolyline::new) ,polyPolygon(0x0538, HwmfDraw.WmfPolyPolygon::new) ,realizePalette(0x0035, HwmfPalette.WmfRealizePalette::new) ,rectangle(0x041b, HwmfDraw.WmfRectangle::new) ,resizePalette(0x0139, HwmfPalette.WmfResizePalette::new) ,restoreDc(0x0127, HwmfMisc.WmfRestoreDc::new) ,roundRect(0x061c, HwmfDraw.WmfRoundRect::new) ,saveDc(0x001e, HwmfMisc.WmfSaveDc::new) ,scaleViewportExt(0x0412, HwmfWindowing.WmfScaleViewportExt::new) ,scaleWindowExt(0x0410, HwmfWindowing.WmfScaleWindowExt::new) ,selectClipRegion(0x012c, HwmfWindowing.WmfSelectClipRegion::new) ,selectObject(0x012d, HwmfDraw.WmfSelectObject::new) ,selectPalette(0x0234, HwmfPalette.WmfSelectPalette::new) ,setBkColor(0x0201, HwmfMisc.WmfSetBkColor::new) ,setBkMode(0x0102, HwmfMisc.WmfSetBkMode::new) ,setDibToDev(0x0d33, HwmfFill.WmfSetDibToDev::new) ,setLayout(0x0149, HwmfMisc.WmfSetLayout::new) ,setMapMode(0x0103, HwmfMisc.WmfSetMapMode::new) ,setMapperFlags(0x0231, HwmfMisc.WmfSetMapperFlags::new) ,setPalEntries(0x0037, HwmfPalette.WmfSetPaletteEntries::new) ,setPixel(0x041f, HwmfDraw.WmfSetPixel::new) ,setPolyFillMode(0x0106, HwmfFill.WmfSetPolyfillMode::new) ,setRelabs(0x0105, HwmfMisc.WmfSetRelabs::new) ,setRop2(0x0104, HwmfMisc.WmfSetRop2::new) ,setStretchBltMode(0x0107, HwmfMisc.WmfSetStretchBltMode::new) ,setTextAlign(0x012e, HwmfText.WmfSetTextAlign::new) ,setTextCharExtra(0x0108, HwmfText.WmfSetTextCharExtra::new) ,setTextColor(0x0209, HwmfText.WmfSetTextColor::new) ,setTextJustification(0x020a, HwmfText.WmfSetTextJustification::new) ,setViewportExt(0x020e, HwmfWindowing.WmfSetViewportExt::new) ,setViewportOrg(0x020d, HwmfWindowing.WmfSetViewportOrg::new) ,setWindowExt(0x020c, HwmfWindowing.WmfSetWindowExt::new) ,setWindowOrg(0x020b, HwmfWindowing.WmfSetWindowOrg::new) ,stretchBlt(0x0b23, HwmfFill.WmfStretchBlt::new) ,stretchDib(0x0f43, HwmfFill.WmfStretchDib::new) ,textOut(0x0521, HwmfText.WmfTextOut::new) ; public final int id; public final Supplier<? extends HwmfRecord> constructor; HwmfRecordType(int id, Supplier<? extends HwmfRecord> constructor) { this.id = id; this.constructor = constructor; } public static HwmfRecordType getById(int id) { for (HwmfRecordType wrt : values()) { if (wrt.id == id) return wrt; } return null; } }
⏎ org/apache/poi/hwmf/record/HwmfRecordType.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, 34403👍, 0💬
Popular Posts:
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
commons-lang-1.0.1.jar is the JAR file for Apache Commons Lang 1.0.1, which provides a host of helpe...
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...