Interface STTLTriggerEvent
-
- All Superinterfaces:
XmlAnySimpleType,XmlNormalizedString,XmlObject,XmlString,XmlToken,XmlTokenSource
public interface STTLTriggerEvent extends XmlToken
An XML ST_TLTriggerEvent(@http://schemas.openxmlformats.org/presentationml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerEvent.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTLTriggerEvent.EnumEnumeration value class for org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerEvent.static classSTTLTriggerEvent.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTLTriggerEvent.EnumBEGINstatic STTLTriggerEvent.EnumENDstatic intINT_BEGINstatic intINT_ENDstatic intINT_ON_BEGINstatic intINT_ON_CLICKstatic intINT_ON_DBL_CLICKstatic intINT_ON_ENDstatic intINT_ON_MOUSE_OUTstatic intINT_ON_MOUSE_OVERstatic intINT_ON_NEXTstatic intINT_ON_PREVstatic intINT_ON_STOP_AUDIOstatic STTLTriggerEvent.EnumON_BEGINstatic STTLTriggerEvent.EnumON_CLICKstatic STTLTriggerEvent.EnumON_DBL_CLICKstatic STTLTriggerEvent.EnumON_ENDstatic STTLTriggerEvent.EnumON_MOUSE_OUTstatic STTLTriggerEvent.EnumON_MOUSE_OVERstatic STTLTriggerEvent.EnumON_NEXTstatic STTLTriggerEvent.EnumON_PREVstatic STTLTriggerEvent.EnumON_STOP_AUDIOstatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringEnumAbstractBaseenumValue()voidset(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
ON_BEGIN
static final STTLTriggerEvent.Enum ON_BEGIN
-
ON_END
static final STTLTriggerEvent.Enum ON_END
-
BEGIN
static final STTLTriggerEvent.Enum BEGIN
-
END
static final STTLTriggerEvent.Enum END
-
ON_CLICK
static final STTLTriggerEvent.Enum ON_CLICK
-
ON_DBL_CLICK
static final STTLTriggerEvent.Enum ON_DBL_CLICK
-
ON_MOUSE_OVER
static final STTLTriggerEvent.Enum ON_MOUSE_OVER
-
ON_MOUSE_OUT
static final STTLTriggerEvent.Enum ON_MOUSE_OUT
-
ON_NEXT
static final STTLTriggerEvent.Enum ON_NEXT
-
ON_PREV
static final STTLTriggerEvent.Enum ON_PREV
-
ON_STOP_AUDIO
static final STTLTriggerEvent.Enum ON_STOP_AUDIO
-
INT_ON_BEGIN
static final int INT_ON_BEGIN
- See Also:
- Constant Field Values
-
INT_ON_END
static final int INT_ON_END
- See Also:
- Constant Field Values
-
INT_BEGIN
static final int INT_BEGIN
- See Also:
- Constant Field Values
-
INT_END
static final int INT_END
- See Also:
- Constant Field Values
-
INT_ON_CLICK
static final int INT_ON_CLICK
- See Also:
- Constant Field Values
-
INT_ON_DBL_CLICK
static final int INT_ON_DBL_CLICK
- See Also:
- Constant Field Values
-
INT_ON_MOUSE_OVER
static final int INT_ON_MOUSE_OVER
- See Also:
- Constant Field Values
-
INT_ON_MOUSE_OUT
static final int INT_ON_MOUSE_OUT
- See Also:
- Constant Field Values
-
INT_ON_NEXT
static final int INT_ON_NEXT
- See Also:
- Constant Field Values
-
INT_ON_PREV
static final int INT_ON_PREV
- See Also:
- Constant Field Values
-
INT_ON_STOP_AUDIO
static final int INT_ON_STOP_AUDIO
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-