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