You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/03/18 19:46:09 UTC

[04/51] [partial] pdfbox-docs git commit: PDFBOX-3030: add 2.0.0 javadoc

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/3010c6b8/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/class-use/COSDictionary.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/class-use/COSDictionary.html b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/class-use/COSDictionary.html
new file mode 100644
index 0000000..d16f257
--- /dev/null
+++ b/content/docs/2.0.0/javadocs/org/apache/pdfbox/cos/class-use/COSDictionary.html
@@ -0,0 +1,2800 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.pdfbox.cos.COSDictionary (Apache PDFBox 2.0.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.pdfbox.cos.COSDictionary (Apache PDFBox 2.0.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/pdfbox/cos/class-use/COSDictionary.html" target="_top">Frames</a></li>
+<li><a href="COSDictionary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.pdfbox.cos.COSDictionary" class="title">Uses of Class<br>org.apache.pdfbox.cos.COSDictionary</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.contentstream.operator">org.apache.pdfbox.contentstream.operator</a></td>
+<td class="colLast">
+<div class="block">This package contains implementations of all of the PDF operators.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.cos">org.apache.pdfbox.cos</a></td>
+<td class="colLast">
+<div class="block">These are the low level objects that make up a PDF document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.filter">org.apache.pdfbox.filter</a></td>
+<td class="colLast">
+<div class="block">This package will hold the PDFBox implementations of the filters that are used in PDF documents.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdfparser">org.apache.pdfbox.pdfparser</a></td>
+<td class="colLast">
+<div class="block">The pdfparser package contains classes to parse PDF documents and objects within the document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdfwriter">org.apache.pdfbox.pdfwriter</a></td>
+<td class="colLast">
+<div class="block">This is the persistence layer used to write the PDFBox documents to a stream.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel">org.apache.pdfbox.pdmodel</a></td>
+<td class="colLast">
+<div class="block">The PDModel package represents a high level API for creating and manipulating PDF documents.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.common">org.apache.pdfbox.pdmodel.common</a></td>
+<td class="colLast">
+<div class="block">High level PD classes that are used throughout several packages are placed in the PDModel common package.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.common.filespecification">org.apache.pdfbox.pdmodel.common.filespecification</a></td>
+<td class="colLast">
+<div class="block">The file specification package defines classes that are used for the PDF File Specification logic.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.common.function">org.apache.pdfbox.pdmodel.common.function</a></td>
+<td class="colLast">
+<div class="block">This package contains functions that are available in the PDF specification.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure</a></td>
+<td class="colLast">
+<div class="block">The logical structure package provides a mechanism for incorporating
+structural information about a document's content into a PDF file.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.markedcontent">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a></td>
+<td class="colLast">
+<div class="block">The marked content package provides a mechanism for modeling marked-content
+sequences.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.prepress">org.apache.pdfbox.pdmodel.documentinterchange.prepress</a></td>
+<td class="colLast">
+<div class="block">This package contains classes for prepress support in PDFBox.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf</a></td>
+<td class="colLast">
+<div class="block">The tagged PDF package provides a mechanism for incorporating "tags" (standard
+structure types and attributes) into a PDF file.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.encryption">org.apache.pdfbox.pdmodel.encryption</a></td>
+<td class="colLast">
+<div class="block">The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.fdf">org.apache.pdfbox.pdmodel.fdf</a></td>
+<td class="colLast">
+<div class="block">The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.font">org.apache.pdfbox.pdmodel.font</a></td>
+<td class="colLast">
+<div class="block">Classes to deal with font functionality in a PDF Document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.font.encoding">org.apache.pdfbox.pdmodel.font.encoding</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.color">org.apache.pdfbox.pdmodel.graphics.color</a></td>
+<td class="colLast">
+<div class="block">This package deals with colors that are stored in a PDF document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.form">org.apache.pdfbox.pdmodel.graphics.form</a></td>
+<td class="colLast">
+<div class="block">This package deals with Form XObjects that are stored in a PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.image">org.apache.pdfbox.pdmodel.graphics.image</a></td>
+<td class="colLast">
+<div class="block">This package deals with images that are stored in a PDF document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.optionalcontent">org.apache.pdfbox.pdmodel.graphics.optionalcontent</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.pattern">org.apache.pdfbox.pdmodel.graphics.pattern</a></td>
+<td class="colLast">
+<div class="block">This package deals with patterns which are used instead of colors.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.shading">org.apache.pdfbox.pdmodel.graphics.shading</a></td>
+<td class="colLast">
+<div class="block">This package deals with shadings which are used for filling instead of a color.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.graphics.state">org.apache.pdfbox.pdmodel.graphics.state</a></td>
+<td class="colLast">
+<div class="block">This package deals with graphics states within the PDF document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.action">org.apache.pdfbox.pdmodel.interactive.action</a></td>
+<td class="colLast">
+<div class="block">This package represents actions that can be performed in a PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.annotation">org.apache.pdfbox.pdmodel.interactive.annotation</a></td>
+<td class="colLast">
+<div class="block">The annotation package contains classes that work with PDF annotation elements.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.digitalsignature">org.apache.pdfbox.pdmodel.interactive.digitalsignature</a></td>
+<td class="colLast">
+<div class="block">The digitial signature library will manage signatures that are stored in the PDF document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible">org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible</a></td>
+<td class="colLast">
+<div class="block">This is the visual signature part that help creating the visual representation for the digital signature.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline">org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline</a></td>
+<td class="colLast">
+<div class="block">The outline package allows for a PDF outline(bookmarks) to be created.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.form">org.apache.pdfbox.pdmodel.interactive.form</a></td>
+<td class="colLast">
+<div class="block">The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.measurement">org.apache.pdfbox.pdmodel.interactive.measurement</a></td>
+<td class="colLast">
+<div class="block">The measurement package contains classes that work with elements specifying measure properties.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.pagenavigation">org.apache.pdfbox.pdmodel.interactive.pagenavigation</a></td>
+<td class="colLast">
+<div class="block">A package to allow provide access to PDF page navigation functionality.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.interactive.viewerpreferences">org.apache.pdfbox.pdmodel.interactive.viewerpreferences</a></td>
+<td class="colLast">
+<div class="block">A package to allow access to document viewing preferences.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.pdfbox.text">org.apache.pdfbox.text</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.pdfbox.contentstream.operator">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/contentstream/operator/package-summary.html">org.apache.pdfbox.contentstream.operator</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/contentstream/operator/package-summary.html">org.apache.pdfbox.contentstream.operator</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">Operator.</span><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/Operator.html#getImageParameters()">getImageParameters</a></strong>()</code>
+<div class="block">This will get the image parameters, this is only valid for BI operators.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/contentstream/operator/package-summary.html">org.apache.pdfbox.contentstream.operator</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">Operator.</span><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/Operator.html#setImageParameters(org.apache.pdfbox.cos.COSDictionary)">setImageParameters</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;params)</code>
+<div class="block">This will set the image parameters, this is only valid for BI operators.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.cos">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/cos/package-summary.html">org.apache.pdfbox.cos</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/cos/package-summary.html">org.apache.pdfbox.cos</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a></strong></code>
+<div class="block">This class represents a stream object in a PDF document.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/cos/package-summary.html">org.apache.pdfbox.cos</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSDictionary.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html#asUnmodifiableDictionary()">asUnmodifiableDictionary</a></strong>()</code>
+<div class="block">Returns an unmodifiable view of this dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSDocument.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDocument.html#getEncryptionDictionary()">getEncryptionDictionary</a></strong>()</code>
+<div class="block">This will get the encryption dictionary if the document is encrypted or null
+ if the document is not encrypted.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSDocument.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDocument.html#getTrailer()">getTrailer</a></strong>()</code>
+<div class="block">This will get the document trailer.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/cos/package-summary.html">org.apache.pdfbox.cos</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">COSDictionary.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html#addAll(org.apache.pdfbox.cos.COSDictionary)">addAll</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">This will add all of the dictionarys keys/values to this dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a></code></td>
+<td class="colLast"><span class="strong">COSDocument.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDocument.html#createCOSStream(org.apache.pdfbox.cos.COSDictionary)">createCOSStream</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a new COSStream using the current configuration for scratch files.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">COSDictionary.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html#mergeInto(org.apache.pdfbox.cos.COSDictionary)">mergeInto</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">This will add all of the dictionarys keys/values to this dictionary, but only if they don't already exist.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">COSDocument.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDocument.html#setEncryptionDictionary(org.apache.pdfbox.cos.COSDictionary)">setEncryptionDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;encDictionary)</code>
+<div class="block">This will set the encryption dictionary, this should only be called when
+ encrypting the document.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">COSDocument.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDocument.html#setTrailer(org.apache.pdfbox.cos.COSDictionary)">setTrailer</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;newTrailer)</code>
+<div class="block">// MIT added, maybe this should not be supported as trailer is a persistence construct.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><span class="strong">ICOSVisitor.</span><code><strong><a href="../../../../../org/apache/pdfbox/cos/ICOSVisitor.html#visitFromDictionary(org.apache.pdfbox.cos.COSDictionary)">visitFromDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;obj)</code>
+<div class="block">Notification of visit to dictionary object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/cos/package-summary.html">org.apache.pdfbox.cos</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html#COSDictionary(org.apache.pdfbox.cos.COSDictionary)">COSDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Copy Constructor.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.filter">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/filter/package-summary.html">org.apache.pdfbox.filter</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/filter/package-summary.html">org.apache.pdfbox.filter</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">Filter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/Filter.html#getDecodeParams(org.apache.pdfbox.cos.COSDictionary,%20int)">getDecodeParams</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary,
+               int&nbsp;index)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">DecodeResult.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/DecodeResult.html#getParameters()">getParameters</a></strong>()</code>
+<div class="block">Returns the stream parameters, repaired using the embedded stream data.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/filter/package-summary.html">org.apache.pdfbox.filter</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/filter/DecodeResult.html" title="class in org.apache.pdfbox.filter">DecodeResult</a></code></td>
+<td class="colLast"><span class="strong">LZWFilter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/LZWFilter.html#decode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary,%20int)">decode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;encoded,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;decoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters,
+      int&nbsp;index)</code>
+<div class="block">Decodes data, producing the original non-encoded data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/filter/DecodeResult.html" title="class in org.apache.pdfbox.filter">DecodeResult</a></code></td>
+<td class="colLast"><span class="strong">JPXFilter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/JPXFilter.html#decode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary,%20int)">decode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;encoded,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;decoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters,
+      int&nbsp;index)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../../org/apache/pdfbox/filter/DecodeResult.html" title="class in org.apache.pdfbox.filter">DecodeResult</a></code></td>
+<td class="colLast"><span class="strong">Filter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/Filter.html#decode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary,%20int)">decode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;encoded,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;decoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters,
+      int&nbsp;index)</code>
+<div class="block">Decodes data, producing the original non-encoded data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">LZWFilter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/LZWFilter.html#encode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary)">encode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;rawData,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;encoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters)</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">JPXFilter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/JPXFilter.html#encode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary)">encode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;input,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;encoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><span class="strong">Filter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/Filter.html#encode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary)">encode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;input,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;encoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">Filter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/Filter.html#encode(java.io.InputStream,%20java.io.OutputStream,%20org.apache.pdfbox.cos.COSDictionary,%20int)">encode</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;input,
+      <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;encoded,
+      <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;parameters,
+      int&nbsp;index)</code>
+<div class="block">Encodes data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">Filter.</span><code><strong><a href="../../../../../org/apache/pdfbox/filter/Filter.html#getDecodeParams(org.apache.pdfbox.cos.COSDictionary,%20int)">getDecodeParams</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary,
+               int&nbsp;index)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdfparser">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdfparser/package-summary.html">org.apache.pdfbox.pdfparser</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdfparser/package-summary.html">org.apache.pdfbox.pdfparser</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">XrefTrailerResolver.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#getCurrentTrailer()">getCurrentTrailer</a></strong>()</code>
+<div class="block">Returns the trailer last set by <a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#setTrailer(org.apache.pdfbox.cos.COSDictionary)"><code>XrefTrailerResolver.setTrailer(COSDictionary)</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">XrefTrailerResolver.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#getFirstTrailer()">getFirstTrailer</a></strong>()</code>
+<div class="block">Returns the first trailer if at least one exists.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">XrefTrailerResolver.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#getLastTrailer()">getLastTrailer</a></strong>()</code>
+<div class="block">Returns the last trailer if at least one exists.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">XrefTrailerResolver.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#getTrailer()">getTrailer</a></strong>()</code>
+<div class="block">Gets the resolved trailer.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">BaseParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/BaseParser.html#parseCOSDictionary()">parseCOSDictionary</a></strong>()</code>
+<div class="block">This will parse a PDF dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/COSParser.html#parseXref(long)">parseXref</a></strong>(long&nbsp;startXRefOffset)</code>
+<div class="block">Parses cross reference tables.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/COSParser.html#rebuildTrailer()">rebuildTrailer</a></strong>()</code>
+<div class="block">Rebuild the trailer dictionary if startxref can't be found.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdfparser/package-summary.html">org.apache.pdfbox.pdfparser</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">PDFXRefStream.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/PDFXRefStream.html#addTrailerInfo(org.apache.pdfbox.cos.COSDictionary)">addTrailerInfo</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;trailerDict)</code>
+<div class="block">Copy all Trailer Information to this file.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSStream.html" title="class in org.apache.pdfbox.cos">COSStream</a></code></td>
+<td class="colLast"><span class="strong">COSParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/COSParser.html#parseCOSStream(org.apache.pdfbox.cos.COSDictionary)">parseCOSStream</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">This will read a COSStream from the input stream using length attribute within dictionary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">COSParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/COSParser.html#parseDictObjects(org.apache.pdfbox.cos.COSDictionary,%20org.apache.pdfbox.cos.COSName...)">parseDictObjects</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict,
+                <a href="../../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>...&nbsp;excludeObjects)</code>
+<div class="block">Will parse every object necessary to load a single page from the pdf document.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></code></td>
+<td class="colLast"><span class="strong">COSParser.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/COSParser.html#parseTrailerValuesDynamically(org.apache.pdfbox.cos.COSDictionary)">parseTrailerValuesDynamically</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;trailer)</code>
+<div class="block">Parse the values of the trailer dictionary and return the root object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">XrefTrailerResolver.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfparser/XrefTrailerResolver.html#setTrailer(org.apache.pdfbox.cos.COSDictionary)">setTrailer</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;trailer)</code>
+<div class="block">Adds trailer information for current XRef object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdfwriter">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdfwriter/package-summary.html">org.apache.pdfbox.pdfwriter</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdfwriter/package-summary.html">org.apache.pdfbox.pdfwriter</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><span class="strong">COSWriter.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#visitFromDictionary(org.apache.pdfbox.cos.COSDictionary)">visitFromDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;obj)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/package-summary.html">org.apache.pdfbox.pdmodel</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/package-summary.html">org.apache.pdfbox.pdmodel</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDResources.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDResources.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Returns the underlying dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDPageTree.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDPageTree.html#getCOSObject()">getCOSObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDPage.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDPage.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDDocumentNameDictionary.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDDocumentNameDestinationDictionary.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentNameDestinationDictionary.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDDocumentInformation.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentInformation.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">This will get the underlying dictionary that this object wraps.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDDocumentCatalog.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/package-summary.html">org.apache.pdfbox.pdmodel</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a></code></td>
+<td class="colLast"><span class="strong">PDStructureElementNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDStructureElementNameTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a></code></td>
+<td class="colLast"><span class="strong">PDJavascriptNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDJavascriptNameTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a></code></td>
+<td class="colLast"><span class="strong">PDEmbeddedFilesNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDEmbeddedFilesNameTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a></code></td>
+<td class="colLast"><span class="strong">PDDestinationNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a></code></td>
+<td class="colLast"><span class="strong">PDPageTree.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDPageTree.html#getInheritableAttribute(org.apache.pdfbox.cos.COSDictionary,%20org.apache.pdfbox.cos.COSName)">getInheritableAttribute</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;node,
+                       <a href="../../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;key)</code>
+<div class="block">Returns the given attribute, inheriting from parent tree nodes if necessary.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/pdmodel/package-summary.html">org.apache.pdfbox.pdmodel</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html#PDDestinationNameTreeNode(org.apache.pdfbox.cos.COSDictionary)">PDDestinationNameTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html#PDDocumentCatalog(org.apache.pdfbox.pdmodel.PDDocument,%20org.apache.pdfbox.cos.COSDictionary)">PDDocumentCatalog</a></strong>(<a href="../../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;doc,
+                 <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;rootDictionary)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentInformation.html#PDDocumentInformation(org.apache.pdfbox.cos.COSDictionary)">PDDocumentInformation</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor that is used for a preexisting dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentNameDestinationDictionary.html#PDDocumentNameDestinationDictionary(org.apache.pdfbox.cos.COSDictionary)">PDDocumentNameDestinationDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.html#PDDocumentNameDictionary(org.apache.pdfbox.pdmodel.PDDocumentCatalog,%20org.apache.pdfbox.cos.COSDictionary)">PDDocumentNameDictionary</a></strong>(<a href="../../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html" title="class in org.apache.pdfbox.pdmodel">PDDocumentCatalog</a>&nbsp;cat,
+                        <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;names)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDEmbeddedFilesNameTreeNode.html#PDEmbeddedFilesNameTreeNode(org.apache.pdfbox.cos.COSDictionary)">PDEmbeddedFilesNameTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDJavascriptNameTreeNode.html#PDJavascriptNameTreeNode(org.apache.pdfbox.cos.COSDictionary)">PDJavascriptNameTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDPage.html#PDPage(org.apache.pdfbox.cos.COSDictionary)">PDPage</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;pageDictionary)</code>
+<div class="block">Creates a new instance of PDPage for reading.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDPageTree.html#PDPageTree(org.apache.pdfbox.cos.COSDictionary)">PDPageTree</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;root)</code>
+<div class="block">Constructor for reading.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDResources.html#PDResources(org.apache.pdfbox.cos.COSDictionary)">PDResources</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;resourceDictionary)</code>
+<div class="block">Constructor for reading.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDResources.html#PDResources(org.apache.pdfbox.cos.COSDictionary,%20org.apache.pdfbox.pdmodel.ResourceCache)">PDResources</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;resourceDictionary,
+           <a href="../../../../../org/apache/pdfbox/pdmodel/ResourceCache.html" title="interface in org.apache.pdfbox.pdmodel">ResourceCache</a>&nbsp;resourceCache)</code>
+<div class="block">Constructor for reading.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/PDStructureElementNameTreeNode.html#PDStructureElementNameTreeNode(org.apache.pdfbox.cos.COSDictionary)">PDStructureElementNameTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel.common">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/common/package-summary.html">org.apache.pdfbox.pdmodel.common</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/common/package-summary.html">org.apache.pdfbox.pdmodel.common</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">COSDictionaryMap.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html#convert(java.util.Map)">convert</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;someMap)</code>
+<div class="block">This will take a map&lt;java.lang.String,org.apache.pdfbox.pdmodel.COSObjectable&gt;
+ and convert it into a COSDictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDPageLabelRange.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Returns the underlying dictionary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDNumberTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNumberTreeNode.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDDictionaryWrapper.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDDictionaryWrapper.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/common/package-summary.html">org.apache.pdfbox.pdmodel.common</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html" title="class in org.apache.pdfbox.pdmodel.common">COSDictionaryMap</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
+<td class="colLast"><span class="strong">COSDictionaryMap.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html#convertBasicTypesToMap(org.apache.pdfbox.cos.COSDictionary)">convertBasicTypesToMap</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;map)</code>
+<div class="block">This will take a COS dictionary and convert it into COSDictionaryMap.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNumberTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNumberTreeNode</a></code></td>
+<td class="colLast"><span class="strong">PDNumberTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNumberTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Create a child node object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a>&lt;<a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="type parameter in PDNameTreeNode">T</a>&gt;</code></td>
+<td class="colLast"><span class="strong">PDNameTreeNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html#createChildNode(org.apache.pdfbox.cos.COSDictionary)">createChildNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Create a child node object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/pdmodel/common/package-summary.html">org.apache.pdfbox.pdmodel.common</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/COSArrayList.html#COSArrayList(E,%20org.apache.pdfbox.cos.COSBase,%20org.apache.pdfbox.cos.COSDictionary,%20org.apache.pdfbox.cos.COSName)">COSArrayList</a></strong>(<a href="../../../../../org/apache/pdfbox/pdmodel/common/COSArrayList.html" title="type parameter in COSArrayList">E</a>&nbsp;actualObject,
+            <a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&nbsp;item,
+            <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary,
+            <a href="../../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;dictionaryKey)</code>
+<div class="block">This is a really special constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html#COSDictionaryMap(java.util.Map,%20org.apache.pdfbox.cos.COSDictionary)">COSDictionaryMap</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html" title="type parameter in COSDictionaryMap">K</a>,<a href="../../../../../org/apache/pdfbox/pdmodel/common/COSDictionaryMap.html" title="type parameter in COSDictionaryMap">V</a>&gt;&nbsp;actualsMap,
+                <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dicMap)</code>
+<div class="block">Constructor for this map.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDDictionaryWrapper.html#PDDictionaryWrapper(org.apache.pdfbox.cos.COSDictionary)">PDDictionaryWrapper</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a new instance with a given COS dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html#PDNameTreeNode(org.apache.pdfbox.cos.COSDictionary)">PDNameTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDNumberTreeNode.html#PDNumberTreeNode(org.apache.pdfbox.cos.COSDictionary,%20java.lang.Class)">PDNumberTreeNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict,
+                <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/pdfbox/pdmodel/common/COSObjectable.html" title="interface in org.apache.pdfbox.pdmodel.common">COSObjectable</a>&gt;&nbsp;valueClass)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#PDPageLabelRange(org.apache.pdfbox.cos.COSDictionary)">PDPageLabelRange</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Creates a new page label range object from the given dictionary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDPageLabels.html#PDPageLabels(org.apache.pdfbox.pdmodel.PDDocument,%20org.apache.pdfbox.cos.COSDictionary)">PDPageLabels</a></strong>(<a href="../../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;document,
+            <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Creates an page label dictionary for a document using the information in
+ the given COS dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/PDTypedDictionaryWrapper.html#PDTypedDictionaryWrapper(org.apache.pdfbox.cos.COSDictionary)">PDTypedDictionaryWrapper</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a new instance with a given COS dictionary.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel.common.filespecification">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/common/filespecification/package-summary.html">org.apache.pdfbox.pdmodel.common.filespecification</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/common/filespecification/package-summary.html">org.apache.pdfbox.pdmodel.common.filespecification</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDComplexFileSpecification.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/filespecification/PDComplexFileSpecification.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/pdmodel/common/filespecification/package-summary.html">org.apache.pdfbox.pdmodel.common.filespecification</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/filespecification/PDComplexFileSpecification.html#PDComplexFileSpecification(org.apache.pdfbox.cos.COSDictionary)">PDComplexFileSpecification</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dict)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel.common.function">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/common/function/package-summary.html">org.apache.pdfbox.pdmodel.common.function</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/common/function/package-summary.html">org.apache.pdfbox.pdmodel.common.function</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDFunction.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/common/function/PDFunction.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Returns the stream.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDStructureNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureNode.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDObjectReference.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDObjectReference.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Returns the underlying dictionary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDMarkInfo.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkInfo.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDMarkedContentReference.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.html#getCOSObject()">getCOSObject</a></strong>()</code>
+<div class="block">Convert this standard java object to a COS object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureNode.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDStructureNode</a></code></td>
+<td class="colLast"><span class="strong">PDStructureNode.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureNode.html#create(org.apache.pdfbox.cos.COSDictionary)">create</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;node)</code>
+<div class="block">Creates a node in the structure tree.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDAttributeObject</a></code></td>
+<td class="colLast"><span class="strong">PDAttributeObject.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDAttributeObject.html#create(org.apache.pdfbox.cos.COSDictionary)">create</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates an attribute object.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
+<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure</a> with parameters of type <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDAttributeObject.html#PDAttributeObject(org.apache.pdfbox.cos.COSDictionary)">PDAttributeObject</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a new attribute object with a given dictionary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDDefaultAttributeObject.html#PDDefaultAttributeObject(org.apache.pdfbox.cos.COSDictionary)">PDDefaultAttributeObject</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Creates a default attribute object with a given dictionary.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.html#PDMarkedContentReference(org.apache.pdfbox.cos.COSDictionary)">PDMarkedContentReference</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Constructor for an existing marked content reference.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkInfo.html#PDMarkInfo(org.apache.pdfbox.cos.COSDictionary)">PDMarkInfo</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor for an existing MarkInfo element.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDObjectReference.html#PDObjectReference(org.apache.pdfbox.cos.COSDictionary)">PDObjectReference</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;theDictionary)</code>
+<div class="block">Constructor for an existing object reference.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureElement.html#PDStructureElement(org.apache.pdfbox.cos.COSDictionary)">PDStructureElement</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor for an existing structure element.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureNode.html#PDStructureNode(org.apache.pdfbox.cos.COSDictionary)">PDStructureNode</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>
+<div class="block">Constructor for an existing structure node.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureTreeRoot.html#PDStructureTreeRoot(org.apache.pdfbox.cos.COSDictionary)">PDStructureTreeRoot</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dic)</code>
+<div class="block">Constructor for an existing structure element.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.html#PDUserAttributeObject(org.apache.pdfbox.cos.COSDictionary)">PDUserAttributeObject</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserProperty.html#PDUserProperty(org.apache.pdfbox.cos.COSDictionary,%20org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDUserAttributeObject)">PDUserProperty</a></strong>(<a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a>&nbsp;dictionary,
+              <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDUserAttributeObject</a>&nbsp;userAttributeObject)</code>
+<div class="block">Creates a user property with a given dictionary.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.pdfbox.pdmodel.documentinterchange.markedcontent">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a> in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
+<caption><span>Fields in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a> declared as <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDPropertyList.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.html#dict">dict</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/package-summary.html">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a> that return <a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDPropertyList.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDPropertyList.html#getCOSObject()">getCOSObject</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/cos/COSDictionary.html" title="class in org.apache.pdfbox.cos">COSDictionary</a></code></td>
+<td class="colLast"><span class="strong">PDMarkedContent.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdmodel/documentinterchange/markedcontent/PDMarkedCo

<TRUNCATED>