| java.lang.Object com.flexive.extractor.FxSummaryInformation
FxSummaryInformation | public class FxSummaryInformation implements Serializable(Code) | | A class storing informations about documents (pdf, word, excel, ...)
|
Constructor Summary | |
public | FxSummaryInformation(String author, String applicationName, long charCount, String comments, Date createdAt, Date editTime, String keywords, String lastModifiedBy, Date lastPrintedAt, String title, Date lastModifiedAt, int pageCount, String revNumber, int wordCount, boolean encrypted, String additionalText) | public | FxSummaryInformation(SummaryInformation si) Constructor. | public | FxSummaryInformation(PDDocument pdf) |
charCount | long charCount(Code) | | |
encrypted | boolean encrypted(Code) | | |
FxSummaryInformation | public FxSummaryInformation(String author, String applicationName, long charCount, String comments, Date createdAt, Date editTime, String keywords, String lastModifiedBy, Date lastPrintedAt, String title, Date lastModifiedAt, int pageCount, String revNumber, int wordCount, boolean encrypted, String additionalText)(Code) | | |
FxSummaryInformation | public FxSummaryInformation(SummaryInformation si)(Code) | | Constructor.
Parameters: si - the summary information |
FxSummaryInformation | public FxSummaryInformation(PDDocument pdf)(Code) | | |
getCharCount | public long getCharCount()(Code) | | |
getFTIndexInformations | public String getFTIndexInformations()(Code) | | Returns a string that is appended to the text used by the fulltext indexer.
a string that is appended to the text used by the fulltext indexer |
getLastModifiedAt | public Date getLastModifiedAt()(Code) | | |
getLastPrintedAt | public Date getLastPrintedAt()(Code) | | |
getPageCount | public int getPageCount()(Code) | | |
getSummaryInformation | public static FxSummaryInformation getSummaryInformation(String filename)(Code) | | Reads the summary information from a document.
Parameters: filename - the file to read the summary information |
getSummaryInformation | public static FxSummaryInformation getSummaryInformation(InputStream input)(Code) | | Reads the summary information from a document.
Parameters: input - the input stream to read from, will not be closed at the end the summary information |
getWordCount | public int getWordCount()(Code) | | |
isEncrypted | public boolean isEncrypted()(Code) | | |
|
|