📄 pdfname.java
字号:
/*
* $Id: PdfName.java,v 1.16 2001/12/10 13:53:21 blowagie Exp $
* $Name: $
*
* Copyright 1999, 2000, 2001 by Bruno Lowagie.
*
* This library is free software; you can redistribute it and/or modify it
* 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.
*
* You should have received a copy of the GNU Library General Public License along
* with this library; if not, write to the Free Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA.
*
* 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/
*
* ir-arch Bruno Lowagie,
* Adolf Baeyensstraat 121
* 9040 Sint-Amandsberg
* BELGIUM
* tel. +32 (0)9 228.10.97
* bruno@lowagie.com
*
* Special thanks to Nassib Nassar of Etymon Systems, Inc. (info@etymon.com)
* I used most of the public static membervariables of his class PjName.
*
* Very special thanks to Troy Harrison, Systems Consultant
* of CNA Life Department-Information Technology
* Troy.Harrison@cnalife.com <mailto:Troy.Harrison@cnalife.com>
* His input concerning the changes in version rugPdf0.20 was
* really very important.
*/
package com.lowagie.text.pdf;
/**
* <CODE>PdfName</CODE> is an object that can be used as a name in a PDF-file.
* <P>
* A name, like a string, is a sequence of characters. It must begin with a slash
* followed by a sequence of ASCII characters in the range 32 through 136 except
* %, (, ), [, ], <, >, {, }, / and #. Any character except 0x00 may be included
* in a name by writing its twocharacter hex code, preceded by #. The maximum number
* of characters in a name is 127.<BR>
* This object is described in the 'Portable Document Format Reference Manual version 1.3'
* section 4.5 (page 39-40).
* <P>
*
* @see PdfObject
* @see PdfDictionary
* @see BadPdfFormatException
*/
public class PdfName extends PdfObject {
// static membervariables (a variety of standard names used in PDF)
/** This is a static final PdfName */
public static final PdfName A = new PdfName("/A", 0);
/** This is a static final PdfName */
public static final PdfName AA = new PdfName("/AA", 0);
/** This is a static final PdfName */
public static final PdfName ACTION = new PdfName("/Action", 0);
/** This is a static final PdfName */
public static final PdfName ANNOT = new PdfName("/Annot", 0);
/** This is a static final PdfName */
public static final PdfName ANNOTS = new PdfName("/Annots", 0);
/** This is a static final PdfName */
public static final PdfName ASCII85DECODE = new PdfName("/ASCII85Decode", 0);
/** This is a static final PdfName */
public static final PdfName ASCIIHEXDECODE = new PdfName("/ASCIIHexDecode", 0);
/** This is a static final PdfName */
public static final PdfName AUTHOR = new PdfName("/Author", 0);
/** This is a static final PdfName */
public static final PdfName B = new PdfName("/B", 0);
/** This is a static final PdfName */
public static final PdfName BASEFONT = new PdfName("/BaseFont", 0);
/** This is a static final PdfName */
public static final PdfName BBOX = new PdfName("/BBox", 0);
/** This is a static final PdfName */
public static final PdfName BITSPERCOMPONENT = new PdfName("/BitsPerComponent", 0);
/** This is a static final PdfName */
public static final PdfName BLACKIS1 = new PdfName("/BlackIs1", 0);
/** This is a static final PdfName */
public static final PdfName BORDER = new PdfName("/Border", 0);
/** This is a static final PdfName */
public static final PdfName BS = new PdfName("/BS", 0);
/** This is a static final PdfName */
public static final PdfName C = new PdfName("/C", 0);
/** This is a static final PdfName */
public static final PdfName CATALOG = new PdfName("/Catalog", 0);
/** This is a static final PdfName */
public static final PdfName CCITTFAXDECODE = new PdfName("/CCITTFaxDecode", 0);
/** This is a static final PdfName */
public static final PdfName CENTERWINDOW = new PdfName("/CenterWindow", 0);
/** This is a static final PdfName */
public static final PdfName COLORS = new PdfName("/Colors", 0);
/** This is a static final PdfName */
public static final PdfName COLORSPACE = new PdfName("/ColorSpace", 0);
/** This is a static final PdfName */
public static final PdfName COLUMNS = new PdfName("/Columns", 0);
/** This is a static final PdfName */
public static final PdfName CONTENT = new PdfName("/Content", 0);
/** This is a static final PdfName */
public static final PdfName CONTENTS = new PdfName("/Contents", 0);
/** This is a static final PdfName */
public static final PdfName COUNT = new PdfName("/Count", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName COURIER = new PdfName("/Courier", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName COURIER_BOLD = new PdfName("/Courier-Bold", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName COURIER_OBLIQUE = new PdfName("/Courier-Oblique", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName COURIER_BOLDOBLIQUE = new PdfName("/Courier-BoldOblique", 0);
/** This is a static final PdfName */
public static final PdfName CREATIONDATE = new PdfName("/CreationDate", 0);
/** This is a static final PdfName */
public static final PdfName CREATOR = new PdfName("/Creator", 0);
/** This is a static final PdfName */
public static final PdfName CROPBOX = new PdfName("/CropBox", 0);
/** This is a static final PdfName */
public static final PdfName D = new PdfName("/D", 0);
/** This is a static final PdfName */
public static final PdfName DCTDECODE = new PdfName("/DCTDecode", 0);
/** This is a static final PdfName */
public static final PdfName DECODEPARMS = new PdfName("/DecodeParms", 0);
/** This is a static final PdfName */
public static final PdfName DEST = new PdfName("/Dest", 0);
/** This is a static final PdfName */
public static final PdfName DESTS = new PdfName("/Dests", 0);
/** This is a static final PdfName */
public static final PdfName DEVICEGRAY = new PdfName("/DeviceGray", 0);
/** This is a static final PdfName */
public static final PdfName DEVICERGB = new PdfName("/DeviceRGB", 0);
/** This is a static final PdfName */
public static final PdfName DEVICECMYK = new PdfName("/DeviceCMYK", 0);
/** This is a static final PdfName */
public static final PdfName DIRECTION = new PdfName("/Direction", 0);
/** This is a static final PdfName */
public static final PdfName DUR = new PdfName("/Dur", 0);
/** This is a static final PdfName */
public static final PdfName EARLYCHANGE = new PdfName("/EarlyChange", 0);
/** This is a static final PdfName */
public static final PdfName ENCODEDBYTEALIGN = new PdfName("/EncodedByteAlign", 0);
/** This is a static final PdfName */
public static final PdfName ENCODING = new PdfName("/Encoding", 0);
/** This is a static final PdfName */
public static final PdfName ENCRYPT = new PdfName("/Encrypt", 0);
/** This is a static final PdfName */
public static final PdfName ENDOFBLOCK = new PdfName("/EndOfBlock", 0);
/** This is a static final PdfName */
public static final PdfName ENDOFLINE = new PdfName("/EndOfLine", 0);
/** This is a static final PdfName */
public static final PdfName EXTGSTATE = new PdfName("/ExtGState", 0);
/** This is a static final PdfName */
public static final PdfName F = new PdfName("/F", 0);
/** This is a static final PdfName */
public static final PdfName FDECODEPARMS = new PdfName("/FDecodeParms", 0);
/** This is a static final PdfName */
public static final PdfName FFILTER = new PdfName("/FFilter", 0);
/** This is a static final PdfName */
public static final PdfName FILTER = new PdfName("/Filter", 0);
/** This is a static final PdfName */
public static final PdfName FIRST = new PdfName("/First", 0);
/** This is a static final PdfName */
public static final PdfName FIRSTCHAR = new PdfName("/FirstChar", 0);
/** This is a static final PdfName */
public static final PdfName FIT = new PdfName("/Fit", 0);
/** This is a static final PdfName */
public static final PdfName FITH = new PdfName("/FitH", 0);
/** This is a static final PdfName */
public static final PdfName FITV = new PdfName("/FitV", 0);
/** This is a static final PdfName */
public static final PdfName FITR = new PdfName("/FitR", 0);
/** This is a static final PdfName */
public static final PdfName FITB = new PdfName("/FitB", 0);
/** This is a static final PdfName */
public static final PdfName FITBH = new PdfName("/FitBH", 0);
/** This is a static final PdfName */
public static final PdfName FITBV = new PdfName("/FitBV", 0);
/** This is a static final PdfName */
public static final PdfName FITWINDOW = new PdfName("/FitWindow", 0);
/** This is a static final PdfName */
public static final PdfName FLATEDECODE = new PdfName("/FlateDecode", 0);
/** This is a static final PdfName */
public static final PdfName FONT = new PdfName("/Font", 0);
/** This is a static final PdfName */
public static final PdfName FONTDESCRIPTOR = new PdfName("/FontDescriptor", 0);
/** This is a static final PdfName */
public static final PdfName FORM = new PdfName("/Form", 0);
/** This is a static final PdfName */
public static final PdfName FORMTYPE = new PdfName("/FormType", 0);
/** This is a static final PdfName */
public static final PdfName FULLSCREEN = new PdfName("/FullScreen", 0);
/** This is a static final PdfName of an attribute. */
public static final PdfName GOTO = new PdfName("/GoTo", 0);
/** This is a static final PdfName of an attribute. */
public static final PdfName GOTOR = new PdfName("/GoToR", 0);
/** This is a static final PdfName of an attribute. */
public static final PdfName HEIGHT = new PdfName("/Height", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName HELVETICA = new PdfName("/Helvetica", 0);
/** This is a static final PdfName of a base 14 type 1 font */
public static final PdfName HELVETICA_BOLD = new PdfName("/Helvetica-Bold", 0);
/** This is a static PdfName PdfName of a base 14 type 1 font */
public static final PdfName HELVETICA_OBLIQUE = new PdfName("/Helvetica-Oblique", 0);
/** This is a static PdfName PdfName of a base 14 type 1 font */
public static final PdfName HELVETICA_BOLDOBLIQUE = new PdfName("/Helvetica-BoldOblique", 0);
/** This is a static final PdfName */
public static final PdfName HID = new PdfName("/Hid", 0);
/** This is a static final PdfName */
public static final PdfName HIDEMENUBAR = new PdfName("/HideMenubar", 0);
/** This is a static final PdfName */
public static final PdfName HIDETOOLBAR = new PdfName("/HideToolbar", 0);
/** This is a static final PdfName */
public static final PdfName HIDEWINDOWUI = new PdfName("/HideWindowUI", 0);
/** This is a static final PdfName */
public static final PdfName ID = new PdfName("/ID", 0);
/** This is a static final PdfName */
public static final PdfName IMAGE = new PdfName("/Image", 0);
/** This is a static final PdfName */
public static final PdfName IMAGEB = new PdfName("/ImageB", 0);
/** This is a static final PdfName */
public static final PdfName IMAGEC = new PdfName("/ImageC", 0);
/** This is a static final PdfName */
public static final PdfName IMAGEI = new PdfName("/ImageI", 0);
/** This is a static final PdfName */
public static final PdfName INDEXED = new PdfName("/Indexed", 0);
/** This is a static final PdfName */
public static final PdfName INFO = new PdfName("/Info", 0);
/** This is a static final PdfName */
public static final PdfName K = new PdfName("/K", 0);
/** This is a static final PdfName */
public static final PdfName KEYWORDS = new PdfName("/Keywords", 0);
/** This is a static final PdfName */
public static final PdfName KIDS = new PdfName("/Kids", 0);
/** This is a static final PdfName */
public static final PdfName L2R = new PdfName("/L2R", 0);
/** This is a static final PdfName */
public static final PdfName LAST = new PdfName("/Last", 0);
/** This is a static final PdfName */
public static final PdfName LASTCHAR = new PdfName("/LastChar", 0);
/** This is a static final PdfName */
public static final PdfName LENGTH = new PdfName("/Length", 0);
/** This is a static final PdfName */
public static final PdfName LIMITS = new PdfName("/Limits", 0);
/** This is a static final PdfName */
public static final PdfName LINK = new PdfName("/Link", 0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -