Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
OrgChartSpec |
OrgChartSpec.clone() |
OrgChartSpec |
ChartSpec.getOrgChart()
An org chart specification.
|
OrgChartSpec |
OrgChartSpec.set(String fieldName,
Object value) |
OrgChartSpec |
OrgChartSpec.setLabels(ChartData labels)
The data containing the labels for all the nodes in the chart.
|
OrgChartSpec |
OrgChartSpec.setNodeColor(Color nodeColor)
The color of the org chart nodes.
|
OrgChartSpec |
OrgChartSpec.setNodeColorStyle(ColorStyle nodeColorStyle)
The color of the org chart nodes.
|
OrgChartSpec |
OrgChartSpec.setNodeSize(String nodeSize)
The size of the org chart nodes.
|
OrgChartSpec |
OrgChartSpec.setParentLabels(ChartData parentLabels)
The data containing the label of the parent for the corresponding node.
|
OrgChartSpec |
OrgChartSpec.setSelectedNodeColor(Color selectedNodeColor)
The color of the selected org chart nodes.
|
OrgChartSpec |
OrgChartSpec.setSelectedNodeColorStyle(ColorStyle selectedNodeColorStyle)
The color of the selected org chart nodes.
|
OrgChartSpec |
OrgChartSpec.setTooltips(ChartData tooltips)
The data containing the tooltip for the corresponding node.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setOrgChart(OrgChartSpec orgChart)
An org chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.