|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Font in at.knowcenter.wag.egov.egiz.test |
---|
Methods in at.knowcenter.wag.egov.egiz.test with parameters of type Font | |
---|---|
protected static PdfPCell |
BinSig.makeCell(String text,
int vAlignment,
int hAlignment,
Font font,
float leading,
float padding,
Rectangle borders,
boolean ascender,
boolean descender)
|
Uses of Font in com.lowagie.text |
---|
Fields in com.lowagie.text declared as Font | |
---|---|
protected Font |
Chunk.font
This is the Font of this chunk of text. |
protected Font |
Phrase.font
This is the font of this phrase. |
Methods in com.lowagie.text that return Font | |
---|---|
Font |
Font.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
Font |
Chunk.font()
Gets the font of this Chunk . |
Font |
Phrase.font()
Gets the font of the first Chunk that appears in this Phrase . |
static Font |
FontFactory.getFont(Properties attributes)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(Properties attributes)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
float size)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
float size)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
float size,
int style)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
float size,
int style)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
float size,
int style,
Color color)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
float size,
int style,
Color color)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color,
boolean cached)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color,
boolean cached)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size,
int style)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size,
int style)
Constructs a Font -object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size,
int style,
Color color)
Constructs a Font -object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size,
int style,
Color color)
Constructs a Font -object. |
Methods in com.lowagie.text with parameters of type Font | |
---|---|
Font |
Font.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
static Chunk |
SpecialSymbol.get(char c,
Font font)
Gets a chunk with a symbol character. |
static Chunk |
Entities.get(String e,
Font font)
Gets a chunk with a symbol character. |
static Phrase |
Phrase.getInstance(int leading,
String string,
Font font)
Gets a special kind of Phrase that changes some characters into corresponding symbols. |
void |
Chunk.setFont(Font font)
Sets the font of this Chunk . |
Constructors in com.lowagie.text with parameters of type Font | |
---|---|
Anchor(float leading,
String string,
Font font)
Constructs an Anchor with a certain leading,
a certain String and a certain Font . |
|
Anchor(String string,
Font font)
Constructs an Anchor with a certain String
and a certain Font . |
|
Chunk(char c,
Font font)
Constructs a chunk of text with a char and a certain Font . |
|
Chunk(String content,
Font font)
Constructs a chunk of text with a certain content and a certain
Font . |
|
Font(Font other)
Copy constructor of a Font |
|
ListItem(float leading,
String string,
Font font)
Constructs a ListItem with a certain leading, String
and Font . |
|
ListItem(String string,
Font font)
Constructs a ListItem with a certain String
and a certain Font . |
|
Paragraph(float leading,
String string,
Font font)
Constructs a Paragraph with a certain leading, String
and Font . |
|
Paragraph(String string,
Font font)
Constructs a Paragraph with a certain String
and a certain Font . |
|
Phrase(float leading,
String string,
Font font)
Constructs a Phrase with a certain leading, a certain String
and a certain Font . |
|
Phrase(String string,
Font font)
Constructs a Phrase with a certain String and a certain Font . |
Uses of Font in com.lowagie.text.html |
---|
Fields in com.lowagie.text.html declared as Font | |
---|---|
protected Font |
HtmlWriter.standardfont
This is the standard font of the HTML. |
Methods in com.lowagie.text.html with parameters of type Font | |
---|---|
boolean |
HtmlWriter.isOtherFont(Font font)
Checks if a given font is the same as the font that was last used. |
void |
HtmlWriter.setStandardFont(Font standardfont)
Changes the standardfont. |
protected void |
HtmlWriter.write(Font font,
Properties styleAttributes)
Writes the representation of a Font . |
Uses of Font in com.lowagie.text.html.simpleparser |
---|
Methods in com.lowagie.text.html.simpleparser that return Font | |
---|---|
Font |
FactoryProperties.getFont(ChainedProperties props)
|
Uses of Font in com.lowagie.text.markup |
---|
Methods in com.lowagie.text.markup that return Font | |
---|---|
Font |
MarkupParser.getFont(Properties attributes)
Returns a font based on the ID and CLASS attributes of a tag. |
Font |
MarkupParser.retrieveFont(Properties styleAttributes)
Retrieves a font from the FontFactory based on some style attributes. |
Methods in com.lowagie.text.markup with parameters of type Font | |
---|---|
Element |
MarkupParser.retrieveParagraph(Font font,
Properties styleattributes)
Retrieves a Paragraph based on some style attributes. |
Element |
MarkupParser.retrievePhrase(Font font,
Properties styleattributes)
Retrieves a Phrase based on some style attributes. |
Uses of Font in com.lowagie.text.pdf |
---|
Methods in com.lowagie.text.pdf that return Font | |
---|---|
Font |
PdfSignatureAppearance.getLayer2Font()
Gets the n2 and n4 layer font. |
Methods in com.lowagie.text.pdf with parameters of type Font | |
---|---|
void |
FontSelector.addFont(Font font)
Adds a Font to be searched for valid characters. |
static float |
PdfSignatureAppearance.fitText(Font font,
String text,
Rectangle rect,
float maxFontSize,
int runDirection)
Fits the text to some rectangle adjusting the font size as needed. |
void |
PdfSignatureAppearance.setLayer2Font(Font layer2Font)
Sets the n2 and n4 layer font. |
Uses of Font in com.lowagie.text.rtf |
---|
Subclasses of Font in com.lowagie.text.rtf | |
---|---|
class |
RtfFont
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.style.RtfFont replaces the functionality of this class. |
Methods in com.lowagie.text.rtf that return Font | |
---|---|
Font |
RtfFont.difference(Font font)
Deprecated. Replaces the attributes that are equal to null with the attributes of a given font. |
Methods in com.lowagie.text.rtf with parameters of type Font | |
---|---|
protected int |
RtfWriter.addFont(Font newFont)
Deprecated. Add a new Font to the list of fonts. |
void |
RtfTOC.addTOCAsTOCEntry(String entryName,
Font entryFont)
Deprecated. Add a toc entry |
Font |
RtfFont.difference(Font font)
Deprecated. Replaces the attributes that are equal to null with the attributes of a given font. |
boolean |
RtfWriter.writeTOC(String tocTitle,
Font titleFont,
boolean showTOCasEntry,
Font showTOCEntryFont)
Deprecated. Write the table of contents. |
Constructors in com.lowagie.text.rtf with parameters of type Font | |
---|---|
GenericRtfField(String fieldInst,
String fieldResult,
Font font)
Deprecated. public constructor, set the data that is to be written into the Field Initialization Stuff and Field Result parts of the RtfField. |
|
RtfPageNumber(String content,
Font contentFont)
Deprecated. construct a RtfPageNumber. |
|
RtfTOC(String tocName,
Font tocFont)
Deprecated. |
|
RtfTOCEntry(String content,
Font contentFont)
Deprecated. Constructs an entry for the Table of Contents |
|
RtfTOCEntry(String content,
Font contentFont,
String entryName,
Font entryFont)
Deprecated. Constructs an entry for the Table of Contents |
Uses of Font in com.lowagie.text.rtf.field |
---|
Constructors in com.lowagie.text.rtf.field with parameters of type Font | |
---|---|
RtfField(RtfDocument doc,
Font font)
Constructs a RtfField for a RtfDocument. |
|
RtfPageNumber(Font font)
Constructs a RtfPageNumber with a specified Font. |
|
RtfPageNumber(RtfDocument doc,
Font font)
Constructs a RtfPageNumber object with a specific font. |
|
RtfTableOfContents(String defaultText,
Font font)
Constructs a RtfTableOfContents. |
|
RtfTOCEntry(String entry,
Font font)
Constructs a RtfTOCEntry with a certain entry text. |
|
RtfTotalPageNumber(Font font)
Constructs a RtfTotalPageNumber with a specified Font. |
|
RtfTotalPageNumber(RtfDocument doc,
Font font)
Constructs a RtfTotalPageNumber object with a specific font. |
Uses of Font in com.lowagie.text.rtf.style |
---|
Subclasses of Font in com.lowagie.text.rtf.style | |
---|---|
class |
RtfParagraphStyle
The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph. |
Methods in com.lowagie.text.rtf.style that return Font | |
---|---|
Font |
RtfFont.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
Methods in com.lowagie.text.rtf.style with parameters of type Font | |
---|---|
Font |
RtfFont.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
Constructors in com.lowagie.text.rtf.style with parameters of type Font | |
---|---|
RtfFont(RtfDocument doc,
Font font)
Constructs a RtfFont from a com.lowagie.text.Font |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |