📄 add3d.html
字号:
</TR></TABLE> <A NAME="fields_inherited_from_class_com.lowagie.toolbox.AbstractTool"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Fields inherited from class com.lowagie.toolbox.<A HREF="../../../../com/lowagie/toolbox/AbstractTool.html" title="class in com.lowagie.toolbox">AbstractTool</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#arguments">arguments</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#internalFrame">internalFrame</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#MENU_EXECUTE">MENU_EXECUTE</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#MENU_EXECUTE_PRINT">MENU_EXECUTE_PRINT</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#MENU_EXECUTE_PRINT_SILENT">MENU_EXECUTE_PRINT_SILENT</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#MENU_EXECUTE_SHOW">MENU_EXECUTE_SHOW</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#menuoptions">menuoptions</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#versionsarray">versionsarray</A></CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#Add3D()">Add3D</A></B>()</CODE><BR> This tool lets you add a embedded u3d 3d annotation to the first page of a document.</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Method Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#AddButton(float, float, java.lang.String, java.lang.String, java.lang.String, com.lowagie.text.pdf.PdfWriter)">AddButton</A></B>(float x, float y, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> fname, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> js, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> image, <A HREF="../../../../com/lowagie/text/pdf/PdfWriter.html" title="class in com.lowagie.text.pdf">PdfWriter</A> wr)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#createFrame()">createFrame</A></B>()</CODE><BR> Creates the internal frame.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#execute()">execute</A></B>()</CODE><BR> Executes the tool (in most cases this generates a PDF file).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#getDestPathPDF()">getDestPathPDF</A></B>()</CODE><BR> Gets the PDF file that should be generated (or null if the output isn't a PDF file).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#main(java.lang.String[])">main</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] args)</CODE><BR> This methods helps you running this tool as a standalone application.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/lowagie/toolbox/plugins/Add3D.html#valueHasChanged(com.lowagie.toolbox.arguments.AbstractArgument)">valueHasChanged</A></B>(<A HREF="../../../../com/lowagie/toolbox/arguments/AbstractArgument.html" title="class in com.lowagie.toolbox.arguments">AbstractArgument</A> arg)</CODE><BR> Indicates that the value of an argument has changed.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_com.lowagie.toolbox.AbstractTool"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class com.lowagie.toolbox.<A HREF="../../../../com/lowagie/toolbox/AbstractTool.html" title="class in com.lowagie.toolbox">AbstractTool</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#addVersion(java.lang.String)">addVersion</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#getArguments()">getArguments</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#getInternalFrame()">getInternalFrame</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#getMenubar()">getMenubar</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#getUsage()">getUsage</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#getValue(java.lang.String)">getValue</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#setArguments(java.util.ArrayList)">setArguments</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#setInternalFrame(javax.swing.JInternalFrame)">setInternalFrame</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#setMainArguments(java.lang.String[])">setMainArguments</A>, <A HREF="../../../../com/lowagie/toolbox/AbstractTool.html#setMenubar(javax.swing.JMenuBar)">setMenubar</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="destfile"><!-- --></A><H3>destfile</H3><PRE><A HREF="../../../../com/lowagie/toolbox/arguments/FileArgument.html" title="class in com.lowagie.toolbox.arguments">FileArgument</A> <B>destfile</B></PRE><DL><DL></DL></DL><HR><A NAME="PDF_NAME_3D"><!-- --></A><H3>PDF_NAME_3D</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_3D</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_3D">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_3DD"><!-- --></A><H3>PDF_NAME_3DD</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_3DD</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_3DD">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_3DV"><!-- --></A><H3>PDF_NAME_3DV</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_3DV</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_3DV">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_3DVIEW"><!-- --></A><H3>PDF_NAME_3DVIEW</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_3DVIEW</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_3DVIEW">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_C2W"><!-- --></A><H3>PDF_NAME_C2W</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_C2W</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_C2W">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_IN"><!-- --></A><H3>PDF_NAME_IN</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_IN</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_IN">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_MS"><!-- --></A><H3>PDF_NAME_MS</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PDF_NAME_MS</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.lowagie.toolbox.plugins.Add3D.PDF_NAME_MS">Constant Field Values</A></DL></DL><HR><A NAME="PDF_NAME_U3D"><!-- --></A><H3>PDF_NAME_U3D</H3><PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -