📄 annotation.html
字号:
</DL><HR><A NAME="PARAMETERS"><!-- --></A><H3>PARAMETERS</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>PARAMETERS</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.PARAMETERS">Constant Field Values</A></DL></DL><HR><A NAME="OPERATION"><!-- --></A><H3>OPERATION</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>OPERATION</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.OPERATION">Constant Field Values</A></DL></DL><HR><A NAME="DEFAULTDIR"><!-- --></A><H3>DEFAULTDIR</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>DEFAULTDIR</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.DEFAULTDIR">Constant Field Values</A></DL></DL><HR><A NAME="LLX"><!-- --></A><H3>LLX</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>LLX</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.LLX">Constant Field Values</A></DL></DL><HR><A NAME="LLY"><!-- --></A><H3>LLY</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>LLY</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.LLY">Constant Field Values</A></DL></DL><HR><A NAME="URX"><!-- --></A><H3>URX</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>URX</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.URX">Constant Field Values</A></DL></DL><HR><A NAME="URY"><!-- --></A><H3>URY</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>URY</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.URY">Constant Field Values</A></DL></DL><HR><A NAME="MIMETYPE"><!-- --></A><H3>MIMETYPE</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>MIMETYPE</B></PRE><DL><DD>This is a possible attribute.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Annotation.MIMETYPE">Constant Field Values</A></DL></DL><HR><A NAME="annotationtype"><!-- --></A><H3>annotationtype</H3><PRE>protected int <B>annotationtype</B></PRE><DL><DD>This is the type of annotation.<P><DL></DL></DL><HR><A NAME="annotationAttributes"><!-- --></A><H3>annotationAttributes</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>annotationAttributes</B></PRE><DL><DD>This is the title of the <CODE>Annotation</CODE>.<P><DL></DL></DL><HR><A NAME="llx"><!-- --></A><H3>llx</H3><PRE>protected float <B>llx</B></PRE><DL><DD>This is the lower left x-value<P><DL></DL></DL><HR><A NAME="lly"><!-- --></A><H3>lly</H3><PRE>protected float <B>lly</B></PRE><DL><DD>This is the lower left y-value<P><DL></DL></DL><HR><A NAME="urx"><!-- --></A><H3>urx</H3><PRE>protected float <B>urx</B></PRE><DL><DD>This is the upper right x-value<P><DL></DL></DL><HR><A NAME="ury"><!-- --></A><H3>ury</H3><PRE>protected float <B>ury</B></PRE><DL><DD>This is the upper right y-value<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="Annotation(float, float, float, float)"><!-- --></A><H3>Annotation</H3><PRE>private <B>Annotation</B>(float llx, float lly, float urx, float ury)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE> with a certain title and some text.<P><DL><DT><B>Parameters:</B><DD><CODE>llx</CODE> - lower left x coordinate<DD><CODE>lly</CODE> - lower left y coordinate<DD><CODE>urx</CODE> - upper right x coordinate<DD><CODE>ury</CODE> - upper right y coordinate</DL></DL><HR><A NAME="Annotation(com.lowagie.text.Annotation)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</B>(<A HREF="../../../com/lowagie/text/Annotation.html" title="class in com.lowagie.text">Annotation</A> an)</PRE><DL><DD>Copy constructor.<P></DL><HR><A NAME="Annotation(java.lang.String, java.lang.String)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</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> title, <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> text)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE> with a certain title and some text.<P><DL><DT><B>Parameters:</B><DD><CODE>title</CODE> - the title of the annotation<DD><CODE>text</CODE> - the content of the annotation</DL></DL><HR><A NAME="Annotation(java.lang.String, java.lang.String, float, float, float, float)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</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> title, <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> text, float llx, float lly, float urx, float ury)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE> with a certain title and some text.<P><DL><DT><B>Parameters:</B><DD><CODE>title</CODE> - the title of the annotation<DD><CODE>text</CODE> - the content of the annotation<DD><CODE>llx</CODE> - the lower left x-value<DD><CODE>lly</CODE> - the lower left y-value<DD><CODE>urx</CODE> - the upper right x-value<DD><CODE>ury</CODE> - the upper right y-value</DL></DL><HR><A NAME="Annotation(float, float, float, float, java.net.URL)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</B>(float llx, float lly, float urx, float ury, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A> url)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>llx</CODE> - the lower left x-value<DD><CODE>lly</CODE> - the lower left y-value<DD><CODE>urx</CODE> - the upper right x-value<DD><CODE>ury</CODE> - the upper right y-value<DD><CODE>url</CODE> - the external reference</DL></DL><HR><A NAME="Annotation(float, float, float, float, java.lang.String)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</B>(float llx, float lly, float urx, float ury, <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> url)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>llx</CODE> - the lower left x-value<DD><CODE>lly</CODE> - the lower left y-value<DD><CODE>urx</CODE> - the upper right x-value<DD><CODE>ury</CODE> - the upper right y-value<DD><CODE>url</CODE> - the external reference</DL></DL><HR><A NAME="Annotation(float, float, float, float, java.lang.String, java.lang.String)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</B>(float llx, float lly, float urx, float ury, <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> file, <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> dest)</PRE><DL><DD>Constructs an <CODE>Annotation</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>llx</CODE> - the lower left x-value<DD><CODE>lly</CODE> - the lower left y-value<DD><CODE>urx</CODE> - the upper right x-value<DD><CODE>ury</CODE> - the upper right y-value<DD><CODE>file</CODE> - an external PDF file<DD><CODE>dest</CODE> - the destination in this file</DL></DL><HR><A NAME="Annotation(float, float, float, float, java.lang.String, java.lang.String, boolean)"><!-- --></A><H3>Annotation</H3><PRE>public <B>Annotation</B>(float llx, float lly, float urx, float ury, <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> moviePath, <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> mimeType, boolean showOnDisplay)</PRE><DL><DD>Creates a Screen annotation to embed media clips
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -