| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
| Modifier and Type | Field and Description |
|---|---|
protected STTransitionInOutDirectionType |
CTShredTransition.dir |
protected STTransitionInOutDirectionType |
CTFlyThroughTransition.dir |
| Modifier and Type | Method and Description |
|---|---|
STTransitionInOutDirectionType |
CTShredTransition.getDir()
Gets the value of the dir property.
|
STTransitionInOutDirectionType |
CTFlyThroughTransition.getDir()
Gets the value of the dir property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTShredTransition.setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
void |
CTFlyThroughTransition.setDir(STTransitionInOutDirectionType value)
Sets the value of the dir property.
|
| Modifier and Type | Field and Description |
|---|---|
protected STTransitionInOutDirectionType |
CTInOutTransition.dir |
protected STTransitionInOutDirectionType |
CTSplitTransition.dir |
| Modifier and Type | Method and Description |
|---|---|
static STTransitionInOutDirectionType |
STTransitionInOutDirectionType.fromValue(java.lang.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(java.lang.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–2025. All rights reserved.