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