@Deprecated public class ComparisonChart extends ComparisonChartBase
Constructor and Description |
---|
ComparisonChart(com.aspose.cells.ChartShape chart)
Deprecated.
Initializes a new instance of the
ComparisonChart class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
byte[] |
getGetBytes()
Deprecated.
Gets the get bytes.
|
com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets text of current node
|
ComparisonTextBodyBase |
getTextBody()
Deprecated.
Gets or sets the text body.
|
String |
getTypeString()
Deprecated.
Gets the type.
|
void |
setStyle(com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setTextBody(ComparisonTextBodyBase value)
Deprecated.
Gets or sets the text body.
|
getChildren, updateContents
getChangeType, getStyleChanges, setChangeType, setStyleChanges
public ComparisonChart(com.aspose.cells.ChartShape chart)
Initializes a new instance of the ComparisonChart
class.
chart
- The chart.public Object getAsposeObject()
getAsposeObject
in class ComparisonNodeBase
public List<ComparisonNodeBase> getChildNodes()
getChildNodes
in class ComparisonCompositeNodeBase
public com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonShapeBase
public void setStyle(com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonShapeBase
public ComparisonTextBodyBase getTextBody()
Gets or sets the text body.
getTextBody
in class ComparisonShapeBase
Exception
- (╯°□°)╯︵┻━┻
Value:
The text body.public void setTextBody(ComparisonTextBodyBase value)
Gets or sets the text body.
setTextBody
in class ComparisonShapeBase
Exception
- (╯°□°)╯︵┻━┻
Value:
The text body.public String getTypeString()
Gets the type.
getTypeString
in class ComparisonShapeBase
public String getText()
Gets text of current node
getText
in class ComparisonNodeBase
Exception
- (╯°□°)╯︵┻━┻public byte[] getGetBytes() throws Exception
Gets the get bytes.
Value: The get bytes.getGetBytes
in interface IComparisonByteArrayContainer
getGetBytes
in class ComparisonChartBase
Exception
Copyright © 2018. All rights reserved.