Class EmfExporter

  • All Implemented Interfaces:
    chemaxon.formats.BinaryExporter<Molecule>, chemaxon.formats.ExportOptions

    @PublicAPI
    @Format(name="emf",
            separator=",")
    public class EmfExporter
    extends ImageExporter
    Emf export with options.
    • Constructor Detail

      • EmfExporter

        public EmfExporter()
        Creates a EmfExporter with default options.
    • Method Detail

      • builder

        public static EmfExporter.Builder<?> builder()
        Creates a builder for this class.
        Returns:
        the builder