📄 row.html
字号:
<A NAME="getObjectID(java.lang.Object)"><!-- --></A><H3>
getObjectID</H3>
<PRE>
int <B>getObjectID</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> element)</PRE>
<DL>
<DD>Returns the type-id of an Object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the object of which you'd like to know the type-id, -1 if invalid</DL>
</DD>
</DL>
<HR>
<A NAME="getCell(int)"><!-- --></A><H3>
getCell</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> <B>getCell</B>(int column)</PRE>
<DL>
<DD>Gets a <CODE>Cell</CODE> or <CODE>Table</CODE> from a certain column.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>column</CODE> - the column the <CODE>Cell/Table</CODE> is in.<DT><B>Returns:</B><DD>the <CODE>Cell</CODE>,<CODE>Table</CODE> or <VAR>Object</VAR> if the column was reserved or null if empty.</DL>
</DD>
</DL>
<HR>
<A NAME="isEmpty()"><!-- --></A><H3>
isEmpty</H3>
<PRE>
public boolean <B>isEmpty</B>()</PRE>
<DL>
<DD>Checks if the row is empty.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>true</CODE> if none of the columns is reserved.</DL>
</DD>
</DL>
<HR>
<A NAME="validPosition()"><!-- --></A><H3>
validPosition</H3>
<PRE>
int <B>validPosition</B>()</PRE>
<DL>
<DD>Gets the index of the current, valid position
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>
<A NAME="columns()"><!-- --></A><H3>
columns</H3>
<PRE>
public int <B>columns</B>()</PRE>
<DL>
<DD>Gets the number of columns.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>
<A NAME="horizontalAlignment()"><!-- --></A><H3>
horizontalAlignment</H3>
<PRE>
public int <B>horizontalAlignment</B>()</PRE>
<DL>
<DD>Gets the horizontal alignment.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>
<A NAME="verticalAlignment()"><!-- --></A><H3>
verticalAlignment</H3>
<PRE>
public int <B>verticalAlignment</B>()</PRE>
<DL>
<DD>Gets the vertical alignment.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a value</DL>
</DD>
</DL>
<HR>
<A NAME="isTag(java.lang.String)"><!-- --></A><H3>
isTag</H3>
<PRE>
public static boolean <B>isTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> tag)</PRE>
<DL>
<DD>Checks if a given tag corresponds with this object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tag</CODE> - the given tag<DT><B>Returns:</B><DD>true if the tag corresponds</DL>
</DD>
</DL>
<HR>
<A NAME="setMarkupAttribute(java.lang.String, java.lang.String)"><!-- --></A><H3>
setMarkupAttribute</H3>
<PRE>
public void <B>setMarkupAttribute</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> name, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></B></DD>
<DD>Sets the specified attribute.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttribute(java.lang.String, java.lang.String)">setMarkupAttribute</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - <CODE>String</CODE> attribute name.<DD><CODE>value</CODE> - <CODE>String</CODE> attribute value.<DT><B>See Also:</B><DD><A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttribute(java.lang.String, java.lang.String)"><CODE>MarkupAttributes.setMarkupAttribute(java.lang.String, java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setMarkupAttributes(java.util.Properties)"><!-- --></A><H3>
setMarkupAttributes</H3>
<PRE>
public void <B>setMarkupAttributes</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html">Properties</A> markupAttributes)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></B></DD>
<DD>Sets the markupAttributes.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttributes(java.util.Properties)">setMarkupAttributes</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>markupAttributes</CODE> - a <CODE>Properties</CODE>-object containing markupattributes<DT><B>See Also:</B><DD><A HREF="../../../com/lowagie/text/MarkupAttributes.html#setMarkupAttributes(java.util.Properties)"><CODE>MarkupAttributes.setMarkupAttributes(java.util.Properties)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMarkupAttribute(java.lang.String)"><!-- --></A><H3>
getMarkupAttribute</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getMarkupAttribute</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></B></DD>
<DD>Returns the value of the specified attribute.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttribute(java.lang.String)">getMarkupAttribute</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - <CODE>String</CODE> attribute name.<DT><B>Returns:</B><DD><CODE>String</CODE>.<DT><B>See Also:</B><DD><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttribute(java.lang.String)"><CODE>MarkupAttributes.getMarkupAttribute(java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMarkupAttributeNames()"><!-- --></A><H3>
getMarkupAttributeNames</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Set.html">Set</A> <B>getMarkupAttributeNames</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></B></DD>
<DD>Returns a <CODE>Set</CODE> of <CODE>String</CODE> attribute names for the <CODE>MarkupAttributes</CODE> implementor.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributeNames()">getMarkupAttributeNames</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>Set</CODE>.<DT><B>See Also:</B><DD><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributeNames()"><CODE>MarkupAttributes.getMarkupAttributeNames()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMarkupAttributes()"><!-- --></A><H3>
getMarkupAttributes</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html">Properties</A> <B>getMarkupAttributes</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></B></DD>
<DD>Return a <CODE>Properties</CODE>-object containing all the markupAttributes.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributes()">getMarkupAttributes</A></CODE> in interface <CODE><A HREF="../../../com/lowagie/text/MarkupAttributes.html">MarkupAttributes</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>Properties</CODE><DT><B>See Also:</B><DD><A HREF="../../../com/lowagie/text/MarkupAttributes.html#getMarkupAttributes()"><CODE>MarkupAttributes.getMarkupAttributes()</CODE></A></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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/lowagie/text/Rectangle.html"><B>PREV CLASS</B></A>
<A HREF="../../../com/lowagie/text/Section.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>
<A HREF="Row.html" TARGET="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <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 + -