📄 xhtmltext.html
字号:
<A NAME="appendImageTag(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>appendImageTag</H3><PRE>public void <B>appendImageTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> align, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> alt, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> height, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> src, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> width)</PRE><DL><DD>Appends a tag that indicates an image.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>align</CODE> - how text should flow around the picture<DD><CODE>alt</CODE> - the text to show if you don't show the picture<DD><CODE>height</CODE> - how tall is the picture<DD><CODE>src</CODE> - where to get the picture<DD><CODE>width</CODE> - how wide is the picture</DL></DD></DL><HR><A NAME="appendLineItemTag(java.lang.String)"><!-- --></A><H3>appendLineItemTag</H3><PRE>public void <B>appendLineItemTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that indicates the start of a new line item within a list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style of the line item</DL></DD></DL><HR><A NAME="appendOpenOrderedListTag(java.lang.String)"><!-- --></A><H3>appendOpenOrderedListTag</H3><PRE>public void <B>appendOpenOrderedListTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that creates an ordered list. "Ordered" means that the order of the items in the list is important. To show this, browsers automatically number the list.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style of the ordered list</DL></DD></DL><HR><A NAME="appendCloseOrderedListTag()"><!-- --></A><H3>appendCloseOrderedListTag</H3><PRE>public void <B>appendCloseOrderedListTag</B>()</PRE><DL><DD>Appends a tag that indicates that an ordered list section ends.<P><DD><DL></DL></DD></DL><HR><A NAME="appendOpenUnorderedListTag(java.lang.String)"><!-- --></A><H3>appendOpenUnorderedListTag</H3><PRE>public void <B>appendOpenUnorderedListTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that creates an unordered list. The unordered part means that the items in the list are not in any particular order.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style of the unordered list</DL></DD></DL><HR><A NAME="appendCloseUnorderedListTag()"><!-- --></A><H3>appendCloseUnorderedListTag</H3><PRE>public void <B>appendCloseUnorderedListTag</B>()</PRE><DL><DD>Appends a tag that indicates that an unordered list section ends.<P><DD><DL></DL></DD></DL><HR><A NAME="appendOpenParagraphTag(java.lang.String)"><!-- --></A><H3>appendOpenParagraphTag</H3><PRE>public void <B>appendOpenParagraphTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that indicates the start of a new paragraph. This is usually rendered with two carriage returns, producing a single blank line in between the two paragraphs.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style of the paragraph</DL></DD></DL><HR><A NAME="appendCloseParagraphTag()"><!-- --></A><H3>appendCloseParagraphTag</H3><PRE>public void <B>appendCloseParagraphTag</B>()</PRE><DL><DD>Appends a tag that indicates the end of a new paragraph. This is usually rendered with two carriage returns, producing a single blank line in between the two paragraphs.<P><DD><DL></DL></DD></DL><HR><A NAME="appendOpenInlinedQuoteTag(java.lang.String)"><!-- --></A><H3>appendOpenInlinedQuoteTag</H3><PRE>public void <B>appendOpenInlinedQuoteTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that indicates that an inlined quote section begins.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style of the inlined quote</DL></DD></DL><HR><A NAME="appendCloseInlinedQuoteTag()"><!-- --></A><H3>appendCloseInlinedQuoteTag</H3><PRE>public void <B>appendCloseInlinedQuoteTag</B>()</PRE><DL><DD>Appends a tag that indicates that an inlined quote section ends.<P><DD><DL></DL></DD></DL><HR><A NAME="appendOpenSpanTag(java.lang.String)"><!-- --></A><H3>appendOpenSpanTag</H3><PRE>public void <B>appendOpenSpanTag</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> style)</PRE><DL><DD>Appends a tag that allows to set the fonts for a span of text.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>style</CODE> - the style for a span of text</DL></DD></DL><HR><A NAME="appendCloseSpanTag()"><!-- --></A><H3>appendCloseSpanTag</H3><PRE>public void <B>appendCloseSpanTag</B>()</PRE><DL><DD>Appends a tag that indicates that a span section ends.<P><DD><DL></DL></DD></DL><HR><A NAME="appendOpenStrongTag()"><!-- --></A><H3>appendOpenStrongTag</H3><PRE>public void <B>appendOpenStrongTag</B>()</PRE><DL><DD>Appends a tag that indicates text which should be more forceful than surrounding text.<P><DD><DL></DL></DD></DL><HR><A NAME="appendCloseStrongTag()"><!-- --></A><H3>appendCloseStrongTag</H3><PRE>public void <B>appendCloseStrongTag</B>()</PRE><DL><DD>Appends a tag that indicates that a strong section ends.<P><DD><DL></DL></DD></DL><HR><A NAME="append(java.lang.String)"><!-- --></A><H3>append</H3><PRE>public void <B>append</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> textToAppend)</PRE><DL><DD>Appends a given text to the XHTMLText.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>textToAppend</CODE> - the text to append</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE><DL><DD>Returns the text of the XHTMLText. Note: Automatically adds the closing body tag.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the text of the XHTMLText</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <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><b>Smack</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/jivesoftware/smackx/XHTMLManager.html" title="class in org.jivesoftware.smackx"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/jivesoftware/smackx/XHTMLText.html" target="_top"><B>FRAMES</B></A> <A HREF="XHTMLText.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2003-2007 Jive Software. </i></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -