Interface IConversionOptions

All Superinterfaces:
IGenericOptions
All Known Implementing Classes:
ConversionOptions

@PublicAPI public interface IConversionOptions extends IGenericOptions
IConversionOptions interface gives read/write information about the different settings during document conversion
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets if the original structure sizes should be kept in the converted document
    void
    setKeepSize(boolean keepSize)
    Sets if the original structure sizes should be kept in the converted document

    Methods inherited from interface chemaxon.formats.documents.jchemoffice.IGenericOptions

    getDPIFactor, setDPIFactor
  • Method Details

    • getKeepSize

      boolean getKeepSize()
      Gets if the original structure sizes should be kept in the converted document
    • setKeepSize

      void setKeepSize(boolean keepSize)
      Sets if the original structure sizes should be kept in the converted document