HtmlMetafileFormat
Contents
[
Hide
]
Inheritance: java.lang.Object
public class HtmlMetafileFormat
Indicates the format in which metafiles are saved to HTML documents.
Fields
Field | Description |
---|---|
EMF_OR_WMF | Metafiles are saved as is, without conversion. |
PNG | Metafiles are rendered to raster PNG images. |
SVG | Metafiles are converted to vector SVG images. |
length |
Methods
EMF_OR_WMF
public static int EMF_OR_WMF
Metafiles are saved as is, without conversion.
PNG
public static int PNG
Metafiles are rendered to raster PNG images.
SVG
public static int SVG
Metafiles are converted to vector SVG images.
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
fromName(String htmlMetafileFormatName)
public static int fromName(String htmlMetafileFormatName)
Parameters:
Parameter | Type | Description |
---|---|---|
htmlMetafileFormatName | java.lang.String |
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getName(int htmlMetafileFormat)
public static String getName(int htmlMetafileFormat)
Parameters:
Parameter | Type | Description |
---|---|---|
htmlMetafileFormat | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
toString(int htmlMetafileFormat)
public static String toString(int htmlMetafileFormat)
Parameters:
Parameter | Type | Description |
---|---|---|
htmlMetafileFormat | int |
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |