Package org.fit.pdfdom
Class FontTable.Entry
- java.lang.Object
-
- org.fit.pdfdom.resource.HtmlResource
-
- org.fit.pdfdom.FontTable.Entry
-
- Enclosing class:
- FontTable
public class FontTable.Entry extends HtmlResource
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.pdfbox.pdmodel.font.PDFontDescriptordescriptorStringfontNameStringusedName-
Fields inherited from class org.fit.pdfdom.resource.HtmlResource
name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanequalToPDFont(org.apache.pdfbox.pdmodel.font.PDFont compare)byte[]getData()StringgetFileEnding()StringgetMimeType()inthashCode()booleanisEntryValid()-
Methods inherited from class org.fit.pdfdom.resource.HtmlResource
getName
-
-
-
-
Method Detail
-
getData
public byte[] getData() throws IOException- Specified by:
getDatain classHtmlResource- Throws:
IOException
-
isEntryValid
public boolean isEntryValid()
-
equalToPDFont
public boolean equalToPDFont(org.apache.pdfbox.pdmodel.font.PDFont compare)
-
getFileEnding
public String getFileEnding()
- Specified by:
getFileEndingin classHtmlResource
-
getMimeType
public String getMimeType()
- Specified by:
getMimeTypein classHtmlResource
-
-