@Deprecated public abstract class ComparisonShapeBase extends ComparisonPresentationComponentBase
Class ComparisonShapeBase.
Constructor and Description |
---|
ComparisonShapeBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract float |
getHeight()
Deprecated.
Gets or sets the height.
|
abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
abstract float |
getWidth()
Deprecated.
Gets or sets the width.
|
abstract float |
getX()
Deprecated.
Gets or sets the x.
|
abstract float |
getY()
Deprecated.
Gets or sets the y.
|
abstract void |
setHeight(float value)
Deprecated.
Gets or sets the height.
|
abstract void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Deprecated.
Gets or sets the style.
|
abstract void |
setWidth(float value)
Deprecated.
Gets or sets the width.
|
abstract void |
setX(float value)
Deprecated.
Gets or sets the x.
|
abstract void |
setY(float value)
Deprecated.
Gets or sets the y.
|
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getText, getType, setStyleChanges, setType
public abstract float getWidth()
Gets or sets the width.
Value: The width.public abstract void setWidth(float value) throws Exception
Gets or sets the width.
Value: The width.value
- the valueException
public abstract float getHeight()
Gets or sets the height.
Value: The height.public abstract void setHeight(float value) throws Exception
Gets or sets the height.
Value: The height.value
- the valueException
public abstract float getX()
Gets or sets the x.
Value: The x.public abstract void setX(float value) throws Exception
Gets or sets the x.
Value: The x.value
- the valueException
public abstract float getY()
Gets or sets the y.
Value: The y.public abstract void setY(float value) throws Exception
Gets or sets the y.
Value: The y.value
- the valueException
public abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase getStyle()
Gets or sets the style.
Value: The style.public abstract void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Gets or sets the style.
Value: The style.Copyright © 2018. All rights reserved.