@Deprecated public class ComparisonShape extends ComparisonShapeBase
Class ComparisonShape.
Constructor and Description |
---|
ComparisonShape(com.aspose.slides.IShape shape)
Deprecated.
Instantiates a new Comparison shape.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
float |
getHeight()
Deprecated.
Gets or sets the height.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
String |
getText()
Deprecated.
Gets text.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
float |
getWidth()
Deprecated.
Gets or sets the width.
|
float |
getX()
Deprecated.
Gets or sets the x.
|
float |
getY()
Deprecated.
Gets or sets the y.
|
void |
setHeight(float value)
Deprecated.
Gets or sets the height.
|
void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
void |
setWidth(float value)
Deprecated.
Gets or sets the width.
|
void |
setX(float value)
Deprecated.
Gets or sets the x.
|
void |
setY(float value)
Deprecated.
Gets or sets the y.
|
public ComparisonShape(com.aspose.slides.IShape shape)
shape
- the shapepublic com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> getStyleChanges()
getStyleChanges
in class ComparisonPresentationComponentBase
public void setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
setStyleChanges
in class ComparisonPresentationComponentBase
public float getWidth()
Gets or sets the width.
Value: The width.getWidth
in class ComparisonShapeBase
public void setWidth(float value)
Gets or sets the width.
Value: The width.setWidth
in class ComparisonShapeBase
value
- the valuepublic float getHeight()
Gets or sets the height.
Value: The height.getHeight
in class ComparisonShapeBase
public void setHeight(float value)
Gets or sets the height.
Value: The height.setHeight
in class ComparisonShapeBase
value
- the valuepublic float getX()
Gets or sets the x.
Value: The x.getX
in class ComparisonShapeBase
public void setX(float value)
Gets or sets the x.
Value: The x.setX
in class ComparisonShapeBase
value
- the valuepublic float getY()
Gets or sets the y.
Value: The y.getY
in class ComparisonShapeBase
public void setY(float value)
Gets or sets the y.
Value: The y.setY
in class ComparisonShapeBase
value
- the valuepublic int getType()
Gets or sets the type.
Value: The type.getType
in class ComparisonPresentationComponentBase
public void setType(int value)
Gets or sets the type.
Value: The type.setType
in class ComparisonPresentationComponentBase
value
- the valuepublic com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonShapeBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonShapeStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonShapeBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getContent()
ComparisonPresentationComponentBase
getContent
in class ComparisonPresentationComponentBase
public void addComponent(ComparisonPresentationComponentBase component)
ComparisonPresentationComponentBase
addComponent
in class ComparisonPresentationComponentBase
component
- the componentpublic com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getSubComponents()
ComparisonPresentationComponentBase
getSubComponents
in class ComparisonPresentationComponentBase
public Object getAsposeObject()
ComparisonPresentationComponentBase
getAsposeObject
in class ComparisonPresentationComponentBase
public String getText()
ComparisonPresentationComponentBase
getText
in class ComparisonPresentationComponentBase
Copyright © 2018. All rights reserved.