@Deprecated public class ComparisonParagraph extends ComparisonParagraphBase
Class ComparisonParagraph.
Constructor and Description |
---|
ComparisonParagraph()
Deprecated.
Initializes a new instance of the
ComparisonParagraph class. |
ComparisonParagraph(com.aspose.slides.IParagraph paragraph)
Deprecated.
Instantiates a new Comparison paragraph.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
ISlidesCompareResult |
compareWith(ComparisonParagraphBase 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.
|
List<ComparisonPortionBase> |
getPortions()
Deprecated.
Gets the portions.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPortionBase> |
getPortionsInternal()
Deprecated.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase |
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 or sets the text.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
void |
setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase value)
Deprecated.
Gets or sets the style.
|
void |
setStyleChanges(com.aspose.ms.System.Collections.Generic.List<StyleChangeInfo> value)
Deprecated.
|
void |
setText(String value)
Deprecated.
Gets or sets the text.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
public ComparisonParagraph()
Initializes a new instance of the ComparisonParagraph
class.
public ComparisonParagraph(com.aspose.slides.IParagraph paragraph)
paragraph
- the paragraphpublic 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 List<ComparisonPortionBase> getPortions()
Gets the portions.
Value: The portions.getPortions
in class ComparisonParagraphBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonPortionBase> getPortionsInternal()
getPortionsInternal
in class ComparisonParagraphBase
public String getText()
Gets or sets the text.
Value: The text.getText
in class ComparisonParagraphBase
public void setText(String value)
Gets or sets the text.
Value: The text.setText
in class ComparisonParagraphBase
value
- the valuepublic ISlidesCompareResult compareWith(ComparisonParagraphBase presentationComponent, SlidesComparisonSettings slidesComparisonSettings) throws Exception
Compares the with.
compareWith
in class ComparisonParagraphBase
presentationComponent
- The presentation component.slidesComparisonSettings
- The slides comparison settings.Exception
public com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonParagraphBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonParagraphStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonParagraphBase
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 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
Copyright © 2018. All rights reserved.