| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static ArrayElement.RowSpacingRuleEnum |
ArrayElement.RowSpacingRuleEnum.fromValue(String text) |
ArrayElement.RowSpacingRuleEnum |
ArrayElement.getRowSpacingRule()
The type of vertical spacing between array elements
|
ArrayElement.RowSpacingRuleEnum |
ArrayElement.RowSpacingRuleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ArrayElement.RowSpacingRuleEnum |
ArrayElement.RowSpacingRuleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayElement.RowSpacingRuleEnum[] |
ArrayElement.RowSpacingRuleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayElement |
ArrayElement.rowSpacingRule(ArrayElement.RowSpacingRuleEnum rowSpacingRule) |
void |
ArrayElement.setRowSpacingRule(ArrayElement.RowSpacingRuleEnum rowSpacingRule) |
void |
ArrayElement.RowSpacingRuleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ArrayElement.RowSpacingRuleEnum enumeration) |
Copyright © 2025. All rights reserved.