@Deprecated public class ComparisonAutoShape extends ComparisonAutoShapeBase
Class ComparisonAutoShape.
Constructor and Description |
---|
ComparisonAutoShape(float x,
float y,
float width,
float height)
Deprecated.
Initializes a new instance of the
ComparisonAutoShape class. |
ComparisonAutoShape(com.aspose.slides.IAutoShape autoShape)
Deprecated.
Instantiates a new Comparison auto shape.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ComparisonTextFrameBase |
addTextFrame(String text)
Deprecated.
Adds the text frame.
|
ISlidesCompareResult |
compareWith(ComparisonAutoShapeBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
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.
|
int |
getShapeType()
Deprecated.
|
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.
|
ComparisonTextFrameBase |
getTextFrame()
Deprecated.
Gets the text frame.
|
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 ComparisonAutoShape(float x, float y, float width, float height)
Initializes a new instance of the ComparisonAutoShape
class.
x
- The x.y
- The y.width
- The width.height
- The height.public ComparisonAutoShape(com.aspose.slides.IAutoShape autoShape)
autoShape
- the auto shapepublic 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 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 ISlidesCompareResult compareWith(ComparisonAutoShapeBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonAutoShapeBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public ComparisonTextFrameBase getTextFrame()
Gets the text frame.
Value: The text frame.getTextFrame
in class ComparisonAutoShapeBase
public ComparisonTextFrameBase addTextFrame(String text)
Adds the text frame.
addTextFrame
in class ComparisonAutoShapeBase
text
- The text.public int getShapeType()
getShapeType
in class ComparisonAutoShapeBase
public 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.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getContent()
ComparisonPresentationComponentBase
getContent
in class ComparisonPresentationComponentBase
public 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 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.