@Deprecated public abstract class ComparisonPresentationComponentBase extends Object
Class ComparisonPresentationComponentBase.
Constructor and Description |
---|
ComparisonPresentationComponentBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
abstract Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
abstract com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getSubComponents()
Deprecated.
Gets sub components.
|
abstract String |
getText()
Deprecated.
Gets text.
|
abstract int |
getType()
Deprecated.
Gets or sets the type.
|
abstract void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
abstract void |
setType(int value)
Deprecated.
Gets or sets the type.
|
public ComparisonPresentationComponentBase()
public abstract int getType()
Gets or sets the type.
Value: The type.public abstract void setType(int value)
Gets or sets the type.
Value: The type.value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getContent()
public abstract void addComponent(ComparisonPresentationComponentBase component)
component
- the componentpublic abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> getSubComponents()
public abstract com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> getStyleChanges()
public abstract void setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
public abstract Object getAsposeObject()
public abstract String getText()
Copyright © 2018. All rights reserved.