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 class
STTLTriggerEvent.Enum
Enumeration value class for org.openxmlformats.schemas.presentationml.x2006.main.STTLTriggerEvent.
-
Field Summary
Fields Modifier and Type Field Description static STTLTriggerEvent.Enum
BEGIN
static STTLTriggerEvent.Enum
END
static SimpleTypeFactory<STTLTriggerEvent>
Factory
static int
INT_BEGIN
static int
INT_END
static int
INT_ON_BEGIN
static int
INT_ON_CLICK
static int
INT_ON_DBL_CLICK
static int
INT_ON_END
static int
INT_ON_MOUSE_OUT
static int
INT_ON_MOUSE_OVER
static int
INT_ON_NEXT
static int
INT_ON_PREV
static int
INT_ON_STOP_AUDIO
static STTLTriggerEvent.Enum
ON_BEGIN
static STTLTriggerEvent.Enum
ON_CLICK
static STTLTriggerEvent.Enum
ON_DBL_CLICK
static STTLTriggerEvent.Enum
ON_END
static STTLTriggerEvent.Enum
ON_MOUSE_OUT
static STTLTriggerEvent.Enum
ON_MOUSE_OVER
static STTLTriggerEvent.Enum
ON_NEXT
static STTLTriggerEvent.Enum
ON_PREV
static STTLTriggerEvent.Enum
ON_STOP_AUDIO
static SchemaType
type
-
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 StringEnumAbstractBase
getEnumValue()
void
setEnumValue(StringEnumAbstractBase e)
-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final SimpleTypeFactory<STTLTriggerEvent> Factory
-
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
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-