@Deprecated public class ComparisonShape extends ComparisonCompositeNode implements IComparisonShape
Class ComparisonShape
Constructor and Description |
---|
ComparisonShape(com.aspose.words.Shape shape)
Deprecated.
Instantiates a new Comparison shape.
|
Modifier and Type | Method and Description |
---|---|
String |
getChartTitle()
Deprecated.
Gets the chart title.
|
byte[] |
getImageBytes()
Deprecated.
Gets or sets the image bytes.
|
int |
getPosition()
Deprecated.
Gets or sets the position.
|
int |
getShapeType()
Deprecated.
Gets the type of the shape.
|
String |
getSmartArtName()
Deprecated.
Gets the name of the smart art.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
boolean |
hasChart()
Deprecated.
Determines whether this instance has chart.
|
boolean |
hasImage()
Deprecated.
Gets a value indicating whether this instance has image.
|
void |
setPosition(int value)
Deprecated.
Gets or sets the position.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle value)
Deprecated.
Gets or sets the style.
|
appendChild, getChildNodes, getCount, getEnumerator, getEnumeratorInternal, insertBefore, iterator
getAsposeObject, getAuthor, getAuthors, getComparisonNodeType, getContent, getNodePosition, getStyleChanged, getType, setAuthor, setAuthors, setContent, setNodePosition, setStyleChanged, setType, updateContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getType, setStyleChanged, setType
public ComparisonShape(com.aspose.words.Shape shape)
shape
- the shapepublic int getShapeType()
Gets the type of the shape.
Value: The type of the shape.getShapeType
in interface IComparisonShape
public com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonShape
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonShape
value
- the valuepublic byte[] getImageBytes() throws Exception
Gets or sets the image bytes.
Value: The image bytes.getImageBytes
in interface IComparisonShape
Exception
- the exceptionpublic int getPosition()
Gets or sets the position.
Value: The position.getPosition
in interface IComparisonShape
public void setPosition(int value)
Gets or sets the position.
Value: The position.setPosition
in interface IComparisonShape
public boolean hasChart()
Determines whether this instance has chart.
hasChart
in interface IComparisonShape
public boolean hasImage()
Gets a value indicating whether this instance has image.
Value:true
if this instance has image; otherwise, false
.hasImage
in interface IComparisonShape
public String getChartTitle()
Gets the chart title.
Value: The chart title.getChartTitle
in interface IComparisonShape
public String getSmartArtName()
Gets the name of the smart art.
Value: The name of the smart art.getSmartArtName
in interface IComparisonShape
public String getText() throws Exception
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
Exception
Copyright © 2018. All rights reserved.