public class SmartArtNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SmartArtNode.OrgChartLayoutEnum
Organization chart layout type associated with current node.
|
Constructor and Description |
---|
SmartArtNode() |
Modifier and Type | Method and Description |
---|---|
SmartArtNode |
addNodesItem(SmartArtNode nodesItem) |
boolean |
equals(Object o) |
List<SmartArtNode> |
getNodes()
Node list.
|
SmartArtNode.OrgChartLayoutEnum |
getOrgChartLayout()
Organization chart layout type associated with current node.
|
ResourceUri |
getShapes()
Gets or sets the link to shapes.
|
String |
getText()
Node text.
|
int |
hashCode() |
SmartArtNode |
isAssistant(Boolean isAssistant) |
Boolean |
isIsAssistant()
True for and assistant node.
|
SmartArtNode |
nodes(List<SmartArtNode> nodes) |
SmartArtNode |
orgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout) |
void |
setIsAssistant(Boolean isAssistant) |
void |
setNodes(List<SmartArtNode> nodes) |
void |
setOrgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout) |
void |
setShapes(ResourceUri shapes) |
void |
setText(String text) |
SmartArtNode |
shapes(ResourceUri shapes) |
SmartArtNode |
text(String text) |
String |
toString() |
public SmartArtNode nodes(List<SmartArtNode> nodes)
public SmartArtNode addNodesItem(SmartArtNode nodesItem)
public List<SmartArtNode> getNodes()
public void setNodes(List<SmartArtNode> nodes)
public SmartArtNode shapes(ResourceUri shapes)
public ResourceUri getShapes()
public void setShapes(ResourceUri shapes)
public SmartArtNode isAssistant(Boolean isAssistant)
public Boolean isIsAssistant()
public void setIsAssistant(Boolean isAssistant)
public SmartArtNode text(String text)
public String getText()
public void setText(String text)
public SmartArtNode orgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout)
public SmartArtNode.OrgChartLayoutEnum getOrgChartLayout()
public void setOrgChartLayout(SmartArtNode.OrgChartLayoutEnum orgChartLayout)
Copyright © 2021. All rights reserved.