com.aspose.words
Class HtmlMetafileFormat

java.lang.Object
    extended by com.aspose.words.HtmlMetafileFormat

public class HtmlMetafileFormat 
extends java.lang.Object

Utility class containing constants. Indicates the format in which metafiles are saved to HTML documents.

Field Summary
static final intPNG = 0
           Metafiles are rendered to raster PNG images.
static final intSVG = 1
           Metafiles are converted to vector SVG images.
static final intEMF_OR_WMF = 2
           Metafiles are saved as is, without conversion.
 

Field Detail

PNG = 0

public static final int PNG
Metafiles are rendered to raster PNG images.

SVG = 1

public static final int SVG
Metafiles are converted to vector SVG images.

EMF_OR_WMF = 2

public static final int EMF_OR_WMF
Metafiles are saved as is, without conversion.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.