public class CTSplitTransition extends Object
Java class for CT_SplitTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SplitTransition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="orient" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Direction" default="horz" /> <attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionInOutDirectionType" default="out" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STTransitionInOutDirectionType |
dir |
protected STDirection |
orient |
Constructor and Description |
---|
CTSplitTransition() |
Modifier and Type | Method and Description |
---|---|
STTransitionInOutDirectionType |
getDir()
Gets the value of the dir property.
|
STDirection |
getOrient()
Gets the value of the orient property.
|
void |
setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
void |
setOrient(STDirection value)
Sets the value of the orient property.
|
protected STDirection orient
protected STTransitionInOutDirectionType dir
public STDirection getOrient()
STDirection
public void setOrient(STDirection value)
value
- allowed object is
STDirection
public STTransitionInOutDirectionType getDir()
STTransitionInOutDirectionType
public void setDir(STTransitionInOutDirectionType value)
value
- allowed object is
STTransitionInOutDirectionType
Copyright © 2007-2019. All Rights Reserved.