⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pdfcell.html

📁 java编程java编程java编程java编程java编程java编程java编程
💻 HTML
📖 第 1 页 / 共 3 页
字号:
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the upper right y-coordinate</DL>
</DD>
</DL>
<HR>

<A NAME="bottom()"><!-- --></A><H3>
bottom</H3>
<PRE>
public float <B>bottom</B>()</PRE>
<DL>
<DD>Returns the lower left y-coordinate.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/lowagie/text/Rectangle.html#bottom()">bottom</A></CODE> in class <CODE><A HREF="../../../../com/lowagie/text/Rectangle.html">Rectangle</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the lower left y-coordinate</DL>
</DD>
</DL>
<HR>

<A NAME="addImage(com.lowagie.text.Image, float, float, float, int)"><!-- --></A><H3>
addImage</H3>
<PRE>
private float <B>addImage</B>(<A HREF="../../../../com/lowagie/text/Image.html">Image</A>&nbsp;imageOrg,                       float&nbsp;left,                       float&nbsp;right,                       float&nbsp;height,                       int&nbsp;alignment)</PRE>
<DL>
<DD>Adds an image to this Cell.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>left</CODE> - the left border<DD><CODE>right</CODE> - the right border</DL>
</DD>
</DL>
<HR>

<A NAME="getLines(float, float)"><!-- --></A><H3>
getLines</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A> <B>getLines</B>(float&nbsp;top,                          float&nbsp;bottom)</PRE>
<DL>
<DD>Gets the lines of a cell that can be drawn between certain limits. <P> Remark: all the lines that can be drawn are removed from the object!
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>top</CODE> - the top of the part of the table that can be drawn<DD><CODE>bottom</CODE> - the bottom of the part of the table that can be drawn<DT><B>Returns:</B><DD>an <CODE>ArrayList</CODE> of <CODE>PdfLine</CODE>s</DL>
</DD>
</DL>
<HR>

<A NAME="getImages(float, float)"><!-- --></A><H3>
getImages</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A> <B>getImages</B>(float&nbsp;top,                           float&nbsp;bottom)</PRE>
<DL>
<DD>Gets the images of a cell that can be drawn between certain limits. <P> Remark: all the lines that can be drawn are removed from the object!
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>top</CODE> - the top of the part of the table that can be drawn<DD><CODE>bottom</CODE> - the bottom of the part of the table that can be drawn<DT><B>Returns:</B><DD>an <CODE>ArrayList</CODE> of <CODE>Image</CODE>s</DL>
</DD>
</DL>
<HR>

<A NAME="isHeader()"><!-- --></A><H3>
isHeader</H3>
<PRE>
boolean <B>isHeader</B>()</PRE>
<DL>
<DD>Checks if this cell belongs to the header of a <CODE>PdfTable</CODE>.
<P>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>void</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setHeader()"><!-- --></A><H3>
setHeader</H3>
<PRE>
void <B>setHeader</B>()</PRE>
<DL>
<DD>Indicates that this cell belongs to the header of a <CODE>PdfTable</CODE>.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="mayBeRemoved()"><!-- --></A><H3>
mayBeRemoved</H3>
<PRE>
boolean <B>mayBeRemoved</B>()</PRE>
<DL>
<DD>Checks if the cell may be removed. <P> Headers may allways be removed, even if they are drawn only partially: they will be repeated on each following page anyway!
<P>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>true</CODE> if all the lines are allready drawn; <CODE>false</CODE> otherwise.</DL>
</DD>
</DL>
<HR>

<A NAME="size()"><!-- --></A><H3>
size</H3>
<PRE>
public int <B>size</B>()</PRE>
<DL>
<DD>Returns the number of lines in the cell.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>

<A NAME="remainingLines()"><!-- --></A><H3>
remainingLines</H3>
<PRE>
public int <B>remainingLines</B>()</PRE>
<DL>
<DD>Returns the number of lines in the cell that are not empty.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>

<A NAME="remainingHeight()"><!-- --></A><H3>
remainingHeight</H3>
<PRE>
public float <B>remainingHeight</B>()</PRE>
<DL>
<DD>Returns the height needed to draw the remaining text.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a height</DL>
</DD>
</DL>
<HR>

<A NAME="leading()"><!-- --></A><H3>
leading</H3>
<PRE>
public float <B>leading</B>()</PRE>
<DL>
<DD>Gets the leading of a cell.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the leading of the lines is the cell.</DL>
</DD>
</DL>
<HR>

<A NAME="rownumber()"><!-- --></A><H3>
rownumber</H3>
<PRE>
public int <B>rownumber</B>()</PRE>
<DL>
<DD>Gets the number of the row this cell is in..
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a number</DL>
</DD>
</DL>
<HR>

<A NAME="rowspan()"><!-- --></A><H3>
rowspan</H3>
<PRE>
public int <B>rowspan</B>()</PRE>
<DL>
<DD>Gets the rowspan of a cell.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the rowspan of the cell</DL>
</DD>
</DL>
<HR>

<A NAME="cellspacing()"><!-- --></A><H3>
cellspacing</H3>
<PRE>
public float <B>cellspacing</B>()</PRE>
<DL>
<DD>Gets the cellspacing of a cell.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>

<A NAME="cellpadding()"><!-- --></A><H3>
cellpadding</H3>
<PRE>
public float <B>cellpadding</B>()</PRE>
<DL>
<DD>Gets the cellpadding of a cell..
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>

<A NAME="processActions(com.lowagie.text.Element, com.lowagie.text.pdf.PdfAction, java.util.ArrayList)"><!-- --></A><H3>
processActions</H3>
<PRE>
protected void <B>processActions</B>(<A HREF="../../../../com/lowagie/text/Element.html">Element</A>&nbsp;element,                              <A HREF="../../../../com/lowagie/text/pdf/PdfAction.html">PdfAction</A>&nbsp;action,                              <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/ArrayList.html">ArrayList</A>&nbsp;allActions)</PRE>
<DL>
<DD>Processes all actions contained in the cell.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getGroupNumber()"><!-- --></A><H3>
getGroupNumber</H3>
<PRE>
public int <B>getGroupNumber</B>()</PRE>
<DL>
<DD>Gets the number of the group this cell is in..
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a number</DL>
</DD>
</DL>
<HR>

<A NAME="setGroupNumber(int)"><!-- --></A><H3>
setGroupNumber</H3>
<PRE>
void <B>setGroupNumber</B>(int&nbsp;number)</PRE>
<DL>
<DD>Sets the group number.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/lowagie/text/pdf/PdfBorderDictionary.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/lowagie/text/pdf/PdfChunk.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="PdfCell.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -