public class CTRevealTransition extends Object implements Child
Java class for CT_RevealTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevealTransition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="thruBlk" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dir" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}ST_TransitionLeftRightDirectionType" default="l" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTransitionLeftRightDirectionType |
dir |
protected Boolean |
thruBlk |
| Constructor and Description |
|---|
CTRevealTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTransitionLeftRightDirectionType |
getDir()
Gets the value of the dir property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isThruBlk()
Gets the value of the thruBlk property.
|
void |
setDir(STTransitionLeftRightDirectionType value)
Sets the value of the dir property.
|
void |
setParent(Object parent) |
void |
setThruBlk(Boolean value)
Sets the value of the thruBlk property.
|
protected Boolean thruBlk
protected STTransitionLeftRightDirectionType dir
public boolean isThruBlk()
Booleanpublic void setThruBlk(Boolean value)
value - allowed object is
Booleanpublic STTransitionLeftRightDirectionType getDir()
STTransitionLeftRightDirectionTypepublic void setDir(STTransitionLeftRightDirectionType value)
value - allowed object is
STTransitionLeftRightDirectionTypepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.