@Deprecated public class ComparisonShape extends ComparisonShapeBase
Constructor and Description |
---|
ComparisonShape(com.aspose.cells.Shape shape)
Deprecated.
Initializes a new instance of the
ComparisonShape class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
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 ComparisonShape(com.aspose.cells.Shape shape)
Initializes a new instance of the ComparisonShape
class.
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.
Value: The text body.getTextBody
in class ComparisonShapeBase
public void setTextBody(ComparisonTextBodyBase value)
Gets or sets the text body.
Value: The text body.setTextBody
in class ComparisonShapeBase
public String getTypeString()
Gets the type.
getTypeString
in class ComparisonShapeBase
public String getText() throws Exception
Gets text of current node
getText
in class ComparisonNodeBase
Exception
- (╯°□°)╯︵┻━┻public Object getAsposeObject()
getAsposeObject
in class ComparisonNodeBase
public List<ComparisonNodeBase> getChildNodes()
getChildNodes
in class ComparisonCompositeNodeBase
Copyright © 2018. All rights reserved.