📄 anchor.html
字号:
</TABLE> <A NAME="methods_inherited_from_class_com.lowagie.text.Element"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface com.lowagie.text.<A HREF="../../../com/lowagie/text/Element.html" title="interface in com.lowagie.text">Element</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../com/lowagie/text/Element.html#toString()">toString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.util.List"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from interface java.util.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#containsAll(java.util.Collection)" title="class or interface in java.util">containsAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#iterator()" title="class or interface in java.util">iterator</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#listIterator()" title="class or interface in java.util">listIterator</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#listIterator(int)" title="class or interface in java.util">listIterator</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#removeAll(java.util.Collection)" title="class or interface in java.util">removeAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#retainAll(java.util.Collection)" title="class or interface in java.util">retainAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html?is-external=true#subList(int, int)" title="class or interface in java.util">subList</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="serialVersionUID"><!-- --></A><H3>serialVersionUID</H3><PRE>private static final long <B>serialVersionUID</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Anchor.serialVersionUID">Constant Field Values</A></DL></DL><HR><A NAME="name"><!-- --></A><H3>name</H3><PRE>protected <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>name</B></PRE><DL><DD>This is the name of the <CODE>Anchor</CODE>.<P><DL></DL></DL><HR><A NAME="reference"><!-- --></A><H3>reference</H3><PRE>protected <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>reference</B></PRE><DL><DD>This is the reference of the <CODE>Anchor</CODE>.<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="Anchor()"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>()</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> without specifying a leading.<P></DL><HR><A NAME="Anchor(float)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(float leading)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain leading.<P><DL><DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading</DL></DL><HR><A NAME="Anchor(com.lowagie.text.Chunk)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(<A HREF="../../../com/lowagie/text/Chunk.html" title="class in com.lowagie.text">Chunk</A> chunk)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain <CODE>Chunk</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>chunk</CODE> - a <CODE>Chunk</CODE></DL></DL><HR><A NAME="Anchor(java.lang.String)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</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> string)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain <CODE>String</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>string</CODE> - a <CODE>String</CODE></DL></DL><HR><A NAME="Anchor(java.lang.String, com.lowagie.text.Font)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</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> string, <A HREF="../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> font)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain <CODE>String</CODE> and a certain <CODE>Font</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>string</CODE> - a <CODE>String</CODE><DD><CODE>font</CODE> - a <CODE>Font</CODE></DL></DL><HR><A NAME="Anchor(float, com.lowagie.text.Chunk)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(float leading, <A HREF="../../../com/lowagie/text/Chunk.html" title="class in com.lowagie.text">Chunk</A> chunk)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain <CODE>Chunk</CODE> and a certain leading.<P><DL><DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading<DD><CODE>chunk</CODE> - a <CODE>Chunk</CODE></DL></DL><HR><A NAME="Anchor(float, java.lang.String)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(float leading, <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> string)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain leading and a certain <CODE>String</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading<DD><CODE>string</CODE> - a <CODE>String</CODE></DL></DL><HR><A NAME="Anchor(float, java.lang.String, com.lowagie.text.Font)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(float leading, <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> string, <A HREF="../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> font)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain leading, a certain <CODE>String</CODE> and a certain <CODE>Font</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading<DD><CODE>string</CODE> - a <CODE>String</CODE><DD><CODE>font</CODE> - a <CODE>Font</CODE></DL></DL><HR><A NAME="Anchor(com.lowagie.text.Phrase)"><!-- --></A><H3>Anchor</H3><PRE>public <B>Anchor</B>(<A HREF="../../../com/lowagie/text/Phrase.html" title="class in com.lowagie.text">Phrase</A> phrase)</PRE><DL><DD>Constructs an <CODE>Anchor</CODE> with a certain <CODE>Phrase</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>phrase</CODE> - a <CODE>Phrase</CODE></DL></DL><!-- ============ METHOD DETAIL ========== -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -