@Deprecated public abstract class ComparisonShapeBase extends ComparisonCompositeNodeBase
Constructor and Description |
---|
ComparisonShapeBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
abstract ComparisonTextBodyBase |
getTextBody()
Deprecated.
Gets or sets the text body.
|
abstract String |
getTypeString()
Deprecated.
Gets the type.
|
abstract void |
setStyle(com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase value)
Deprecated.
Gets or sets the style.
|
abstract void |
setTextBody(ComparisonTextBodyBase value)
Deprecated.
Gets or sets the text body.
|
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public abstract com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase getStyle()
Gets or sets the style.
Value: The style.public abstract void setStyle(com.groupdocs.comparison.cells.contracts.style.ShapeStyleBase value)
Gets or sets the style.
Value: The style.public abstract ComparisonTextBodyBase getTextBody()
Gets or sets the text body.
Value: The text body.public abstract void setTextBody(ComparisonTextBodyBase value)
Gets or sets the text body.
Value: The text body.public abstract String getTypeString()
Gets the type.
Copyright © 2018. All rights reserved.