⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pdfaction.html

📁 java编程java编程java编程java编程java编程java编程java编程
💻 HTML
📖 第 1 页 / 共 4 页
字号:
 "print" - Print a document. It can be <CODE>null</CODE>.<DD><CODE>defaultDir</CODE> - (Windows-specific) the default directory in standard DOS syntax. It can be <CODE>null</CODE>.</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="javaScript(java.lang.String, com.lowagie.text.pdf.PdfWriter, boolean)"><!-- --></A><H3>
javaScript</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>javaScript</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;code,                                   <A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html">PdfWriter</A>&nbsp;writer,                                   boolean&nbsp;unicode)</PRE>
<DL>
<DD>Creates a JavaScript action. If the JavaScript is smaller than 50 characters it will be placed as a string, otherwise it will be placed as a compressed stream.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>code</CODE> - the JavaScript code<DD><CODE>writer</CODE> - the writer for this action<DD><CODE>unicode</CODE> - select JavaScript unicode. Note that the internal Acrobat JavaScript engine does not support unicode, so this may or may not work for you<DT><B>Returns:</B><DD>the JavaScript action</DL>
</DD>
</DL>
<HR>

<A NAME="javaScript(java.lang.String, com.lowagie.text.pdf.PdfWriter)"><!-- --></A><H3>
javaScript</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>javaScript</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;code,                                   <A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html">PdfWriter</A>&nbsp;writer)</PRE>
<DL>
<DD>Creates a JavaScript action. If the JavaScript is smaller than 50 characters it will be place as a string, otherwise it will be placed as a compressed stream.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>code</CODE> - the JavaScript code<DD><CODE>writer</CODE> - the writer for this action<DT><B>Returns:</B><DD>the JavaScript action</DL>
</DD>
</DL>
<HR>

<A NAME="createHide(com.lowagie.text.pdf.PdfObject, boolean)"><!-- --></A><H3>
createHide</H3>
<PRE>
static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createHide</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfObject.html">PdfObject</A>&nbsp;obj,                            boolean&nbsp;hide)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createHide(com.lowagie.text.pdf.PdfAnnotation, boolean)"><!-- --></A><H3>
createHide</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createHide</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfAnnotation.html">PdfAnnotation</A>&nbsp;annot,                                   boolean&nbsp;hide)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createHide(java.lang.String, boolean)"><!-- --></A><H3>
createHide</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createHide</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;name,                                   boolean&nbsp;hide)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="buildArray(java.lang.Object[])"><!-- --></A><H3>
buildArray</H3>
<PRE>
static <A HREF="../../../../com/lowagie/text/pdf/PdfArray.html">PdfArray</A> <B>buildArray</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A>[]&nbsp;names)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createHide(java.lang.Object[], boolean)"><!-- --></A><H3>
createHide</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createHide</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A>[]&nbsp;names,                                   boolean&nbsp;hide)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createSubmitForm(java.lang.String, java.lang.Object[], int)"><!-- --></A><H3>
createSubmitForm</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createSubmitForm</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,                                         <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A>[]&nbsp;names,                                         int&nbsp;flags)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createResetForm(java.lang.Object[], int)"><!-- --></A><H3>
createResetForm</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createResetForm</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A>[]&nbsp;names,                                        int&nbsp;flags)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="createImportData(java.lang.String)"><!-- --></A><H3>
createImportData</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>createImportData</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="next(com.lowagie.text.pdf.PdfAction)"><!-- --></A><H3>
next</H3>
<PRE>
public void <B>next</B>(<A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A>&nbsp;na)</PRE>
<DL>
<DD>Add a chained action.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>na</CODE> - the next action</DL>
</DD>
</DL>
<HR>

<A NAME="gotoLocalPage(int, com.lowagie.text.pdf.PdfDestination, com.lowagie.text.pdf.PdfWriter)"><!-- --></A><H3>
gotoLocalPage</H3>
<PRE>
public static <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A> <B>gotoLocalPage</B>(int&nbsp;page,                                      <A HREF="../../../../com/lowagie/text/pdf/PdfDestination.html">PdfDestination</A>&nbsp;dest,                                      <A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html">PdfWriter</A>&nbsp;writer)</PRE>
<DL>
<DD>Creates a GoTo action to an internal page.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>page</CODE> - the page to go. First page is 1<DD><CODE>dest</CODE> - the destination for the page<DD><CODE>writer</CODE> - the writer for this action<DT><B>Returns:</B><DD>a GoTo action</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/lowagie/text/pdf/PdfAcroForm.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/lowagie/text/pdf/PdfAnnotation.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="PdfAction.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -