Class ConversionOptions

java.lang.Object
chemaxon.formats.documents.jchemoffice.GenericOptions
chemaxon.formats.documents.jchemoffice.ConversionOptions
All Implemented Interfaces:
IConversionOptions, IGenericOptions

@PublicAPI public class ConversionOptions extends GenericOptions implements IConversionOptions
ConversionOptions class is the default/basic implementations of the conversion options interface.
  • Constructor Details

    • ConversionOptions

      public ConversionOptions()
    • ConversionOptions

      public ConversionOptions(boolean keepSize)
  • Method Details

    • getKeepSize

      public boolean getKeepSize()
      Description copied from interface: IConversionOptions
      Gets if the original structure sizes should be kept in the converted document
      Specified by:
      getKeepSize in interface IConversionOptions
    • setKeepSize

      public void setKeepSize(boolean keepSize)
      Description copied from interface: IConversionOptions
      Sets if the original structure sizes should be kept in the converted document
      Specified by:
      setKeepSize in interface IConversionOptions