|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.lowagie.text.pdf.PdfObject
|
+--com.lowagie.text.pdf.PdfDictionary
|
+--com.lowagie.text.pdf.PdfFontDictionary
PdfFontDictionary is a PdfResource, containing a dictionary of PdfFonts.
PdfResource,
PdfResources| Field Summary |
| Fields inherited from class com.lowagie.text.pdf.PdfDictionary |
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
| Fields inherited from class com.lowagie.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
| Constructor Summary | |
(package private) |
PdfFontDictionary()
Constructs a new PdfFontDictionary. |
| Method Summary | |
(package private) boolean |
containsFont()
Checks if the PdfFontDictionary contains at least
one object. |
PdfName |
key()
Returns the name of a resource. |
PdfObject |
value()
Returns the object that represents the resource. |
| Methods inherited from class com.lowagie.text.pdf.PdfDictionary |
get, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, toPdf |
| Methods inherited from class com.lowagie.text.pdf.PdfObject |
getBytes, isArray, isBoolean, isDictionary, isName, isNull, isNumber, isStream, isString, length, setContent, toString, type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
PdfFontDictionary()
PdfFontDictionary.
| Method Detail |
public PdfName key()
key in interface PdfResourcePdfName.public PdfObject value()
value in interface PdfResourcePdfObjectboolean containsFont()
PdfFontDictionary contains at least
one object.
true if an object was found
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||