@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public final class SVGZoomAndPan extends com.aspose.ms.System.Enum
The SVGZoomAndPan enumeration defines attribute zoomAndPan and associated constants.
Modifier and Type | Field and Description |
---|---|
static int |
SVG_ZOOMANDPAN_DISABLE
Corresponds to value 'disable'.
|
static int |
SVG_ZOOMANDPAN_MAGNIFY
Corresponds to value 'magnify'.
|
static int |
SVG_ZOOMANDPAN_UNKNOWN
The enumeration was set to a value that is not one of predefined types.
|
@DOMNameAttribute(name="SVG_ZOOMANDPAN_UNKNOWN") public static final int SVG_ZOOMANDPAN_UNKNOWN
The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVG_ZOOMANDPAN_DISABLE") public static final int SVG_ZOOMANDPAN_DISABLE
Corresponds to value 'disable'.
@DOMNameAttribute(name="SVG_ZOOMANDPAN_MAGNIFY") public static final int SVG_ZOOMANDPAN_MAGNIFY
Corresponds to value 'magnify'.