| |
|
| java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.style.RtfFontList
RtfFontList | public class RtfFontList extends RtfElement implements RtfExtendedElement(Code) | | The RtfFontList stores the list of fonts used in the rtf document. It also
has methods for writing this list to the document
Version: $Id: RtfFontList.java 2776 2007-05-23 20:01:40Z hallm $
author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
FONT_NUMBER | final public static byte[] FONT_NUMBER(Code) | | Constant for the font number
|
RtfFontList | public RtfFontList(RtfDocument doc)(Code) | | Creates a RtfFontList
Parameters: doc - The RtfDocument this RtfFontList belongs to |
getFontNumber | public int getFontNumber(RtfFont font)(Code) | | Gets the index of the font in the list of fonts. If the font does not
exist in the list, it is added.
Parameters: font - The font to get the id for The index of the font |
|
|
|