public final class SvgEvent
extends com.aspose.ms.System.Enum
Represents options for SVG shape.
Modifier and Type | Field and Description |
---|---|
static int |
OnAbort
Occurs when page loading is stopped before an element has been allowed to load completely.
|
static int |
OnActivate
Occurs when an element is activated, for instance, through a mouse click or a keypress.
|
static int |
OnBegin
Occurs when an animation element begins.
|
static int |
OnClick
Occurs when the pointing device button is clicked over an element.
|
static int |
OnEnd
Occurs when an animation element ends.
|
static int |
OnError
Occurs when an element does not load properly or when an error occurs during script execution.
|
static int |
OnFocusIn
Occurs when an element receives focus, such as when a text becomes selected.
|
static int |
OnFocusOut
Occurs when an element loses focus, such as when a text becomes unselected.
|
static int |
OnLoad
Occurs when the user agent has fully parsed the element and its descendants and all referrenced resurces, required to render it.
|
static int |
OnMouseDown
Occurs when the pointing device button is pressed over an element.
|
static int |
OnMouseMove
Occurs when the pointing device is moved while it is over an element.
|
static int |
OnMouseOut
Occurs when the pointing device is moved away from an element.
|
static int |
OnMouseOver
Occurs when the pointing device is moved onto an element.
|
static int |
OnMouseUp
Occurs when the pointing device button is released over an element.
|
static int |
OnRepeat
Occurs when an animation element repeats.
|
static int |
OnResize
Occurs when a document view is being resized.
|
static int |
OnScroll
Occurs when a document view is being shifted along the X or Y or both axis.
|
static int |
OnUnload
Occurs when the DOM implementation removes a document from a window or frame.
|
static int |
OnZoom
Occurs when the zoom level of a document view is being changed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int OnFocusIn
Occurs when an element receives focus, such as when a text becomes selected.
public static final int OnFocusOut
Occurs when an element loses focus, such as when a text becomes unselected.
public static final int OnActivate
Occurs when an element is activated, for instance, through a mouse click or a keypress.
public static final int OnClick
Occurs when the pointing device button is clicked over an element.
public static final int OnMouseDown
Occurs when the pointing device button is pressed over an element.
public static final int OnMouseUp
Occurs when the pointing device button is released over an element.
public static final int OnMouseOver
Occurs when the pointing device is moved onto an element.
public static final int OnMouseMove
Occurs when the pointing device is moved while it is over an element.
public static final int OnMouseOut
Occurs when the pointing device is moved away from an element.
public static final int OnLoad
Occurs when the user agent has fully parsed the element and its descendants and all referrenced resurces, required to render it.
public static final int OnUnload
Occurs when the DOM implementation removes a document from a window or frame. Only applicable to outermost svg elements.
public static final int OnAbort
Occurs when page loading is stopped before an element has been allowed to load completely.
public static final int OnError
Occurs when an element does not load properly or when an error occurs during script execution.
public static final int OnResize
Occurs when a document view is being resized. Only applicable to outermost svg elements.
public static final int OnScroll
Occurs when a document view is being shifted along the X or Y or both axis. Only applicable to outermost svg elements.
public static final int OnZoom
Occurs when the zoom level of a document view is being changed. Only applicable to outermost svg elements.
public static final int OnBegin
Occurs when an animation element begins.
public static final int OnEnd
Occurs when an animation element ends.
public static final int OnRepeat
Occurs when an animation element repeats.