Interface XmlExporterOutput

All Superinterfaces:
ExporterOutput, WriterExporterOutput
All Known Implementing Classes:
SimpleXmlExporterOutput

public interface XmlExporterOutput extends WriterExporterOutput
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • isEmbeddingImages

      Boolean isEmbeddingImages()
      Returns a boolean value specifying whether images should be store internally or rather as files on disk.
    • getImageHandler

      XmlResourceHandler getImageHandler()