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