📄 entities.java
字号:
/* * $Id: Entities.java,v 1.19 2002/07/09 10:41:33 blowagie Exp $ * $Name: $ * * Copyright 1999, 2000, 2001, 2002 Bruno Lowagie. * * The contents of this file are subject to the Mozilla Public License Version 1.1 * (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.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the License. * * The Original Code is 'iText, a free JAVA-PDF library'. * * The Initial Developer of the Original Code is Bruno Lowagie. Portions created by * the Initial Developer are Copyright (C) 1999, 2000, 2001, 2002 by Bruno Lowagie. * All Rights Reserved. * Co-Developer of the code is Paulo Soares. Portions created by the Co-Developer * are Copyright (C) 2000, 2001, 2002 by Paulo Soares. All Rights Reserved. * * Contributor(s): all the names of the contributors are added in the source code * where applicable. * * Alternatively, the contents of this file may be used under the terms of the * LGPL license (the "GNU LIBRARY GENERAL PUBLIC LICENSE"), in which case the * provisions of LGPL are applicable instead of those above. If you wish to * allow use of your version of this file only under the terms of the LGPL * License and not to allow others to use your version of this file under * the MPL, indicate your decision by deleting the provisions above and * replace them with the notice and other provisions required by the LGPL. * If you do not delete the provisions above, a recipient may use your version * of this file under either the MPL or the GNU LIBRARY GENERAL PUBLIC LICENSE. * * This library is free software; you can redistribute it and/or modify it * under the terms of the MPL as stated above or under the terms of the GNU * Library General Public License as published by the Free Software Foundation; * either version 2 of the License, or any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Library general Public License for more * details. * * If you didn't download this code from the following link, you should check if * you aren't using an obsolete version: * http://www.lowagie.com/iText/ */package com.lowagie.text;import java.util.HashMap;/** * This class contains entities that can be used in an entity tag. */public class Entities { /** This is a map that contains all possible id values of the entity tag. */ public static final HashMap map; static { map = new HashMap(); map.put("169", new Integer(227)); map.put("172", new Integer(216)); map.put("174", new Integer(210)); map.put("177", new Integer(177)); map.put("215", new Integer(180)); map.put("247", new Integer(184)); map.put("8230", new Integer(188)); map.put("8242", new Integer(162)); map.put("8243", new Integer(178)); map.put("8260", new Integer(164)); map.put("8364", new Integer(240)); map.put("8465", new Integer(193)); map.put("8472", new Integer(195)); map.put("8476", new Integer(194)); map.put("8482", new Integer(212)); map.put("8501", new Integer(192)); map.put("8592", new Integer(172)); map.put("8593", new Integer(173)); map.put("8594", new Integer(174)); map.put("8595", new Integer(175)); map.put("8596", new Integer(171)); map.put("8629", new Integer(191)); map.put("8656", new Integer(220)); map.put("8657", new Integer(221)); map.put("8658", new Integer(222)); map.put("8659", new Integer(223)); map.put("8660", new Integer(219)); map.put("8704", new Integer(34)); map.put("8706", new Integer(182)); map.put("8707", new Integer(36)); map.put("8709", new Integer(198)); map.put("8711", new Integer(209)); map.put("8712", new Integer(206)); map.put("8713", new Integer(207)); map.put("8717", new Integer(39)); map.put("8719", new Integer(213)); map.put("8721", new Integer(229)); map.put("8722", new Integer(45)); map.put("8727", new Integer(42)); map.put("8729", new Integer(183)); map.put("8730", new Integer(214)); map.put("8733", new Integer(181)); map.put("8734", new Integer(165)); map.put("8736", new Integer(208)); map.put("8743", new Integer(217)); map.put("8744", new Integer(218)); map.put("8745", new Integer(199)); map.put("8746", new Integer(200)); map.put("8747", new Integer(242)); map.put("8756", new Integer(92)); map.put("8764", new Integer(126)); map.put("8773", new Integer(64)); map.put("8776", new Integer(187)); map.put("8800", new Integer(185)); map.put("8801", new Integer(186)); map.put("8804", new Integer(163)); map.put("8805", new Integer(179)); map.put("8834", new Integer(204)); map.put("8835", new Integer(201)); map.put("8836", new Integer(203)); map.put("8838", new Integer(205)); map.put("8839", new Integer(202)); map.put("8853", new Integer(197)); map.put("8855", new Integer(196)); map.put("8869", new Integer(94)); map.put("8901", new Integer(215)); map.put("8992", new Integer(243)); map.put("8993", new Integer(245)); map.put("9001", new Integer(225)); map.put("9002", new Integer(241)); map.put("913", new Integer(65)); map.put("914", new Integer(66)); map.put("915", new Integer(71)); map.put("916", new Integer(68)); map.put("917", new Integer(69)); map.put("918", new Integer(90)); map.put("919", new Integer(72)); map.put("920", new Integer(81)); map.put("921", new Integer(73)); map.put("922", new Integer(75)); map.put("923", new Integer(76)); map.put("924", new Integer(77)); map.put("925", new Integer(78)); map.put("926", new Integer(88)); map.put("927", new Integer(79)); map.put("928", new Integer(80)); map.put("929", new Integer(82)); map.put("931", new Integer(83)); map.put("932", new Integer(84)); map.put("933", new Integer(85)); map.put("934", new Integer(70)); map.put("935", new Integer(67)); map.put("936", new Integer(89)); map.put("937", new Integer(87)); map.put("945", new Integer(97)); map.put("946", new Integer(98)); map.put("947", new Integer(103)); map.put("948", new Integer(100)); map.put("949", new Integer(101)); map.put("950", new Integer(122)); map.put("951", new Integer(104)); map.put("952", new Integer(113)); map.put("953", new Integer(105)); map.put("954", new Integer(107)); map.put("955", new Integer(108)); map.put("956", new Integer(109)); map.put("957", new Integer(110)); map.put("958", new Integer(120)); map.put("959", new Integer(111)); map.put("960", new Integer(112)); map.put("961", new Integer(114)); map.put("962", new Integer(86)); map.put("963", new Integer(115)); map.put("964", new Integer(116)); map.put("965", new Integer(117)); map.put("966", new Integer(102)); map.put("967", new Integer(99)); map.put("9674", new Integer(224)); map.put("968", new Integer(121)); map.put("969", new Integer(119)); map.put("977", new Integer(74)); map.put("978", new Integer(161)); map.put("981", new Integer(106)); map.put("982", new Integer(118)); map.put("9824", new Integer(170)); map.put("9827", new Integer(167)); map.put("9829", new Integer(169)); map.put("9830", new Integer(168));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -