📄 rtfdestinationfonttable.html
字号:
setPitch</H3><PRE>public void <B>setPitch</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> value)</PRE><DL><DD>Set the font pitch<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - Pitch value<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setBias(java.lang.String)"><!-- --></A><H3>setBias</H3><PRE>public void <B>setBias</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> value)</PRE><DL><DD>Set the font bias<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - Bias value<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setThemeFont(java.lang.String)"><!-- --></A><H3>setThemeFont</H3><PRE>public void <B>setThemeFont</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> themeFont)</PRE><DL><DD>Set the font theme<P><DD><DL><DT><B>Parameters:</B><DD><CODE>themeFont</CODE> - Theme value<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setFontName(java.lang.String)"><!-- --></A><H3>setFontName</H3><PRE>public void <B>setFontName</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> fontName)</PRE><DL><DD>Set the font name to the parsed value.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fontName</CODE> - The font name.<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setFontFamily(java.lang.String)"><!-- --></A><H3>setFontFamily</H3><PRE>public void <B>setFontFamily</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> fontFamily)</PRE><DL><DD>Set the font family to the parsed value.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fontFamily</CODE> - The font family.<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setFontNumber(java.lang.String)"><!-- --></A><H3>setFontNumber</H3><PRE>public void <B>setFontNumber</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> fontNr)</PRE><DL><DD>Set the font number to the parsed value. This is used for mapping fonts to the new font numbers<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fontNr</CODE> - The font number.<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setFontAlternate(java.lang.String)"><!-- --></A><H3>setFontAlternate</H3><PRE>public void <B>setFontAlternate</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> fontAlternate)</PRE><DL><DD>Set the alternate font name.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>fontAlternate</CODE> - The falt font value<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setCharset(java.lang.String)"><!-- --></A><H3>setCharset</H3><PRE>public void <B>setCharset</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> charset)</PRE><DL><DD>Set the character-set to the parsed value.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>charset</CODE> - The charset value<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="setToDefaults()"><!-- --></A><H3>setToDefaults</H3><PRE>public void <B>setToDefaults</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#setToDefaults()">RtfDestination</A></CODE></B></DD><DD>Method to set this object to the default values. Must be implemented in child class.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html#setToDefaults()">setToDefaults</A></CODE> in class <CODE><A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestination.html" title="class in com.lowagie.text.rtf.parser.destinations">RtfDestination</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="processFont()"><!-- --></A><H3>processFont</H3><PRE>private void <B>processFont</B>()</PRE><DL><DD>Process the font information that was parsed from the input.<P><DD><DL><DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="createfont(java.lang.String)"><!-- --></A><H3>createfont</H3><PRE>private <A HREF="../../../../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> <B>createfont</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> fontName)</PRE><DL><DD>Create a font via the <code>FontFactory</code><P><DD><DL><DT><B>Parameters:</B><DD><CODE>fontName</CODE> - The font name to create<DT><B>Returns:</B><DD>The created <code>Font</code> object<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="getFont(java.lang.String)"><!-- --></A><H3>getFont</H3><PRE>public <A HREF="../../../../../../com/lowagie/text/Font.html" title="class in com.lowagie.text">Font</A> <B>getFont</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> key)</PRE><DL><DD>Get a <code>Font</code> object from the font map object<P><DD><DL><DT><B>Parameters:</B><DD><CODE>key</CODE> - The font number to get<DT><B>Returns:</B><DD>The mapped <code>Font</code> object.<DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="importSystemFonts()"><!-- --></A><H3>importSystemFonts</H3><PRE>private void <B>importSystemFonts</B>()</PRE><DL><DD>Load system fonts into the static <code>FontFactory</code> object<P><DD><DL><DT><B>Since:</B></DT> <DD>2.0.8</DD></DL></DD></DL><HR><A NAME="getEnvironmentVariables()"><!-- --></A><H3>getEnvironmentVariables</H3><PRE>private <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</A> <B>getEnvironmentVariables</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></PRE><DL><DD>Utility method to load the environment variables.<P><DD><DL><DT><B>Returns:</B><DD>Properties object with environment variable information<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></CODE><DT><B>Since:</B></DT> <DD>2.0.8</DD></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>Hosted by <a href="http://www.hostbasket.com/">Hostbasket</a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestinationDocument.html" title="class in com.lowagie.text.rtf.parser.destinations"><B>PREV CLASS</B></A> <A HREF="../../../../../../com/lowagie/text/rtf/parser/destinations/RtfDestinationInfo.html" title="class in com.lowagie.text.rtf.parser.destinations"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/lowagie/text/rtf/parser/destinations/RtfDestinationFontTable.html" target="_top"><B>FRAMES</B></A> <A HREF="RtfDestinationFontTable.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 | <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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -