📄 chunk.html
字号:
<DL><DD>Key for split character.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.SPLITCHARACTER">Constant Field Values</A></DL></DL><HR><A NAME="HYPHENATION"><!-- --></A><H3>HYPHENATION</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>HYPHENATION</B></PRE><DL><DD>Key for hyphenation.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.HYPHENATION">Constant Field Values</A></DL></DL><HR><A NAME="REMOTEGOTO"><!-- --></A><H3>REMOTEGOTO</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>REMOTEGOTO</B></PRE><DL><DD>Key for remote goto.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.REMOTEGOTO">Constant Field Values</A></DL></DL><HR><A NAME="LOCALGOTO"><!-- --></A><H3>LOCALGOTO</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>LOCALGOTO</B></PRE><DL><DD>Key for local goto.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.LOCALGOTO">Constant Field Values</A></DL></DL><HR><A NAME="LOCALDESTINATION"><!-- --></A><H3>LOCALDESTINATION</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>LOCALDESTINATION</B></PRE><DL><DD>Key for local destination.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.LOCALDESTINATION">Constant Field Values</A></DL></DL><HR><A NAME="GENERICTAG"><!-- --></A><H3>GENERICTAG</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>GENERICTAG</B></PRE><DL><DD>Key for generic tag.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.GENERICTAG">Constant Field Values</A></DL></DL><HR><A NAME="IMAGE"><!-- --></A><H3>IMAGE</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>IMAGE</B></PRE><DL><DD>Key for image.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.IMAGE">Constant Field Values</A></DL></DL><HR><A NAME="ACTION"><!-- --></A><H3>ACTION</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>ACTION</B></PRE><DL><DD>Key for Action.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.ACTION">Constant Field Values</A></DL></DL><HR><A NAME="NEWPAGE"><!-- --></A><H3>NEWPAGE</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>NEWPAGE</B></PRE><DL><DD>Key for newpage.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.NEWPAGE">Constant Field Values</A></DL></DL><HR><A NAME="PDFANNOTATION"><!-- --></A><H3>PDFANNOTATION</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>PDFANNOTATION</B></PRE><DL><DD>Key for annotation.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.PDFANNOTATION">Constant Field Values</A></DL></DL><HR><A NAME="COLOR"><!-- --></A><H3>COLOR</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>COLOR</B></PRE><DL><DD>Key for color.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.COLOR">Constant Field Values</A></DL></DL><HR><A NAME="ENCODING"><!-- --></A><H3>ENCODING</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>ENCODING</B></PRE><DL><DD>Key for encoding.<P><DL><DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.lowagie.text.Chunk.ENCODING">Constant Field Values</A></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="Chunk()"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>()</PRE><DL><DD>Empty constructor.<P></DL><HR><A NAME="Chunk(com.lowagie.text.Chunk)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>(<A HREF="../../../com/lowagie/text/Chunk.html" title="class in com.lowagie.text">Chunk</A> ck)</PRE><DL><DD>A <CODE>Chunk</CODE> copy constructor.<P><DL><DT><B>Parameters:</B><DD><CODE>ck</CODE> - the <CODE>Chunk</CODE> to be copied</DL></DL><HR><A NAME="Chunk(java.lang.String, com.lowagie.text.Font)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</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> content, <A HREF="../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> font)</PRE><DL><DD>Constructs a chunk of text with a certain content and a certain <CODE> Font</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>content</CODE> - the content<DD><CODE>font</CODE> - the font</DL></DL><HR><A NAME="Chunk(java.lang.String)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</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> content)</PRE><DL><DD>Constructs a chunk of text with a certain content, without specifying a <CODE>Font</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>content</CODE> - the content</DL></DL><HR><A NAME="Chunk(char, com.lowagie.text.Font)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>(char c, <A HREF="../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> font)</PRE><DL><DD>Constructs a chunk of text with a char and a certain <CODE>Font</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the content<DD><CODE>font</CODE> - the font</DL></DL><HR><A NAME="Chunk(char)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>(char c)</PRE><DL><DD>Constructs a chunk of text with a char, without specifying a <CODE>Font </CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>c</CODE> - the content</DL></DL><HR><A NAME="Chunk(com.lowagie.text.Image, float, float)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>(<A HREF="../../../com/lowagie/text/Image.html" title="class in com.lowagie.text">Image</A> image, float offsetX, float offsetY)</PRE><DL><DD>Constructs a chunk containing an <CODE>Image</CODE>.<P><DL><DT><B>Parameters:</B><DD><CODE>image</CODE> - the image<DD><CODE>offsetX</CODE> - the image offset in the x direction<DD><CODE>offsetY</CODE> - the image offset in the y direction</DL></DL><HR><A NAME="Chunk(com.lowagie.text.pdf.draw.DrawInterface)"><!-- --></A><H3>Chunk</H3><PRE>public <B>Chunk</B>(<A HREF="../../../com/lowagie/text/pdf/draw/DrawInterface.html" title="interface in com.lowagie.text.pdf.draw">DrawInterface</A> separator)</PRE><DL><DD>Creates a separator Chunk. Note that separator chunks can't be used in combination with tab chunks!<P><DL><DT><B>Parameters:</B><DD><CODE>separator</CODE> - the d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -