Package | Description |
---|---|
org.pptx4j.pml |
Modifier and Type | Field and Description |
---|---|
protected STTransitionInOutDirectionType |
CTInOutTransition.dir |
protected STTransitionInOutDirectionType |
CTSplitTransition.dir |
Modifier and Type | Method and Description |
---|---|
static STTransitionInOutDirectionType |
STTransitionInOutDirectionType.fromValue(String v) |
STTransitionInOutDirectionType |
CTInOutTransition.getDir()
Gets the value of the dir property.
|
STTransitionInOutDirectionType |
CTSplitTransition.getDir()
Gets the value of the dir property.
|
static STTransitionInOutDirectionType |
STTransitionInOutDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTransitionInOutDirectionType[] |
STTransitionInOutDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTInOutTransition.setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
void |
CTSplitTransition.setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
Copyright © 2007-2019. All Rights Reserved.