Uses of Class
com.lowagie.text.rtf.style.RtfFont
-
Packages that use RtfFont Package Description com.lowagie.text.rtf.document com.lowagie.text.rtf.list com.lowagie.text.rtf.style -
-
Uses of RtfFont in com.lowagie.text.rtf.document
Methods in com.lowagie.text.rtf.document with parameters of type RtfFont Modifier and Type Method Description intRtfDocumentHeader. getFontNumber(RtfFont font)Gets the number of the specified RtfFont -
Uses of RtfFont in com.lowagie.text.rtf.list
Methods in com.lowagie.text.rtf.list that return RtfFont Modifier and Type Method Description RtfFontRtfListLevel. getFontBullet()RtfFontRtfListLevel. getFontNumber()Methods in com.lowagie.text.rtf.list with parameters of type RtfFont Modifier and Type Method Description voidRtfListLevel. setFontBullet(RtfFont fontBullet)voidRtfListLevel. setFontNumber(RtfFont fontNumber) -
Uses of RtfFont in com.lowagie.text.rtf.style
Subclasses of RtfFont in com.lowagie.text.rtf.style Modifier and Type Class Description classRtfParagraphStyleThe RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph.Methods in com.lowagie.text.rtf.style with parameters of type RtfFont Modifier and Type Method Description intRtfFontList. getFontNumber(RtfFont font)Gets the index of the font in the list of fonts.
-