public class CTInOutTransition extends Object
Java class for CT_InOutTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_InOutTransition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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 |
| Constructor and Description |
|---|
CTInOutTransition() |
| Modifier and Type | Method and Description |
|---|---|
STTransitionInOutDirectionType |
getDir()
Gets the value of the dir property.
|
void |
setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
protected STTransitionInOutDirectionType dir
public STTransitionInOutDirectionType getDir()
STTransitionInOutDirectionTypepublic void setDir(STTransitionInOutDirectionType value)
value - allowed object is
STTransitionInOutDirectionTypeCopyright © 2007-2019. All Rights Reserved.