@Deprecated public abstract class ComparisonPortionBase extends ComparisonPresentationComponentBase
Class ComparisonPortionBase.
Constructor and Description |
---|
ComparisonPortionBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase |
getStyle()
Deprecated.
Gets or sets the style.
|
abstract String |
getText()
Deprecated.
Gets or sets the text.
|
abstract void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase value)
Deprecated.
Gets or sets the style.
|
abstract void |
setText(String value)
Deprecated.
Gets or sets the text.
|
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getType, setStyleChanges, setType
public abstract String getText()
Gets or sets the text.
Value: The text.getText
in class ComparisonPresentationComponentBase
public abstract void setText(String value)
Gets or sets the text.
Value: The text.value
- the valuepublic abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase getStyle()
Gets or sets the style.
Value: The style.public abstract void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase value)
Gets or sets the style.
Value: The style.Copyright © 2018. All rights reserved.