?? paragraph.html
字號(hào):
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface com.lowagie.text.<A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttribute(java.lang.String)">getMarkupAttribute</A>, <A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributeNames()">getMarkupAttributeNames</A>, <A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributes()">getMarkupAttributes</A>, <A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttribute(java.lang.String, java.lang.String)">setMarkupAttribute</A>, <A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttributes(java.util.Properties)">setMarkupAttributes</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.util.List"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface java.util.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html">List</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#containsAll(java.util.Collection)">containsAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#iterator()">iterator</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#listIterator()">listIterator</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#listIterator(int)">listIterator</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#remove(java.lang.Object)">remove</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#removeAll(java.util.Collection)">removeAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#retainAll(java.util.Collection)">retainAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/List.html#subList(int, int)">subList</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="alignment"><!-- --></A><H3>
alignment</H3>
<PRE>
protected int <B>alignment</B></PRE>
<DL>
<DD>The alignment of the text.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="indentationLeft"><!-- --></A><H3>
indentationLeft</H3>
<PRE>
protected float <B>indentationLeft</B></PRE>
<DL>
<DD>The indentation of this paragraph on the left side.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="indentationRight"><!-- --></A><H3>
indentationRight</H3>
<PRE>
protected float <B>indentationRight</B></PRE>
<DL>
<DD>The indentation of this paragraph on the right side.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="keeptogether"><!-- --></A><H3>
keeptogether</H3>
<PRE>
protected boolean <B>keeptogether</B></PRE>
<DL>
<DD>Does the paragraph has to be kept together on 1 page.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Paragraph()"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>()</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE>.
<P>
</DL>
<HR>
<A NAME="Paragraph(float)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(float leading)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain leading.
<P>
<DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading</DL>
<HR>
<A NAME="Paragraph(com.lowagie.text.Chunk)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(<A HREF="../../../com/lowagie/text/Chunk.html">Chunk</A> chunk)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>Chunk</CODE>.
<P>
<DT><B>Parameters:</B><DD><CODE>chunk</CODE> - a <CODE>Chunk</CODE></DL>
<HR>
<A NAME="Paragraph(float, com.lowagie.text.Chunk)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(float leading, <A HREF="../../../com/lowagie/text/Chunk.html">Chunk</A> chunk)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>Chunk</CODE> and a certain leading.
<P>
<DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading<DD><CODE>chunk</CODE> - a <CODE>Chunk</CODE></DL>
<HR>
<A NAME="Paragraph(java.lang.String)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> string)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>String</CODE>.
<P>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - a <CODE>String</CODE></DL>
<HR>
<A NAME="Paragraph(java.lang.String, com.lowagie.text.Font)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> string, <A HREF="../../../com/lowagie/text/Font.html">Font</A> font)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>String</CODE> and a certain <CODE>Font</CODE>.
<P>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - a <CODE>String</CODE><DD><CODE>font</CODE> - a <CODE>Font</CODE></DL>
<HR>
<A NAME="Paragraph(float, java.lang.String)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(float leading, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> string)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>String</CODE> and a certain leading.
<P>
<DT><B>Parameters:</B><DD><CODE>leading</CODE> - the leading<DD><CODE>string</CODE> - a <CODE>String</CODE></DL>
<HR>
<A NAME="Paragraph(float, java.lang.String, com.lowagie.text.Font)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(float leading, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> string, <A HREF="../../../com/lowagie/text/Font.html">Font</A> font)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain leading, <CODE>String</CODE> and <CODE>Font</CODE>.
<P>
<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>
<HR>
<A NAME="Paragraph(com.lowagie.text.Phrase)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(<A HREF="../../../com/lowagie/text/Phrase.html">Phrase</A> phrase)</PRE>
<DL>
<DD>Constructs a <CODE>Paragraph</CODE> with a certain <CODE>Phrase</CODE>.
<P>
<DT><B>Parameters:</B><DD><CODE>phrase</CODE> - a <CODE>Phrase</CODE></DL>
<HR>
<A NAME="Paragraph(java.util.Properties)"><!-- --></A><H3>
Paragraph</H3>
<PRE>
public <B>Paragraph</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html">Properties</A> attributes)</PRE>
<DL>
<DD>Returns a <CODE>Paragraph</CODE> that has been constructed taking in account the value of some <VAR>attributes</VAR>.
<P>
<DT><B>Parameters:</B><DD><CODE>attributes</CODE> - Some attributes</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="type()"><!-- --></A><H3>
type</H3>
<PRE>
public int <B>type</B>()</PRE>
<DL>
<DD>Gets the type of the text element.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/Element.html#type()">type</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/Element.html">Element</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../com/lowagie/text/Phrase.html#type()">type</A></CODE> in class <CODE><A HREF="../../../com/lowagie/text/Phrase.html">Phrase</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a type</DL>
</DD>
</DL>
<HR>
<A NAME="add(java.lang.Object)"><!-- --></A><H3>
add</H3>
<PRE>
public boolean <B>add</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> o)</PRE>
<DL>
<DD>Adds an <CODE>Object</CODE> to the <CODE>Paragraph</CODE>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/TextElementArray.html#add(java.lang.Object)">add</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/TextElementArray.html">TextElementArray</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../com/lowagie/text/Phrase.html#add(java.lang.Object)">add</A></CODE> in class <CODE><A HREF="../../../com/lowagie/text/Phrase.html">Phrase</A></CODE></DL>
</DD>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -