com.aspose.slides
Class SvgEvent

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.SvgEvent

public final class SvgEvent
extends com.aspose.ms.System.Enum

Represents options for SVG shape.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
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.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OnFocusIn

public static final int OnFocusIn

Occurs when an element receives focus, such as when a text becomes selected.

See Also:
Constant Field Values

OnFocusOut

public static final int OnFocusOut

Occurs when an element loses focus, such as when a text becomes unselected.

See Also:
Constant Field Values

OnActivate

public static final int OnActivate

Occurs when an element is activated, for instance, through a mouse click or a keypress.

See Also:
Constant Field Values

OnClick

public static final int OnClick

Occurs when the pointing device button is clicked over an element.

See Also:
Constant Field Values

OnMouseDown

public static final int OnMouseDown

Occurs when the pointing device button is pressed over an element.

See Also:
Constant Field Values

OnMouseUp

public static final int OnMouseUp

Occurs when the pointing device button is released over an element.

See Also:
Constant Field Values

OnMouseOver

public static final int OnMouseOver

Occurs when the pointing device is moved onto an element.

See Also:
Constant Field Values

OnMouseMove

public static final int OnMouseMove

Occurs when the pointing device is moved while it is over an element.

See Also:
Constant Field Values

OnMouseOut

public static final int OnMouseOut

Occurs when the pointing device is moved away from an element.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

OnAbort

public static final int OnAbort

Occurs when page loading is stopped before an element has been allowed to load completely.

See Also:
Constant Field Values

OnError

public static final int OnError

Occurs when an element does not load properly or when an error occurs during script execution.

See Also:
Constant Field Values

OnResize

public static final int OnResize

Occurs when a document view is being resized. Only applicable to outermost svg elements.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

OnZoom

public static final int OnZoom

Occurs when the zoom level of a document view is being changed. Only applicable to outermost svg elements.

See Also:
Constant Field Values

OnBegin

public static final int OnBegin

Occurs when an animation element begins.

See Also:
Constant Field Values

OnEnd

public static final int OnEnd

Occurs when an animation element ends.

See Also:
Constant Field Values

OnRepeat

public static final int OnRepeat

Occurs when an animation element repeats.

See Also:
Constant Field Values


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.