blob: 90315e7ca09ece54944fdd75c11a05185ca9fa78 [file] [log] [blame]
<!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>Constant Field Values (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="Constant Field Values (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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.apache">org.apache.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.apache">
<!-- -->
</a>
<h2 title="org.apache">org.apache.*</h2>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.filter.<a href="org/apache/pdfbox/filter/LZWFilter.html" title="class in org.apache.pdfbox.filter">LZWFilter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.filter.LZWFilter.CLEAR_TABLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<td><code><a href="org/apache/pdfbox/filter/LZWFilter.html#CLEAR_TABLE">CLEAR_TABLE</a></code></td>
<td class="colLast"><code>256L</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.filter.LZWFilter.EOD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
<td><code><a href="org/apache/pdfbox/filter/LZWFilter.html#EOD">EOD</a></code></td>
<td class="colLast"><code>257L</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdfparser.<a href="org/apache/pdfbox/pdfparser/BaseParser.html" title="class in org.apache.pdfbox.pdfparser">BaseParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.A">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#A">A</a></code></td>
<td class="colLast"><code>97</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.ASCII_CR">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;byte</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#ASCII_CR">ASCII_CR</a></code></td>
<td class="colLast"><code>13</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.ASCII_LF">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;byte</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#ASCII_LF">ASCII_LF</a></code></td>
<td class="colLast"><code>10</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.B">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#B">B</a></code></td>
<td class="colLast"><code>98</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.D">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#D">D</a></code></td>
<td class="colLast"><code>100</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.DEF">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#DEF">DEF</a></code></td>
<td class="colLast"><code>"def"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.E">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#E">E</a></code></td>
<td class="colLast"><code>101</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.ENDOBJ_STRING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#ENDOBJ_STRING">ENDOBJ_STRING</a></code></td>
<td class="colLast"><code>"endobj"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.ENDSTREAM_STRING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#ENDSTREAM_STRING">ENDSTREAM_STRING</a></code></td>
<td class="colLast"><code>"endstream"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.J">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#J">J</a></code></td>
<td class="colLast"><code>106</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.M">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#M">M</a></code></td>
<td class="colLast"><code>109</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.N">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#N">N</a></code></td>
<td class="colLast"><code>110</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.O">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#O">O</a></code></td>
<td class="colLast"><code>111</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.R">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#R">R</a></code></td>
<td class="colLast"><code>114</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.S">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#S">S</a></code></td>
<td class="colLast"><code>115</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.STREAM_STRING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#STREAM_STRING">STREAM_STRING</a></code></td>
<td class="colLast"><code>"stream"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.BaseParser.T">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/BaseParser.html#T">T</a></code></td>
<td class="colLast"><code>116</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdfparser.<a href="org/apache/pdfbox/pdfparser/COSParser.html" title="class in org.apache.pdfbox.pdfparser">COSParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.COSParser.SYSPROP_EOFLOOKUPRANGE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/COSParser.html#SYSPROP_EOFLOOKUPRANGE">SYSPROP_EOFLOOKUPRANGE</a></code></td>
<td class="colLast"><code>"org.apache.pdfbox.pdfparser.nonSequentialPDFParser.eofLookupRange"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.COSParser.SYSPROP_PARSEMINIMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/COSParser.html#SYSPROP_PARSEMINIMAL">SYSPROP_PARSEMINIMAL</a></code></td>
<td class="colLast"><code>"org.apache.pdfbox.pdfparser.nonSequentialPDFParser.parseMinimal"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdfparser.COSParser.TMP_FILE_PREFIX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdfparser/COSParser.html#TMP_FILE_PREFIX">TMP_FILE_PREFIX</a></code></td>
<td class="colLast"><code>"tmpPDF"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.common.<a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html" title="class in org.apache.pdfbox.pdmodel.common">PDPageLabelRange</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.common.PDPageLabelRange.STYLE_DECIMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#STYLE_DECIMAL">STYLE_DECIMAL</a></code></td>
<td class="colLast"><code>"D"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.common.PDPageLabelRange.STYLE_LETTERS_LOWER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#STYLE_LETTERS_LOWER">STYLE_LETTERS_LOWER</a></code></td>
<td class="colLast"><code>"a"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.common.PDPageLabelRange.STYLE_LETTERS_UPPER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#STYLE_LETTERS_UPPER">STYLE_LETTERS_UPPER</a></code></td>
<td class="colLast"><code>"A"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.common.PDPageLabelRange.STYLE_ROMAN_LOWER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#STYLE_ROMAN_LOWER">STYLE_ROMAN_LOWER</a></code></td>
<td class="colLast"><code>"r"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.common.PDPageLabelRange.STYLE_ROMAN_UPPER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/common/PDPageLabelRange.html#STYLE_ROMAN_UPPER">STYLE_ROMAN_UPPER</a></code></td>
<td class="colLast"><code>"R"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.<a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDMarkedContentReference</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDMarkedContentReference.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDMarkedContentReference.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"MCR"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.<a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDObjectReference.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDObjectReference</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDObjectReference.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDObjectReference.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"OBJR"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.<a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureElement.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDStructureElement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDStructureElement.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"StructElem"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.<a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure">PDUserAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDUserAttributeObject.OWNER_USER_PROPERTIES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/logicalstructure/PDUserAttributeObject.html#OWNER_USER_PROPERTIES">OWNER_USER_PROPERTIES</a></code></td>
<td class="colLast"><code>"UserProperties"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.prepress.<a href="org/apache/pdfbox/pdmodel/documentinterchange/prepress/PDBoxStyle.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.prepress">PDBoxStyle</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.prepress.PDBoxStyle.GUIDELINE_STYLE_DASHED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/prepress/PDBoxStyle.html#GUIDELINE_STYLE_DASHED">GUIDELINE_STYLE_DASHED</a></code></td>
<td class="colLast"><code>"D"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.prepress.PDBoxStyle.GUIDELINE_STYLE_SOLID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/prepress/PDBoxStyle.html#GUIDELINE_STYLE_SOLID">GUIDELINE_STYLE_SOLID</a></code></td>
<td class="colLast"><code>"S"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDExportFormatAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_CSS_1_00">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_CSS_1_00">OWNER_CSS_1_00</a></code></td>
<td class="colLast"><code>"CSS-1.00"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_CSS_2_00">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_CSS_2_00">OWNER_CSS_2_00</a></code></td>
<td class="colLast"><code>"CSS-2.00"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_HTML_3_20">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_HTML_3_20">OWNER_HTML_3_20</a></code></td>
<td class="colLast"><code>"HTML-3.2"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_HTML_4_01">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_HTML_4_01">OWNER_HTML_4_01</a></code></td>
<td class="colLast"><code>"HTML-4.01"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_OEB_1_00">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_OEB_1_00">OWNER_OEB_1_00</a></code></td>
<td class="colLast"><code>"OEB-1.00"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_RTF_1_05">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_RTF_1_05">OWNER_RTF_1_05</a></code></td>
<td class="colLast"><code>"RTF-1.05"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDExportFormatAttributeObject.OWNER_XML_1_00">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDExportFormatAttributeObject.html#OWNER_XML_1_00">OWNER_XML_1_00</a></code></td>
<td class="colLast"><code>"XML-1.00"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDLayoutAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BLOCK_ALIGN_AFTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BLOCK_ALIGN_AFTER">BLOCK_ALIGN_AFTER</a></code></td>
<td class="colLast"><code>"After"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BLOCK_ALIGN_BEFORE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BLOCK_ALIGN_BEFORE">BLOCK_ALIGN_BEFORE</a></code></td>
<td class="colLast"><code>"Before"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BLOCK_ALIGN_JUSTIFY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BLOCK_ALIGN_JUSTIFY">BLOCK_ALIGN_JUSTIFY</a></code></td>
<td class="colLast"><code>"Justify"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BLOCK_ALIGN_MIDDLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BLOCK_ALIGN_MIDDLE">BLOCK_ALIGN_MIDDLE</a></code></td>
<td class="colLast"><code>"Middle"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_DASHED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_DASHED">BORDER_STYLE_DASHED</a></code></td>
<td class="colLast"><code>"Dashed"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_DOTTED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_DOTTED">BORDER_STYLE_DOTTED</a></code></td>
<td class="colLast"><code>"Dotted"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_DOUBLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_DOUBLE">BORDER_STYLE_DOUBLE</a></code></td>
<td class="colLast"><code>"Double"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_GROOVE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_GROOVE">BORDER_STYLE_GROOVE</a></code></td>
<td class="colLast"><code>"Groove"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_HIDDEN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_HIDDEN">BORDER_STYLE_HIDDEN</a></code></td>
<td class="colLast"><code>"Hidden"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_INSET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_INSET">BORDER_STYLE_INSET</a></code></td>
<td class="colLast"><code>"Inset"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_NONE">BORDER_STYLE_NONE</a></code></td>
<td class="colLast"><code>"None"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_OUTSET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_OUTSET">BORDER_STYLE_OUTSET</a></code></td>
<td class="colLast"><code>"Outset"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_RIDGE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_RIDGE">BORDER_STYLE_RIDGE</a></code></td>
<td class="colLast"><code>"Ridge"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.BORDER_STYLE_SOLID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#BORDER_STYLE_SOLID">BORDER_STYLE_SOLID</a></code></td>
<td class="colLast"><code>"Solid"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_180_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_180_DEGREES">GLYPH_ORIENTATION_VERTICAL_180_DEGREES</a></code></td>
<td class="colLast"><code>"180"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_270_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_270_DEGREES">GLYPH_ORIENTATION_VERTICAL_270_DEGREES</a></code></td>
<td class="colLast"><code>"270"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_360_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_360_DEGREES">GLYPH_ORIENTATION_VERTICAL_360_DEGREES</a></code></td>
<td class="colLast"><code>"360"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_90_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_90_DEGREES">GLYPH_ORIENTATION_VERTICAL_90_DEGREES</a></code></td>
<td class="colLast"><code>"90"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_AUTO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_AUTO">GLYPH_ORIENTATION_VERTICAL_AUTO</a></code></td>
<td class="colLast"><code>"Auto"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES">GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES</a></code></td>
<td class="colLast"><code>"-180"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES">GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES</a></code></td>
<td class="colLast"><code>"-90"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES">GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES</a></code></td>
<td class="colLast"><code>"0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.HEIGHT_AUTO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#HEIGHT_AUTO">HEIGHT_AUTO</a></code></td>
<td class="colLast"><code>"Auto"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.INLINE_ALIGN_CENTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#INLINE_ALIGN_CENTER">INLINE_ALIGN_CENTER</a></code></td>
<td class="colLast"><code>"Center"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.INLINE_ALIGN_END">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#INLINE_ALIGN_END">INLINE_ALIGN_END</a></code></td>
<td class="colLast"><code>"End"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.INLINE_ALIGN_START">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#INLINE_ALIGN_START">INLINE_ALIGN_START</a></code></td>
<td class="colLast"><code>"Start"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.LINE_HEIGHT_AUTO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#LINE_HEIGHT_AUTO">LINE_HEIGHT_AUTO</a></code></td>
<td class="colLast"><code>"Auto"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.LINE_HEIGHT_NORMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#LINE_HEIGHT_NORMAL">LINE_HEIGHT_NORMAL</a></code></td>
<td class="colLast"><code>"Normal"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.OWNER_LAYOUT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#OWNER_LAYOUT">OWNER_LAYOUT</a></code></td>
<td class="colLast"><code>"Layout"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.PLACEMENT_BEFORE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#PLACEMENT_BEFORE">PLACEMENT_BEFORE</a></code></td>
<td class="colLast"><code>"Before"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.PLACEMENT_BLOCK">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#PLACEMENT_BLOCK">PLACEMENT_BLOCK</a></code></td>
<td class="colLast"><code>"Block"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.PLACEMENT_END">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#PLACEMENT_END">PLACEMENT_END</a></code></td>
<td class="colLast"><code>"End"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.PLACEMENT_INLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#PLACEMENT_INLINE">PLACEMENT_INLINE</a></code></td>
<td class="colLast"><code>"Inline"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.PLACEMENT_START">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#PLACEMENT_START">PLACEMENT_START</a></code></td>
<td class="colLast"><code>"Start"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_ALIGN_CENTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_ALIGN_CENTER">RUBY_ALIGN_CENTER</a></code></td>
<td class="colLast"><code>"Center"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_ALIGN_DISTRIBUTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_ALIGN_DISTRIBUTE">RUBY_ALIGN_DISTRIBUTE</a></code></td>
<td class="colLast"><code>"Distribute"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_ALIGN_END">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_ALIGN_END">RUBY_ALIGN_END</a></code></td>
<td class="colLast"><code>"End"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_ALIGN_JUSTIFY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_ALIGN_JUSTIFY">RUBY_ALIGN_JUSTIFY</a></code></td>
<td class="colLast"><code>"Justify"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_ALIGN_START">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_ALIGN_START">RUBY_ALIGN_START</a></code></td>
<td class="colLast"><code>"Start"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_POSITION_AFTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_POSITION_AFTER">RUBY_POSITION_AFTER</a></code></td>
<td class="colLast"><code>"After"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_POSITION_BEFORE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_POSITION_BEFORE">RUBY_POSITION_BEFORE</a></code></td>
<td class="colLast"><code>"Before"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_POSITION_INLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_POSITION_INLINE">RUBY_POSITION_INLINE</a></code></td>
<td class="colLast"><code>"Inline"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.RUBY_POSITION_WARICHU">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#RUBY_POSITION_WARICHU">RUBY_POSITION_WARICHU</a></code></td>
<td class="colLast"><code>"Warichu"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_ALIGN_CENTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_ALIGN_CENTER">TEXT_ALIGN_CENTER</a></code></td>
<td class="colLast"><code>"Center"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_ALIGN_END">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_ALIGN_END">TEXT_ALIGN_END</a></code></td>
<td class="colLast"><code>"End"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_ALIGN_JUSTIFY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_ALIGN_JUSTIFY">TEXT_ALIGN_JUSTIFY</a></code></td>
<td class="colLast"><code>"Justify"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_ALIGN_START">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_ALIGN_START">TEXT_ALIGN_START</a></code></td>
<td class="colLast"><code>"Start"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_DECORATION_TYPE_LINE_THROUGH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_DECORATION_TYPE_LINE_THROUGH">TEXT_DECORATION_TYPE_LINE_THROUGH</a></code></td>
<td class="colLast"><code>"LineThrough"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_DECORATION_TYPE_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_DECORATION_TYPE_NONE">TEXT_DECORATION_TYPE_NONE</a></code></td>
<td class="colLast"><code>"None"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_DECORATION_TYPE_OVERLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_DECORATION_TYPE_OVERLINE">TEXT_DECORATION_TYPE_OVERLINE</a></code></td>
<td class="colLast"><code>"Overline"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.TEXT_DECORATION_TYPE_UNDERLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#TEXT_DECORATION_TYPE_UNDERLINE">TEXT_DECORATION_TYPE_UNDERLINE</a></code></td>
<td class="colLast"><code>"Underline"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.WIDTH_AUTO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#WIDTH_AUTO">WIDTH_AUTO</a></code></td>
<td class="colLast"><code>"Auto"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.WRITING_MODE_LRTB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#WRITING_MODE_LRTB">WRITING_MODE_LRTB</a></code></td>
<td class="colLast"><code>"LrTb"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.WRITING_MODE_RLTB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#WRITING_MODE_RLTB">WRITING_MODE_RLTB</a></code></td>
<td class="colLast"><code>"RlTb"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDLayoutAttributeObject.WRITING_MODE_TBRL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDLayoutAttributeObject.html#WRITING_MODE_TBRL">WRITING_MODE_TBRL</a></code></td>
<td class="colLast"><code>"TbRl"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDListAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING">LIST_NUMBERING</a></code></td>
<td class="colLast"><code>"ListNumbering"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_CIRCLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_CIRCLE">LIST_NUMBERING_CIRCLE</a></code></td>
<td class="colLast"><code>"Circle"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_DECIMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_DECIMAL">LIST_NUMBERING_DECIMAL</a></code></td>
<td class="colLast"><code>"Decimal"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_DISC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_DISC">LIST_NUMBERING_DISC</a></code></td>
<td class="colLast"><code>"Disc"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_LOWER_ALPHA">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_LOWER_ALPHA">LIST_NUMBERING_LOWER_ALPHA</a></code></td>
<td class="colLast"><code>"LowerAlpha"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_LOWER_ROMAN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_LOWER_ROMAN">LIST_NUMBERING_LOWER_ROMAN</a></code></td>
<td class="colLast"><code>"LowerRoman"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_NONE">LIST_NUMBERING_NONE</a></code></td>
<td class="colLast"><code>"None"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_SQUARE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_SQUARE">LIST_NUMBERING_SQUARE</a></code></td>
<td class="colLast"><code>"Square"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_UPPER_ALPHA">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_UPPER_ALPHA">LIST_NUMBERING_UPPER_ALPHA</a></code></td>
<td class="colLast"><code>"UpperAlpha"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.LIST_NUMBERING_UPPER_ROMAN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#LIST_NUMBERING_UPPER_ROMAN">LIST_NUMBERING_UPPER_ROMAN</a></code></td>
<td class="colLast"><code>"UpperRoman"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDListAttributeObject.OWNER_LIST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDListAttributeObject.html#OWNER_LIST">OWNER_LIST</a></code></td>
<td class="colLast"><code>"List"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDPrintFieldAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.CHECKED_STATE_NEUTRAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#CHECKED_STATE_NEUTRAL">CHECKED_STATE_NEUTRAL</a></code></td>
<td class="colLast"><code>"neutral"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.CHECKED_STATE_OFF">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#CHECKED_STATE_OFF">CHECKED_STATE_OFF</a></code></td>
<td class="colLast"><code>"off"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.CHECKED_STATE_ON">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#CHECKED_STATE_ON">CHECKED_STATE_ON</a></code></td>
<td class="colLast"><code>"on"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.OWNER_PRINT_FIELD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#OWNER_PRINT_FIELD">OWNER_PRINT_FIELD</a></code></td>
<td class="colLast"><code>"PrintField"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.ROLE_CB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#ROLE_CB">ROLE_CB</a></code></td>
<td class="colLast"><code>"cb"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.ROLE_PB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#ROLE_PB">ROLE_PB</a></code></td>
<td class="colLast"><code>"pb"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.ROLE_RB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#ROLE_RB">ROLE_RB</a></code></td>
<td class="colLast"><code>"rb"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDPrintFieldAttributeObject.ROLE_TV">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDPrintFieldAttributeObject.html#ROLE_TV">ROLE_TV</a></code></td>
<td class="colLast"><code>"tv"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDStandardAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDStandardAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDStandardAttributeObject.UNSPECIFIED">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;float</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDStandardAttributeObject.html#UNSPECIFIED">UNSPECIFIED</a></code></td>
<td class="colLast"><code>-1.0f</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">PDTableAttributeObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.COL_SPAN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#COL_SPAN">COL_SPAN</a></code></td>
<td class="colLast"><code>"ColSpan"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.HEADERS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#HEADERS">HEADERS</a></code></td>
<td class="colLast"><code>"Headers"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.OWNER_TABLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#OWNER_TABLE">OWNER_TABLE</a></code></td>
<td class="colLast"><code>"Table"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.ROW_SPAN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#ROW_SPAN">ROW_SPAN</a></code></td>
<td class="colLast"><code>"RowSpan"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.SCOPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#SCOPE">SCOPE</a></code></td>
<td class="colLast"><code>"Scope"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.SCOPE_BOTH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#SCOPE_BOTH">SCOPE_BOTH</a></code></td>
<td class="colLast"><code>"Both"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.SCOPE_COLUMN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#SCOPE_COLUMN">SCOPE_COLUMN</a></code></td>
<td class="colLast"><code>"Column"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.SCOPE_ROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#SCOPE_ROW">SCOPE_ROW</a></code></td>
<td class="colLast"><code>"Row"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.PDTableAttributeObject.SUMMARY">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/PDTableAttributeObject.html#SUMMARY">SUMMARY</a></code></td>
<td class="colLast"><code>"Summary"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.<a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html" title="class in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf">StandardStructureTypes</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.ANNOT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#ANNOT">ANNOT</a></code></td>
<td class="colLast"><code>"Annot"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.ART">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#ART">ART</a></code></td>
<td class="colLast"><code>"Art"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.BIB_ENTRY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#BIB_ENTRY">BIB_ENTRY</a></code></td>
<td class="colLast"><code>"BibEntry"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.BLOCK_QUOTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#BLOCK_QUOTE">BLOCK_QUOTE</a></code></td>
<td class="colLast"><code>"BlockQuote"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.CAPTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#CAPTION">CAPTION</a></code></td>
<td class="colLast"><code>"Caption"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#CODE">CODE</a></code></td>
<td class="colLast"><code>"Code"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.DIV">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#DIV">DIV</a></code></td>
<td class="colLast"><code>"Div"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.DOCUMENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#DOCUMENT">DOCUMENT</a></code></td>
<td class="colLast"><code>"Document"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.Figure">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#Figure">Figure</a></code></td>
<td class="colLast"><code>"Figure"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.FORM">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#FORM">FORM</a></code></td>
<td class="colLast"><code>"Form"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.FORMULA">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#FORMULA">FORMULA</a></code></td>
<td class="colLast"><code>"Formula"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H">H</a></code></td>
<td class="colLast"><code>"H"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H1">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H1">H1</a></code></td>
<td class="colLast"><code>"H1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H2">H2</a></code></td>
<td class="colLast"><code>"H2"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H3">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H3">H3</a></code></td>
<td class="colLast"><code>"H3"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H4">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H4">H4</a></code></td>
<td class="colLast"><code>"H4"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H5">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H5">H5</a></code></td>
<td class="colLast"><code>"H5"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.H6">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#H6">H6</a></code></td>
<td class="colLast"><code>"H6"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.INDEX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#INDEX">INDEX</a></code></td>
<td class="colLast"><code>"Index"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.L">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#L">L</a></code></td>
<td class="colLast"><code>"L"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.L_BODY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#L_BODY">L_BODY</a></code></td>
<td class="colLast"><code>"LBody"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.LBL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#LBL">LBL</a></code></td>
<td class="colLast"><code>"Lbl"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.LI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#LI">LI</a></code></td>
<td class="colLast"><code>"LI"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.LINK">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#LINK">LINK</a></code></td>
<td class="colLast"><code>"Link"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.NON_STRUCT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#NON_STRUCT">NON_STRUCT</a></code></td>
<td class="colLast"><code>"NonStruct"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.NOTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#NOTE">NOTE</a></code></td>
<td class="colLast"><code>"Note"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.P">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#P">P</a></code></td>
<td class="colLast"><code>"P"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.PART">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#PART">PART</a></code></td>
<td class="colLast"><code>"Part"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.PRIVATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#PRIVATE">PRIVATE</a></code></td>
<td class="colLast"><code>"Private"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.QUOTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#QUOTE">QUOTE</a></code></td>
<td class="colLast"><code>"Quote"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.RB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#RB">RB</a></code></td>
<td class="colLast"><code>"RB"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.REFERENCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#REFERENCE">REFERENCE</a></code></td>
<td class="colLast"><code>"Reference"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.RP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#RP">RP</a></code></td>
<td class="colLast"><code>"RP"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.RT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#RT">RT</a></code></td>
<td class="colLast"><code>"RT"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.RUBY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#RUBY">RUBY</a></code></td>
<td class="colLast"><code>"Ruby"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.SECT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#SECT">SECT</a></code></td>
<td class="colLast"><code>"Sect"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.SPAN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#SPAN">SPAN</a></code></td>
<td class="colLast"><code>"Span"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.T_BODY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#T_BODY">T_BODY</a></code></td>
<td class="colLast"><code>"TBody"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.T_FOOT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#T_FOOT">T_FOOT</a></code></td>
<td class="colLast"><code>"TFoot"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.T_HEAD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#T_HEAD">T_HEAD</a></code></td>
<td class="colLast"><code>"THead"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TABLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TABLE">TABLE</a></code></td>
<td class="colLast"><code>"Table"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TD">TD</a></code></td>
<td class="colLast"><code>"TD"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TH">TH</a></code></td>
<td class="colLast"><code>"TH"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TOC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TOC">TOC</a></code></td>
<td class="colLast"><code>"TOC"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TOCI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TOCI">TOCI</a></code></td>
<td class="colLast"><code>"TOCI"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.TR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#TR">TR</a></code></td>
<td class="colLast"><code>"TR"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.WARICHU">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#WARICHU">WARICHU</a></code></td>
<td class="colLast"><code>"Warichu"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.WP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#WP">WP</a></code></td>
<td class="colLast"><code>"WP"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes.WT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/documentinterchange/taggedpdf/StandardStructureTypes.html#WT">WT</a></code></td>
<td class="colLast"><code>"WT"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.encryption.<a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html" title="class in org.apache.pdfbox.pdmodel.encryption">PDEncryption</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.DEFAULT_LENGTH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#DEFAULT_LENGTH">DEFAULT_LENGTH</a></code></td>
<td class="colLast"><code>40</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.DEFAULT_NAME">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#DEFAULT_NAME">DEFAULT_NAME</a></code></td>
<td class="colLast"><code>"Standard"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.DEFAULT_VERSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#DEFAULT_VERSION">DEFAULT_VERSION</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.VERSION0_UNDOCUMENTED_UNSUPPORTED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#VERSION0_UNDOCUMENTED_UNSUPPORTED">VERSION0_UNDOCUMENTED_UNSUPPORTED</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.VERSION1_40_BIT_ALGORITHM">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#VERSION1_40_BIT_ALGORITHM">VERSION1_40_BIT_ALGORITHM</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.VERSION2_VARIABLE_LENGTH_ALGORITHM">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#VERSION2_VARIABLE_LENGTH_ALGORITHM">VERSION2_VARIABLE_LENGTH_ALGORITHM</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.VERSION3_UNPUBLISHED_ALGORITHM">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#VERSION3_UNPUBLISHED_ALGORITHM">VERSION3_UNPUBLISHED_ALGORITHM</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PDEncryption.VERSION4_SECURITY_HANDLER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#VERSION4_SECURITY_HANDLER">VERSION4_SECURITY_HANDLER</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.encryption.<a href="org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">PublicKeySecurityHandler</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.PublicKeySecurityHandler.FILTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.html#FILTER">FILTER</a></code></td>
<td class="colLast"><code>"Adobe.PubSec"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.encryption.<a href="org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">StandardSecurityHandler</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.encryption.StandardSecurityHandler.FILTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/encryption/StandardSecurityHandler.html#FILTER">FILTER</a></code></td>
<td class="colLast"><code>"Standard"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationCaret.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationCaret</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationCaret.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationCaret.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Caret"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationCircle.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationCircle</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationCircle.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationCircle.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Circle"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationFileAttachment.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationFileAttachment</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationFileAttachment.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationFileAttachment.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"FileAttachment"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationFreeText.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationFreeText</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationFreeText.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationFreeText.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"FreeText"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationHighlight.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationHighlight</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationHighlight.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationHighlight.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Highlight"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationInk.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationInk</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationInk.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationInk.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Ink"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationLine.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationLine</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationLine.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationLine.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Line"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationLink.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationLink</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationLink.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationLink.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Link"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationPolygon.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationPolygon</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationPolygon.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationPolygon.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Polygon"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationPolyline.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationPolyline</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationPolyline.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationPolyline.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Polyline"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSound.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationSound</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationSound.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSound.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Sound"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSquare.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationSquare</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationSquare.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSquare.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Square"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSquiggly.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationSquiggly</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationSquiggly.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationSquiggly.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Squiggly"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationStamp.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationStamp</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationStamp.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationStamp.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Stamp"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationStrikeOut.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationStrikeOut</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationStrikeOut.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationStrikeOut.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"StrikeOut"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationText.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationText</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationText.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationText.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Text"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationUnderline.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFAnnotationUnderline</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFAnnotationUnderline.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFAnnotationUnderline.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"Underline"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.fdf.<a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html" title="class in org.apache.pdfbox.pdmodel.fdf">FDFIconFit</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_OPTION_ALWAYS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_OPTION_ALWAYS">SCALE_OPTION_ALWAYS</a></code></td>
<td class="colLast"><code>"A"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_OPTION_NEVER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_OPTION_NEVER">SCALE_OPTION_NEVER</a></code></td>
<td class="colLast"><code>"N"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_OPTION_ONLY_WHEN_ICON_IS_BIGGER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_OPTION_ONLY_WHEN_ICON_IS_BIGGER">SCALE_OPTION_ONLY_WHEN_ICON_IS_BIGGER</a></code></td>
<td class="colLast"><code>"B"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_OPTION_ONLY_WHEN_ICON_IS_SMALLER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_OPTION_ONLY_WHEN_ICON_IS_SMALLER">SCALE_OPTION_ONLY_WHEN_ICON_IS_SMALLER</a></code></td>
<td class="colLast"><code>"S"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_TYPE_ANAMORPHIC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_TYPE_ANAMORPHIC">SCALE_TYPE_ANAMORPHIC</a></code></td>
<td class="colLast"><code>"A"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.fdf.FDFIconFit.SCALE_TYPE_PROPORTIONAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/fdf/FDFIconFit.html#SCALE_TYPE_PROPORTIONAL">SCALE_TYPE_PROPORTIONAL</a></code></td>
<td class="colLast"><code>"P"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.graphics.pattern.<a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDAbstractPattern.html" title="class in org.apache.pdfbox.pdmodel.graphics.pattern">PDAbstractPattern</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDAbstractPattern.TYPE_SHADING_PATTERN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDAbstractPattern.html#TYPE_SHADING_PATTERN">TYPE_SHADING_PATTERN</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDAbstractPattern.TYPE_TILING_PATTERN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDAbstractPattern.html#TYPE_TILING_PATTERN">TYPE_TILING_PATTERN</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.graphics.pattern.<a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html" title="class in org.apache.pdfbox.pdmodel.graphics.pattern">PDTilingPattern</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern.PAINT_COLORED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html#PAINT_COLORED">PAINT_COLORED</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern.PAINT_UNCOLORED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html#PAINT_UNCOLORED">PAINT_UNCOLORED</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern.TILING_CONSTANT_SPACING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html#TILING_CONSTANT_SPACING">TILING_CONSTANT_SPACING</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern.TILING_CONSTANT_SPACING_FASTER_TILING">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html#TILING_CONSTANT_SPACING_FASTER_TILING">TILING_CONSTANT_SPACING_FASTER_TILING</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern.TILING_NO_DISTORTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/pattern/PDTilingPattern.html#TILING_NO_DISTORTION">TILING_NO_DISTORTION</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.graphics.shading.<a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html" title="class in org.apache.pdfbox.pdmodel.graphics.shading">PDShading</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE1">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE1">SHADING_TYPE1</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE2">SHADING_TYPE2</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE3">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE3">SHADING_TYPE3</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE4">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE4">SHADING_TYPE4</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE5">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE5">SHADING_TYPE5</a></code></td>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE6">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE6">SHADING_TYPE6</a></code></td>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.graphics.shading.PDShading.SHADING_TYPE7">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/graphics/shading/PDShading.html#SHADING_TYPE7">SHADING_TYPE7</a></code></td>
<td class="colLast"><code>7</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDAction.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDAction</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDAction.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDAction.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"Action"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionGoTo.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionGoTo</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionGoTo.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionGoTo.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"GoTo"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionHide.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionHide</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionHide.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionHide.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Hide"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionImportData.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionImportData</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionImportData.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionImportData.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"ImportData"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionJavaScript.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionJavaScript</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionJavaScript.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionJavaScript.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"JavaScript"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionLaunch.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionLaunch</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionLaunch.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionLaunch.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Launch"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionMovie.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionMovie</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionMovie.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionMovie.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Movie"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionNamed.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionNamed</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionNamed.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionNamed.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Named"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionRemoteGoTo.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionRemoteGoTo</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionRemoteGoTo.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionRemoteGoTo.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"GoToR"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionResetForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionResetForm</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionResetForm.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionResetForm.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"ResetForm"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionSound</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionSound.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Sound"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionSubmitForm.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionSubmitForm</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionSubmitForm.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionSubmitForm.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"SubmitForm"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionThread.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionThread</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionThread.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionThread.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Thread"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionURI.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDActionURI</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDActionURI.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDActionURI.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"URI"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.action.<a href="org/apache/pdfbox/pdmodel/interactive/action/PDWindowsLaunchParams.html" title="class in org.apache.pdfbox.pdmodel.interactive.action">PDWindowsLaunchParams</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDWindowsLaunchParams.OPERATION_OPEN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDWindowsLaunchParams.html#OPERATION_OPEN">OPERATION_OPEN</a></code></td>
<td class="colLast"><code>"open"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.action.PDWindowsLaunchParams.OPERATION_PRINT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/action/PDWindowsLaunchParams.html#OPERATION_PRINT">OPERATION_PRINT</a></code></td>
<td class="colLast"><code>"print"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationFileAttachment</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment.ATTACHMENT_NAME_GRAPH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html#ATTACHMENT_NAME_GRAPH">ATTACHMENT_NAME_GRAPH</a></code></td>
<td class="colLast"><code>"Graph"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment.ATTACHMENT_NAME_PAPERCLIP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html#ATTACHMENT_NAME_PAPERCLIP">ATTACHMENT_NAME_PAPERCLIP</a></code></td>
<td class="colLast"><code>"Paperclip"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment.ATTACHMENT_NAME_PUSH_PIN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html#ATTACHMENT_NAME_PUSH_PIN">ATTACHMENT_NAME_PUSH_PIN</a></code></td>
<td class="colLast"><code>"PushPin"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment.ATTACHMENT_NAME_TAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html#ATTACHMENT_NAME_TAG">ATTACHMENT_NAME_TAG</a></code></td>
<td class="colLast"><code>"Tag"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationFileAttachment.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"FileAttachment"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationLine</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.IT_LINE_ARROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#IT_LINE_ARROW">IT_LINE_ARROW</a></code></td>
<td class="colLast"><code>"LineArrow"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.IT_LINE_DIMENSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#IT_LINE_DIMENSION">IT_LINE_DIMENSION</a></code></td>
<td class="colLast"><code>"LineDimension"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_BUTT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_BUTT">LE_BUTT</a></code></td>
<td class="colLast"><code>"Butt"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_CIRCLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_CIRCLE">LE_CIRCLE</a></code></td>
<td class="colLast"><code>"Circle"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_CLOSED_ARROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_CLOSED_ARROW">LE_CLOSED_ARROW</a></code></td>
<td class="colLast"><code>"ClosedArrow"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_DIAMOND">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_DIAMOND">LE_DIAMOND</a></code></td>
<td class="colLast"><code>"Diamond"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_NONE">LE_NONE</a></code></td>
<td class="colLast"><code>"None"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_OPEN_ARROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_OPEN_ARROW">LE_OPEN_ARROW</a></code></td>
<td class="colLast"><code>"OpenArrow"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_R_CLOSED_ARROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_R_CLOSED_ARROW">LE_R_CLOSED_ARROW</a></code></td>
<td class="colLast"><code>"RClosedArrow"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_R_OPEN_ARROW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_R_OPEN_ARROW">LE_R_OPEN_ARROW</a></code></td>
<td class="colLast"><code>"ROpenArrow"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_SLASH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_SLASH">LE_SLASH</a></code></td>
<td class="colLast"><code>"Slash"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.LE_SQUARE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#LE_SQUARE">LE_SQUARE</a></code></td>
<td class="colLast"><code>"Square"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLine.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLine.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Line"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationLink</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink.HIGHLIGHT_MODE_INVERT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html#HIGHLIGHT_MODE_INVERT">HIGHLIGHT_MODE_INVERT</a></code></td>
<td class="colLast"><code>"I"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink.HIGHLIGHT_MODE_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html#HIGHLIGHT_MODE_NONE">HIGHLIGHT_MODE_NONE</a></code></td>
<td class="colLast"><code>"N"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink.HIGHLIGHT_MODE_OUTLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html#HIGHLIGHT_MODE_OUTLINE">HIGHLIGHT_MODE_OUTLINE</a></code></td>
<td class="colLast"><code>"O"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink.HIGHLIGHT_MODE_PUSH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html#HIGHLIGHT_MODE_PUSH">HIGHLIGHT_MODE_PUSH</a></code></td>
<td class="colLast"><code>"P"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationLink.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Link"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationMarkup</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.RT_GROUP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#RT_GROUP">RT_GROUP</a></code></td>
<td class="colLast"><code>"Group"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.RT_REPLY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#RT_REPLY">RT_REPLY</a></code></td>
<td class="colLast"><code>"R"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_CARET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_CARET">SUB_TYPE_CARET</a></code></td>
<td class="colLast"><code>"Caret"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_FREETEXT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_FREETEXT">SUB_TYPE_FREETEXT</a></code></td>
<td class="colLast"><code>"FreeText"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_INK">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_INK">SUB_TYPE_INK</a></code></td>
<td class="colLast"><code>"Ink"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_POLYGON">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_POLYGON">SUB_TYPE_POLYGON</a></code></td>
<td class="colLast"><code>"Polygon"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_POLYLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_POLYLINE">SUB_TYPE_POLYLINE</a></code></td>
<td class="colLast"><code>"PolyLine"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup.SUB_TYPE_SOUND">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationMarkup.html#SUB_TYPE_SOUND">SUB_TYPE_SOUND</a></code></td>
<td class="colLast"><code>"Sound"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationPopup.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationPopup</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationPopup.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationPopup.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Popup"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationRubberStamp</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_APPROVED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_APPROVED">NAME_APPROVED</a></code></td>
<td class="colLast"><code>"Approved"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_AS_IS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_AS_IS">NAME_AS_IS</a></code></td>
<td class="colLast"><code>"AsIs"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_CONFIDENTIAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_CONFIDENTIAL">NAME_CONFIDENTIAL</a></code></td>
<td class="colLast"><code>"Confidential"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_DEPARTMENTAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_DEPARTMENTAL">NAME_DEPARTMENTAL</a></code></td>
<td class="colLast"><code>"Departmental"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_DRAFT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_DRAFT">NAME_DRAFT</a></code></td>
<td class="colLast"><code>"Draft"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_EXPERIMENTAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_EXPERIMENTAL">NAME_EXPERIMENTAL</a></code></td>
<td class="colLast"><code>"Experimental"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_EXPIRED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_EXPIRED">NAME_EXPIRED</a></code></td>
<td class="colLast"><code>"Expired"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_FINAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_FINAL">NAME_FINAL</a></code></td>
<td class="colLast"><code>"Final"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_FOR_COMMENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_FOR_COMMENT">NAME_FOR_COMMENT</a></code></td>
<td class="colLast"><code>"ForComment"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_FOR_PUBLIC_RELEASE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_FOR_PUBLIC_RELEASE">NAME_FOR_PUBLIC_RELEASE</a></code></td>
<td class="colLast"><code>"ForPublicRelease"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_NOT_APPROVED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_NOT_APPROVED">NAME_NOT_APPROVED</a></code></td>
<td class="colLast"><code>"NotApproved"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_NOT_FOR_PUBLIC_RELEASE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_NOT_FOR_PUBLIC_RELEASE">NAME_NOT_FOR_PUBLIC_RELEASE</a></code></td>
<td class="colLast"><code>"NotForPublicRelease"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_SOLD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_SOLD">NAME_SOLD</a></code></td>
<td class="colLast"><code>"Sold"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.NAME_TOP_SECRET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#NAME_TOP_SECRET">NAME_TOP_SECRET</a></code></td>
<td class="colLast"><code>"TopSecret"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationRubberStamp.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationRubberStamp.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Stamp"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationSquareCircle.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationSquareCircle</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationSquareCircle.SUB_TYPE_CIRCLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationSquareCircle.html#SUB_TYPE_CIRCLE">SUB_TYPE_CIRCLE</a></code></td>
<td class="colLast"><code>"Circle"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationSquareCircle.SUB_TYPE_SQUARE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationSquareCircle.html#SUB_TYPE_SQUARE">SUB_TYPE_SQUARE</a></code></td>
<td class="colLast"><code>"Square"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationText</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_COMMENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_COMMENT">NAME_COMMENT</a></code></td>
<td class="colLast"><code>"Comment"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_HELP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_HELP">NAME_HELP</a></code></td>
<td class="colLast"><code>"Help"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_INSERT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_INSERT">NAME_INSERT</a></code></td>
<td class="colLast"><code>"Insert"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_KEY">NAME_KEY</a></code></td>
<td class="colLast"><code>"Key"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_NEW_PARAGRAPH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_NEW_PARAGRAPH">NAME_NEW_PARAGRAPH</a></code></td>
<td class="colLast"><code>"NewParagraph"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_NOTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_NOTE">NAME_NOTE</a></code></td>
<td class="colLast"><code>"Note"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.NAME_PARAGRAPH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#NAME_PARAGRAPH">NAME_PARAGRAPH</a></code></td>
<td class="colLast"><code>"Paragraph"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationText.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Text"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationTextMarkup.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationTextMarkup</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationTextMarkup.SUB_TYPE_HIGHLIGHT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationTextMarkup.html#SUB_TYPE_HIGHLIGHT">SUB_TYPE_HIGHLIGHT</a></code></td>
<td class="colLast"><code>"Highlight"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationTextMarkup.SUB_TYPE_SQUIGGLY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationTextMarkup.html#SUB_TYPE_SQUIGGLY">SUB_TYPE_SQUIGGLY</a></code></td>
<td class="colLast"><code>"Squiggly"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationTextMarkup.SUB_TYPE_STRIKEOUT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationTextMarkup.html#SUB_TYPE_STRIKEOUT">SUB_TYPE_STRIKEOUT</a></code></td>
<td class="colLast"><code>"StrikeOut"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationTextMarkup.SUB_TYPE_UNDERLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationTextMarkup.html#SUB_TYPE_UNDERLINE">SUB_TYPE_UNDERLINE</a></code></td>
<td class="colLast"><code>"Underline"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationWidget.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotationWidget</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget.SUB_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationWidget.html#SUB_TYPE">SUB_TYPE</a></code></td>
<td class="colLast"><code>"Widget"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderEffectDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDBorderEffectDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary.STYLE_CLOUDY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderEffectDictionary.html#STYLE_CLOUDY">STYLE_CLOUDY</a></code></td>
<td class="colLast"><code>"C"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderEffectDictionary.STYLE_SOLID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderEffectDictionary.html#STYLE_SOLID">STYLE_SOLID</a></code></td>
<td class="colLast"><code>"S"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.annotation.<a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDBorderStyleDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary.STYLE_BEVELED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html#STYLE_BEVELED">STYLE_BEVELED</a></code></td>
<td class="colLast"><code>"B"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary.STYLE_DASHED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html#STYLE_DASHED">STYLE_DASHED</a></code></td>
<td class="colLast"><code>"D"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary.STYLE_INSET">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html#STYLE_INSET">STYLE_INSET</a></code></td>
<td class="colLast"><code>"I"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary.STYLE_SOLID">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html#STYLE_SOLID">STYLE_SOLID</a></code></td>
<td class="colLast"><code>"S"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary.STYLE_UNDERLINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/annotation/PDBorderStyleDictionary.html#STYLE_UNDERLINE">STYLE_UNDERLINE</a></code></td>
<td class="colLast"><code>"U"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.digitalsignature.<a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html" title="class in org.apache.pdfbox.pdmodel.interactive.digitalsignature">PDSeedValue</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_ADD_REV_INFO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_ADD_REV_INFO">FLAG_ADD_REV_INFO</a></code></td>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_DIGEST_METHOD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_DIGEST_METHOD">FLAG_DIGEST_METHOD</a></code></td>
<td class="colLast"><code>64</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_FILTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_FILTER">FLAG_FILTER</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_LEGAL_ATTESTATION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_LEGAL_ATTESTATION">FLAG_LEGAL_ATTESTATION</a></code></td>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_REASON">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_REASON">FLAG_REASON</a></code></td>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_SUBFILTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_SUBFILTER">FLAG_SUBFILTER</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue.FLAG_V">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSeedValue.html#FLAG_V">FLAG_V</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.digitalsignature.<a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.html" title="class in org.apache.pdfbox.pdmodel.interactive.digitalsignature">SignatureOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureOptions.DEFAULT_SIGNATURE_SIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.html#DEFAULT_SIGNATURE_SIZE">DEFAULT_SIGNATURE_SIZE</a></code></td>
<td class="colLast"><code>9472</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.<a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitDestination.html" title="class in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination">PDPageFitDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination.TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitDestination.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"Fit"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination.TYPE_BOUNDED">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitDestination.html#TYPE_BOUNDED">TYPE_BOUNDED</a></code></td>
<td class="colLast"><code>"FitB"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.<a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitHeightDestination.html" title="class in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination">PDPageFitHeightDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitHeightDestination.TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitHeightDestination.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"FitV"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitHeightDestination.TYPE_BOUNDED">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitHeightDestination.html#TYPE_BOUNDED">TYPE_BOUNDED</a></code></td>
<td class="colLast"><code>"FitBV"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.<a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitRectangleDestination.html" title="class in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination">PDPageFitRectangleDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitRectangleDestination.TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitRectangleDestination.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"FitR"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.<a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitWidthDestination.html" title="class in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination">PDPageFitWidthDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitWidthDestination.TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitWidthDestination.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"FitH"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitWidthDestination.TYPE_BOUNDED">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageFitWidthDestination.html#TYPE_BOUNDED">TYPE_BOUNDED</a></code></td>
<td class="colLast"><code>"FitBH"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.<a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageXYZDestination.html" title="class in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination">PDPageXYZDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageXYZDestination.TYPE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageXYZDestination.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"XYZ"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.measurement.<a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDMeasureDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.measurement">PDMeasureDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDMeasureDictionary.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDMeasureDictionary.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"Measure"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.measurement.<a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.measurement">PDNumberFormatDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.FRACTIONAL_DISPLAY_DECIMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#FRACTIONAL_DISPLAY_DECIMAL">FRACTIONAL_DISPLAY_DECIMAL</a></code></td>
<td class="colLast"><code>"D"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.FRACTIONAL_DISPLAY_FRACTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#FRACTIONAL_DISPLAY_FRACTION">FRACTIONAL_DISPLAY_FRACTION</a></code></td>
<td class="colLast"><code>"F"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.FRACTIONAL_DISPLAY_ROUND">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#FRACTIONAL_DISPLAY_ROUND">FRACTIONAL_DISPLAY_ROUND</a></code></td>
<td class="colLast"><code>"R"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.FRACTIONAL_DISPLAY_TRUNCATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#FRACTIONAL_DISPLAY_TRUNCATE">FRACTIONAL_DISPLAY_TRUNCATE</a></code></td>
<td class="colLast"><code>"T"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.LABEL_PREFIX_TO_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#LABEL_PREFIX_TO_VALUE">LABEL_PREFIX_TO_VALUE</a></code></td>
<td class="colLast"><code>"P"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.LABEL_SUFFIX_TO_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#LABEL_SUFFIX_TO_VALUE">LABEL_SUFFIX_TO_VALUE</a></code></td>
<td class="colLast"><code>"S"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDNumberFormatDictionary.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"NumberFormat"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.measurement.<a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDRectlinearMeasureDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.measurement">PDRectlinearMeasureDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDRectlinearMeasureDictionary.SUBTYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDRectlinearMeasureDictionary.html#SUBTYPE">SUBTYPE</a></code></td>
<td class="colLast"><code>"RL"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.measurement.<a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDViewportDictionary.html" title="class in org.apache.pdfbox.pdmodel.interactive.measurement">PDViewportDictionary</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.measurement.PDViewportDictionary.TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/measurement/PDViewportDictionary.html#TYPE">TYPE</a></code></td>
<td class="colLast"><code>"Viewport"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.pdfbox.pdmodel.interactive.viewerpreferences.<a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html" title="class in org.apache.pdfbox.pdmodel.interactive.viewerpreferences">PDViewerPreferences</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_ART_BOX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#BOUNDARY_ART_BOX">BOUNDARY_ART_BOX</a></code></td>
<td class="colLast"><code>"ArtBox"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_BLEED_BOX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#BOUNDARY_BLEED_BOX">BOUNDARY_BLEED_BOX</a></code></td>
<td class="colLast"><code>"BleedBox"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_CROP_BOX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#BOUNDARY_CROP_BOX">BOUNDARY_CROP_BOX</a></code></td>
<td class="colLast"><code>"CropBox"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_MEDIA_BOX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#BOUNDARY_MEDIA_BOX">BOUNDARY_MEDIA_BOX</a></code></td>
<td class="colLast"><code>"MediaBox"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_TRIM_BOX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#BOUNDARY_TRIM_BOX">BOUNDARY_TRIM_BOX</a></code></td>
<td class="colLast"><code>"TrimBox"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_NONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#NON_FULL_SCREEN_PAGE_MODE_USE_NONE">NON_FULL_SCREEN_PAGE_MODE_USE_NONE</a></code></td>
<td class="colLast"><code>"UseNone"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT">NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT</a></code></td>
<td class="colLast"><code>"UseOC"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES">NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES</a></code></td>
<td class="colLast"><code>"UseOutlines"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS">NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS</a></code></td>
<td class="colLast"><code>"UseThumbs"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION_L2R">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#READING_DIRECTION_L2R">READING_DIRECTION_L2R</a></code></td>
<td class="colLast"><code>"L2R"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION_R2L">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<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></code></td>
<td><code><a href="org/apache/pdfbox/pdmodel/interactive/viewerpreferences/PDViewerPreferences.html#READING_DIRECTION_R2L">READING_DIRECTION_R2L</a></code></td>
<td class="colLast"><code>"R2L"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>