📄 pdfdictionary.html
字号:
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#isFont()">isFont</A></B>()</CODE>
<BR>
Checks if a <CODE>Dictionary</CODE> is of the type FONT.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#isOutlineTree()">isOutlineTree</A></B>()</CODE>
<BR>
Checks if a <CODE>Dictionary</CODE> is of the type OUTLINES.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#isPage()">isPage</A></B>()</CODE>
<BR>
Checks if a <CODE>Dictionary</CODE> is of the type PAGE.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#isPages()">isPages</A></B>()</CODE>
<BR>
Checks if a <CODE>Dictionary</CODE> is of the type PAGES.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#merge(com.lowagie.text.pdf.PdfDictionary)">merge</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html">PdfDictionary</A> other)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#put(com.lowagie.text.pdf.PdfName, com.lowagie.text.pdf.PdfObject)">put</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> key, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A> value)</CODE>
<BR>
Adds a <CODE>PdfObject</CODE> and its key to the <CODE>PdfDictionary</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#putAll(com.lowagie.text.pdf.PdfDictionary)">putAll</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html">PdfDictionary</A> dic)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#putDel(com.lowagie.text.pdf.PdfName, com.lowagie.text.pdf.PdfObject)">putDel</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> key, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A> value)</CODE>
<BR>
Adds a <CODE>PdfObject</CODE> and its key to the <CODE>PdfDictionary</CODE>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#putEx(com.lowagie.text.pdf.PdfName, com.lowagie.text.pdf.PdfObject)">putEx</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> key, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A> value)</CODE>
<BR>
Adds a <CODE>PdfObject</CODE> and its key to the <CODE>PdfDictionary</CODE>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#remove(com.lowagie.text.pdf.PdfName)">remove</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> key)</CODE>
<BR>
Removes a <CODE>PdfObject</CODE> and its key from the <CODE>PdfDictionary</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> byte[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/lowagie/text/pdf/PdfDictionary.html#toPdf(com.lowagie.text.pdf.PdfWriter)">toPdf</A></B>(<A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html">PdfWriter</A> writer)</CODE>
<BR>
Returns the PDF representation of this <CODE>PdfDictionary</CODE>.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.lowagie.text.pdf.PdfObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class com.lowagie.text.pdf.<A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isArray()">isArray</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isBoolean()">isBoolean</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isDictionary()">isDictionary</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isName()">isName</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isNull()">isNull</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isNumber()">isNumber</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isStream()">isStream</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#isString()">isString</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#length()">length</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#pdfLength()">pdfLength</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#setContent(java.lang.String)">setContent</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#toString()">toString</A>, <A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#type()">type</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="FONT"><!-- --></A><H3>
FONT</H3>
<PRE>
public static final <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>FONT</B></PRE>
<DL>
<DD>This is a possible type of dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="OUTLINES"><!-- --></A><H3>
OUTLINES</H3>
<PRE>
public static final <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>OUTLINES</B></PRE>
<DL>
<DD>This is a possible type of dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="PAGE"><!-- --></A><H3>
PAGE</H3>
<PRE>
public static final <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>PAGE</B></PRE>
<DL>
<DD>This is a possible type of dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="PAGES"><!-- --></A><H3>
PAGES</H3>
<PRE>
public static final <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>PAGES</B></PRE>
<DL>
<DD>This is a possible type of dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="CATALOG"><!-- --></A><H3>
CATALOG</H3>
<PRE>
public static final <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>CATALOG</B></PRE>
<DL>
<DD>This is a possible type of dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="dictionaryType"><!-- --></A><H3>
dictionaryType</H3>
<PRE>
private <A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> <B>dictionaryType</B></PRE>
<DL>
<DD>This is the type of this dictionary
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="hashMap"><!-- --></A><H3>
hashMap</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/HashMap.html">HashMap</A> <B>hashMap</B></PRE>
<DL>
<DD>This is the hashmap that contains all the values and keys of the dictionary
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="PdfDictionary()"><!-- --></A><H3>
PdfDictionary</H3>
<PRE>
public <B>PdfDictionary</B>()</PRE>
<DL>
<DD>Constructs an empty <CODE>PdfDictionary</CODE>-object.
<P>
</DL>
<HR>
<A NAME="PdfDictionary(com.lowagie.text.pdf.PdfName)"><!-- --></A><H3>
PdfDictionary</H3>
<PRE>
public <B>PdfDictionary</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfName.html">PdfName</A> type)</PRE>
<DL>
<DD>Constructs a <CODE>PdfDictionary</CODE>-object of a certain type.
<P>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - a <CODE>PdfName</CODE></DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="toPdf(com.lowagie.text.pdf.PdfWriter)"><!-- --></A><H3>
toPdf</H3>
<PRE>
public byte[] <B>toPdf</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html">PdfWriter</A> writer)</PRE>
<DL>
<DD>Returns the PDF representation of this <CODE>PdfDictionary</CODE>.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/pdf/PdfObject.html#toPdf(com.lowagie.text.pdf.PdfWriter)">toPdf</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A></CODE></DL>
</DD>
<DD><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -