@Deprecated public interface IComparisonShape extends IComparisonCompositeNode
The Shape interface represents a Shape of document.
Modifier and Type | Method and Description |
---|---|
String |
getChartTitle()
Deprecated.
Gets the chart title.
|
byte[] |
getImageBytes()
Deprecated.
Get image bytes byte [ ].
|
int |
getPosition()
Deprecated.
Gets or sets the position.
|
int |
getShapeType()
Deprecated.
Gets shape type.
|
String |
getSmartArtName()
Deprecated.
Gets the name of the smart art.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle |
getStyle()
Deprecated.
Gets style.
|
boolean |
hasChart()
Deprecated.
Gets a value indicating 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.
Sets style.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
int getShapeType()
com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonShapeStyle value)
value
- the valuebyte[] getImageBytes() throws Exception
Exception
- the exceptionint getPosition()
void setPosition(int value)
boolean hasChart()
boolean hasImage()
String getChartTitle()
String getSmartArtName()
Copyright © 2018. All rights reserved.