亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? propertyidmap.java

?? java 報表 to office文檔: 本包由java語言開發(fā)
?? JAVA
字號:
/* ====================================================================   Copyright 2002-2004   Apache Software Foundation   Licensed 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.hpsf.wellknown;import java.util.Collections;import java.util.HashMap;import java.util.Map;/** * <p>This is a dictionary which maps property ID values to property * ID strings.</p> * * <p>The methods {@link #getSummaryInformationProperties} and {@link * #getDocumentSummaryInformationProperties} return singleton {@link * PropertyIDMap}s. An application that wants to extend these maps * should treat them as unmodifiable, copy them and modifiy the * copies.</p> * * @author Rainer Klute <a * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a> * @version $Id: PropertyIDMap.java,v 1.14 2004/08/15 15:20:08 klute Exp $ * @since 2002-02-09 */public class PropertyIDMap extends HashMap{    /*     * The following definitions are for property IDs in the first     * (and only) section of the Summary Information property set.     */    /** <p>ID of the property that denotes the document's title</p> */    public static final int PID_TITLE = 2;    /** <p>ID of the property that denotes the document's subject</p> */    public static final int PID_SUBJECT = 3;    /** <p>ID of the property that denotes the document's author</p> */    public static final int PID_AUTHOR = 4;    /** <p>ID of the property that denotes the document's keywords</p> */    public static final int PID_KEYWORDS = 5;    /** <p>ID of the property that denotes the document's comments</p> */    public static final int PID_COMMENTS = 6;    /** <p>ID of the property that denotes the document's template</p> */    public static final int PID_TEMPLATE = 7;    /** <p>ID of the property that denotes the document's last author</p> */    public static final int PID_LASTAUTHOR = 8;    /** <p>ID of the property that denotes the document's revision number</p> */    public static final int PID_REVNUMBER = 9;    /** <p>ID of the property that denotes the document's edit time</p> */    public static final int PID_EDITTIME = 10;    /** <p>ID of the property that denotes the date and time the document was     * last printed</p> */    public static final int PID_LASTPRINTED = 11;    /** <p>ID of the property that denotes the date and time the document was     * created.</p> */    public static final int PID_CREATE_DTM = 12;    /** <p>ID of the property that denotes the date and time the document was     * saved</p> */    public static final int PID_LASTSAVE_DTM = 13;    /** <p>ID of the property that denotes the number of pages in the     * document</p> */    public static final int PID_PAGECOUNT = 14;    /** <p>ID of the property that denotes the number of words in the     * document</p> */    public static final int PID_WORDCOUNT = 15;    /** <p>ID of the property that denotes the number of characters in the     * document</p> */    public static final int PID_CHARCOUNT = 16;    /** <p>ID of the property that denotes the document's thumbnail</p> */    public static final int PID_THUMBNAIL = 17;    /** <p>ID of the property that denotes the application that created the     * document</p> */    public static final int PID_APPNAME = 18;    /** <p>ID of the property that denotes whether read/write access to the     * document is allowed or whether is should be opened as read-only. It can     * have the following values:</p>     *      * <table>     *  <tbody>     *   <tr>     *    <th><p>Value</p></th>     *    <th><p>Description</p></th>     *   </tr>     *   <tr>     *    <th><p>0</p></th>     *    <th><p>No restriction</p></th>     *   </tr>     *   <tr>     *    <th><p>2</p></th>     *    <th><p>Read-only recommended</p></th>     *   </tr>     *   <tr>     *    <th><p>4</p></th>     *    <th><p>Read-only enforced</p></th>     *   </tr>     *  </tbody>     * </table>     */    public static final int PID_SECURITY = 19;    /*     * The following definitions are for property IDs in the first     * section of the Document Summary Information property set.     */    /**      * <p>The entry is a dictionary.</p>     */    public static final int PID_DICTIONARY = 0;    /**     * <p>The entry denotes a code page.</p>     */    public static final int PID_CODEPAGE = 1;    /**      * <p>The entry is a string denoting the category the file belongs     * to, e.g. review, memo, etc. This is useful to find documents of     * same type.</p>     */    public static final int PID_CATEGORY = 2;    /**      * <p>Target format for power point presentation, e.g. 35mm,     * printer, video etc.</p>     */    public static final int PID_PRESFORMAT = 3;    /**      * <p>Number of bytes.</p>     */    public static final int PID_BYTECOUNT = 4;    /**      * <p>Number of lines.</p>     */    public static final int PID_LINECOUNT = 5;    /**      * <p>Number of paragraphs.</p>     */    public static final int PID_PARCOUNT = 6;    /**      * <p>Number of slides in a power point presentation.</p>     */    public static final int PID_SLIDECOUNT = 7;    /**      * <p>Number of slides with notes.</p>     */    public static final int PID_NOTECOUNT = 8;    /**      * <p>Number of hidden slides.</p>     */    public static final int PID_HIDDENCOUNT = 9;    /**      * <p>Number of multimedia clips, e.g. sound or video.</p>     */    public static final int PID_MMCLIPCOUNT = 10;    /**      * <p>This entry is set to -1 when scaling of the thumbnail is     * desired. Otherwise the thumbnail should be cropped.</p>     */    public static final int PID_SCALE = 11;    /**      * <p>This entry denotes an internally used property. It is a     * vector of variants consisting of pairs of a string (VT_LPSTR)     * and a number (VT_I4). The string is a heading name, and the     * number tells how many document parts are under that     * heading.</p>     */    public static final int PID_HEADINGPAIR = 12;    /**      * <p>This entry contains the names of document parts (word: names     * of the documents in the master document, excel: sheet names,     * power point: slide titles, binder: document names).</p>     */    public static final int PID_DOCPARTS = 13;    /**      * <p>This entry contains the name of the project manager.</p>     */    public static final int PID_MANAGER = 14;    /**      * <p>This entry contains the company name.</p>     */    public static final int PID_COMPANY = 15;    /**      * <p>If this entry is -1 the links are dirty and should be     * re-evaluated.</p>     */    public static final int PID_LINKSDIRTY = 16;    /**     * <p>Contains the summary information property ID values and     * associated strings. See the overall HPSF documentation for     * details!</p>     */    private static PropertyIDMap summaryInformationProperties;    /**     * <p>Contains the summary information property ID values and     * associated strings. See the overall HPSF documentation for     * details!</p>     */    private static PropertyIDMap documentSummaryInformationProperties;    /**     * <p>Creates a {@link PropertyIDMap}.</p>     *      * @param initialCapacity The initial capacity as defined for     * {@link HashMap}     * @param loadFactor The load factor as defined for {@link HashMap}     */    public PropertyIDMap(final int initialCapacity, final float loadFactor)    {        super(initialCapacity, loadFactor);    }    /**     * <p>Creates a {@link PropertyIDMap} backed by another map.</p>     *      * @param map The instance to be created is backed by this map.     */    public PropertyIDMap(final Map map)    {        super(map);    }    /**     * <p>Puts a ID string for an ID into the {@link     * PropertyIDMap}.</p>     *     * @param id The ID.     * @param idString The ID string.     * @return As specified by the {@link java.util.Map} interface, this method     * returns the previous value associated with the specified     * <var>id</var>, or <code>null</code> if there was no mapping for     * key.     */    public Object put(final long id, final String idString)    {        return put(new Long(id), idString);    }    /**     * <p>Gets the ID string for an ID from the {@link     * PropertyIDMap}.</p>     *     * @param id The ID.     * @return The ID string associated with <var>id</var>.     */    public Object get(final long id)    {        return get(new Long(id));    }    /**     * @return the Summary Information properties singleton     */    public static PropertyIDMap getSummaryInformationProperties()    {        if (summaryInformationProperties == null)        {            PropertyIDMap m = new PropertyIDMap(18, (float) 1.0);            m.put(PID_TITLE, "PID_TITLE");            m.put(PID_SUBJECT, "PID_SUBJECT");            m.put(PID_AUTHOR, "PID_AUTHOR");            m.put(PID_KEYWORDS, "PID_KEYWORDS");            m.put(PID_COMMENTS, "PID_COMMENTS");            m.put(PID_TEMPLATE, "PID_TEMPLATE");            m.put(PID_LASTAUTHOR, "PID_LASTAUTHOR");            m.put(PID_REVNUMBER, "PID_REVNUMBER");            m.put(PID_EDITTIME, "PID_EDITTIME");            m.put(PID_LASTPRINTED, "PID_LASTPRINTED");            m.put(PID_CREATE_DTM, "PID_CREATE_DTM");            m.put(PID_LASTSAVE_DTM, "PID_LASTSAVE_DTM");            m.put(PID_PAGECOUNT, "PID_PAGECOUNT");            m.put(PID_WORDCOUNT, "PID_WORDCOUNT");            m.put(PID_CHARCOUNT, "PID_CHARCOUNT");            m.put(PID_THUMBNAIL, "PID_THUMBNAIL");            m.put(PID_APPNAME, "PID_APPNAME");            m.put(PID_SECURITY, "PID_SECURITY");            summaryInformationProperties =                new PropertyIDMap(Collections.unmodifiableMap(m));        }        return summaryInformationProperties;    }    /**     * <p>Returns the Document Summary Information properties     * singleton.</p>     *     * @return The Document Summary Information properties singleton.     */    public static PropertyIDMap getDocumentSummaryInformationProperties()    {        if (documentSummaryInformationProperties == null)        {            PropertyIDMap m = new PropertyIDMap(17, (float) 1.0);            m.put(PID_DICTIONARY, "PID_DICTIONARY");            m.put(PID_CODEPAGE, "PID_CODEPAGE");            m.put(PID_CATEGORY, "PID_CATEGORY");            m.put(PID_PRESFORMAT, "PID_PRESFORMAT");            m.put(PID_BYTECOUNT, "PID_BYTECOUNT");            m.put(PID_LINECOUNT, "PID_LINECOUNT");            m.put(PID_PARCOUNT, "PID_PARCOUNT");            m.put(PID_SLIDECOUNT, "PID_SLIDECOUNT");            m.put(PID_NOTECOUNT, "PID_NOTECOUNT");            m.put(PID_HIDDENCOUNT, "PID_HIDDENCOUNT");            m.put(PID_MMCLIPCOUNT, "PID_MMCLIPCOUNT");            m.put(PID_SCALE, "PID_SCALE");            m.put(PID_HEADINGPAIR, "PID_HEADINGPAIR");            m.put(PID_DOCPARTS, "PID_DOCPARTS");            m.put(PID_MANAGER, "PID_MANAGER");            m.put(PID_COMPANY, "PID_COMPANY");            m.put(PID_LINKSDIRTY, "PID_LINKSDIRTY");            documentSummaryInformationProperties =                new PropertyIDMap(Collections.unmodifiableMap(m));        }        return documentSummaryInformationProperties;    }    /**     * <p>For the most basic testing.</p>     *     * @param args The command-line arguments     */    public static void main(final String[] args)    {        PropertyIDMap s1 = getSummaryInformationProperties();        PropertyIDMap s2 = getDocumentSummaryInformationProperties();        System.out.println("s1: " + s1);        System.out.println("s2: " + s2);    }}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线不卡中文字幕| 亚洲第一电影网| 中文字幕免费不卡| 久久久高清一区二区三区| 久久一区二区三区四区| 精品国产免费久久| 久久只精品国产| 2024国产精品| 国产人成亚洲第一网站在线播放| 久久九九久久九九| 欧美经典一区二区三区| 亚洲国产精品精华液ab| 亚洲欧洲www| 亚洲同性同志一二三专区| 亚洲人成在线播放网站岛国| 亚洲精选一二三| 图片区日韩欧美亚洲| 视频在线观看一区| 麻豆精品在线观看| 国v精品久久久网| 91网上在线视频| 欧美日韩在线播放一区| 日韩午夜在线播放| 国产日产欧美一区二区三区| 亚洲欧美日韩中文播放| 性做久久久久久| 国产麻豆精品在线观看| www.日韩精品| 欧美三区在线视频| 精品国产免费久久| 综合久久久久久久| 天堂精品中文字幕在线| 国产酒店精品激情| 色视频成人在线观看免| 欧美一区二区三区啪啪| 欧美国产欧美亚州国产日韩mv天天看完整 | 国产99久久久国产精品潘金| 99久精品国产| 91精品国产乱| 中文字幕亚洲欧美在线不卡| 亚洲超碰精品一区二区| 国产在线日韩欧美| 色一区在线观看| 2023国产精品| 亚洲小少妇裸体bbw| 黄色日韩三级电影| 一本久久综合亚洲鲁鲁五月天 | 亚洲制服丝袜av| 久久99日本精品| 日本精品裸体写真集在线观看| 制服丝袜成人动漫| 国产精品午夜久久| 日韩激情视频在线观看| 成人avav影音| 日韩欧美中文字幕制服| 亚洲精品免费在线播放| 极品销魂美女一区二区三区| 色94色欧美sute亚洲线路一久| 久久综合九色综合97婷婷| 亚洲精品成人少妇| 欧美精品电影在线播放| 欧美激情一区二区三区不卡| 奇米精品一区二区三区在线观看| 成人18视频日本| 久久先锋资源网| 五月激情综合网| 日本道免费精品一区二区三区| 久久这里只精品最新地址| 亚洲午夜久久久久中文字幕久| 成人动漫中文字幕| 精品99一区二区| 首页国产欧美日韩丝袜| 色美美综合视频| 国产精品久久久久久久岛一牛影视| 奇米影视一区二区三区小说| 欧美性xxxxxxxx| 午夜视频一区二区| 91天堂素人约啪| 欧美极品少妇xxxxⅹ高跟鞋| 久久99国产精品免费| 欧美福利视频一区| 亚洲综合在线第一页| 91在线视频网址| 国产精品久久三区| 成人免费毛片片v| 国产色91在线| 国产精品综合一区二区三区| 日韩免费观看高清完整版| 亚洲成av人片| 欧美精品乱人伦久久久久久| 亚洲永久精品大片| 欧美性受xxxx黑人xyx性爽| 日韩理论片网站| 99国产精品久| 亚洲视频一二三| 97精品久久久久中文字幕| 国产精品久久午夜夜伦鲁鲁| 成人综合在线观看| 亚洲国产精品99久久久久久久久 | 精品日韩欧美一区二区| 青青草原综合久久大伊人精品| 91精品在线一区二区| 日本在线不卡一区| 欧美一区二区视频免费观看| 七七婷婷婷婷精品国产| 日韩一区二区中文字幕| 蜜桃av一区二区| 精品欧美黑人一区二区三区| 精品一区二区三区香蕉蜜桃| 欧美大片日本大片免费观看| 久久99热这里只有精品| 精品动漫一区二区三区在线观看| 精品一区二区三区av| 久久日韩粉嫩一区二区三区| 国产高清不卡一区二区| 国产精品久久久久aaaa樱花| 色久优优欧美色久优优| 性欧美大战久久久久久久久| 日韩欧美黄色影院| 国模娜娜一区二区三区| 日本一区二区高清| 色天天综合久久久久综合片| 婷婷亚洲久悠悠色悠在线播放| 337p亚洲精品色噜噜| 国产麻豆精品在线| 亚洲色图在线视频| 在线一区二区三区四区五区 | 奇米色一区二区三区四区| 精品国免费一区二区三区| 国产精品99久久久久久久女警| 国产欧美精品一区aⅴ影院 | 亚洲精品一区二区三区福利| 国模大尺度一区二区三区| 亚洲欧洲日韩女同| 欧美日韩成人一区| 国产一区二区三区久久悠悠色av| 成人欧美一区二区三区1314| 欧美午夜不卡视频| 九九热在线视频观看这里只有精品| 久久久精品免费观看| 色婷婷亚洲一区二区三区| 日韩va亚洲va欧美va久久| 中文字幕免费不卡在线| 欧美日韩www| 风间由美一区二区av101| 亚洲综合另类小说| 精品久久久久一区| 91亚洲国产成人精品一区二三 | 91免费小视频| 蜜臀av一区二区| 亚洲天堂精品在线观看| 日韩精品中文字幕在线一区| 成人av免费在线观看| 日韩福利视频网| ...xxx性欧美| 精品免费日韩av| 精品视频一区二区不卡| 国产不卡视频在线观看| 午夜伦理一区二区| 国产精品第四页| 精品国产制服丝袜高跟| 欧美手机在线视频| 懂色av一区二区三区免费观看 | 宅男在线国产精品| 96av麻豆蜜桃一区二区| 精东粉嫩av免费一区二区三区| 亚洲资源在线观看| 国产精品超碰97尤物18| 日韩欧美亚洲国产另类| 欧美午夜免费电影| av激情成人网| 国产一本一道久久香蕉| 日韩国产在线观看一区| 亚洲日本在线视频观看| 国产色产综合产在线视频| 日韩欧美精品三级| 欧美日韩国产另类不卡| 一本色道久久综合亚洲精品按摩| 国产一区二区三区不卡在线观看| 亚洲高清中文字幕| 亚洲乱码国产乱码精品精98午夜| 久久久久成人黄色影片| 日韩视频一区在线观看| 欧洲一区在线观看| 91丨porny丨中文| 国产精品一区二区在线看| 久久91精品国产91久久小草| 午夜精品免费在线观看| 亚洲综合一区在线| 亚洲精品中文字幕在线观看| 亚洲欧美在线aaa| 中文久久乱码一区二区| 国产亚洲欧美激情| 精品久久久久久最新网址| 欧美一区日本一区韩国一区| 51精品秘密在线观看| 欧美丰满少妇xxxbbb| 欧美在线观看视频一区二区| 99视频精品在线| 97精品久久久午夜一区二区三区|