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