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

FieldDescription
OnFocusInOccurs when an element receives focus, such as when a text becomes selected.
OnFocusOutOccurs when an element loses focus, such as when a text becomes unselected.
OnActivateOccurs when an element is activated, for instance, through a mouse click or a keypress.
OnClickOccurs when the pointing device button is clicked over an element.
OnMouseDownOccurs when the pointing device button is pressed over an element.
OnMouseUpOccurs when the pointing device button is released over an element.
OnMouseOverOccurs when the pointing device is moved onto an element.
OnMouseMoveOccurs when the pointing device is moved while it is over an element.
OnMouseOutOccurs when the pointing device is moved away from an element.
OnLoadOccurs when the user agent has fully parsed the element and its descendants and all referrenced resurces, required to render it.
OnUnloadOccurs when the DOM implementation removes a document from a window or frame.
OnAbortOccurs when page loading is stopped before an element has been allowed to load completely.
OnErrorOccurs when an element does not load properly or when an error occurs during script execution.
OnResizeOccurs when a document view is being resized.
OnScrollOccurs when a document view is being shifted along the X or Y or both axis.
OnZoomOccurs when the zoom level of a document view is being changed.
OnBeginOccurs when an animation element begins.
OnEndOccurs when an animation element ends.
OnRepeatOccurs 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.