| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main | |
| org.pptx4j.pml |
| Modifier and Type | Field and Description |
|---|---|
protected STDirection |
CTExtendedGuide.orient |
| Modifier and Type | Method and Description |
|---|---|
STDirection |
CTExtendedGuide.getOrient()
Gets the value of the orient property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTExtendedGuide.setOrient(STDirection value)
Sets the value of the orient property.
|
| Modifier and Type | Field and Description |
|---|---|
protected STDirection |
CTOrientationTransition.dir |
protected STDirection |
CTPlaceholder.orient |
protected STDirection |
CTSplitTransition.orient |
protected STDirection |
CTGuide.orient |
| Modifier and Type | Method and Description |
|---|---|
static STDirection |
STDirection.fromValue(java.lang.String v) |
STDirection |
CTOrientationTransition.getDir()
Gets the value of the dir property.
|
STDirection |
CTPlaceholder.getOrient()
Gets the value of the orient property.
|
STDirection |
CTSplitTransition.getOrient()
Gets the value of the orient property.
|
STDirection |
CTGuide.getOrient()
Gets the value of the orient property.
|
static STDirection |
STDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STDirection[] |
STDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTOrientationTransition.setDir(STDirection value)
Sets the value of the dir property.
|
void |
CTPlaceholder.setOrient(STDirection value)
Sets the value of the orient property.
|
void |
CTSplitTransition.setOrient(STDirection value)
Sets the value of the orient property.
|
void |
CTGuide.setOrient(STDirection value)
Sets the value of the orient property.
|
Copyright © 2007–2023. All rights reserved.