Class AbstractOfficeConverterProperties

java.lang.Object
com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
Direct Known Subclasses:
OfficeDocumentConverterProperties, OfficePresentationConverterProperties, OfficeSpreadsheetConverterProperties

public abstract class AbstractOfficeConverterProperties extends Object
A class that keeps common conversion properties for different office files.
  • 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 anything
      Sets 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 protected long getThreadWaitingTimeLimit()
      Deprecated.
      this parameter does not have any effect anymore because now threads performing conversion do not wait on anything
      Gets 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