Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static SmartArtNode.OrgChartLayoutEnum |
SmartArtNode.OrgChartLayoutEnum.fromValue(String text) |
SmartArtNode.OrgChartLayoutEnum |
SmartArtNode.getOrgChartLayout()
Organization chart layout type associated with current node.
|
SmartArtNode.OrgChartLayoutEnum |
SmartArtNode.OrgChartLayoutEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SmartArtNode.OrgChartLayoutEnum |
SmartArtNode.OrgChartLayoutEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmartArtNode.OrgChartLayoutEnum[] |
SmartArtNode.OrgChartLayoutEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SmartArtNode |
SmartArtNode.orgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout) |
void |
SmartArtNode.setOrgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout) |
void |
SmartArtNode.OrgChartLayoutEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SmartArtNode.OrgChartLayoutEnum enumeration) |
Copyright © 2022. All rights reserved.