Package com.itextpdf.pdfoffice
Class AbstractOfficeConverterProperties
java.lang.Object
com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
- Direct Known Subclasses:
-
OfficeDocumentConverterProperties
,OfficePresentationConverterProperties
,OfficeSpreadsheetConverterProperties
A class that keeps common conversion properties for different office files.
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
Deprecated.this parameter does not have any effect anymore because now threads performing conversion do not wait on anythingsetEventMetaInfo
(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Sets pdfOffice's meta info.protected AbstractOfficeConverterProperties
setThreadWaitingTimeLimit
(long threadWaitingTimeLimit) Deprecated.this parameter does not have any effect anymore because now threads performing conversion do not wait on anything
-
Method Details
-
setEventMetaInfo
public AbstractOfficeConverterProperties setEventMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Sets pdfOffice's meta info.This meta info will be used to determine event origin.
- Parameters:
-
metaInfo
- meta info to set - Returns:
- this
-
setThreadWaitingTimeLimit
@Deprecated protected AbstractOfficeConverterProperties setThreadWaitingTimeLimit(long threadWaitingTimeLimit) Deprecated.this parameter does not have any effect anymore because now threads performing conversion do not wait on anythingSets thread's maximum waiting time limit. If this limit is exceeded, conversion will be aborted and an exception will be thrown.- Parameters:
-
threadWaitingTimeLimit
- time limit to be set - Returns:
-
this
AbstractOfficeConverterProperties
instance
-
getThreadWaitingTimeLimit
Deprecated.this parameter does not have any effect anymore because now threads performing conversion do not wait on anythingGets thread's maximum waiting time limit. If this limit is exceeded, conversion will be aborted and an exception will be thrown.- Returns:
- waiting time limit
-