@Deprecated public abstract class ComparisonParagraphBase extends ComparisonPresentationComponentBase
Class ComparisonParagraphBase.
Constructor and Description |
---|
ComparisonParagraphBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ISlidesCompareResult |
compareWith(ComparisonParagraphBase presentationComponent,
SlidesComparisonSettings slidesComparisonSettings)
Deprecated.
Compares the with.
|
List<ComparisonPortionBase> |
getPortions()
Deprecated.
Gets the portions.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPortionBase> |
getPortionsInternal()
Deprecated.
|
abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase |
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.ComparisonParagraphStyleBase 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 List<ComparisonPortionBase> getPortions()
Gets the portions.
Value: The portions.public abstract com.aspose.ms.System.Collections.Generic.List<ComparisonPortionBase> getPortionsInternal()
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 ISlidesCompareResult compareWith(ComparisonParagraphBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public abstract com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase getStyle()
Gets or sets the style.
Value: The style.public abstract void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase value)
Gets or sets the style.
Value: The style.Copyright © 2018. All rights reserved.