@Deprecated public class ComparisonPortion extends ComparisonPortionBase
Class ComparisonPortion.
Constructor and Description |
---|
ComparisonPortion()
Deprecated.
Initializes a new instance of the
ComparisonPortion class. |
ComparisonPortion(com.aspose.slides.IPortion portion,
com.aspose.slides.IPortionFormat defaultFormat)
Deprecated.
Instantiates a new Comparison portion.
|
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComparisonPresentationComponentBase component)
Deprecated.
Add component.
|
Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonPresentationComponentBase> |
getContent()
Deprecated.
Gets content.
|
com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase |
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.ComparisonPortionStyleBase 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 ComparisonPortion() throws Exception
Initializes a new instance of the ComparisonPortion
class.
Exception
public ComparisonPortion(com.aspose.slides.IPortion portion, com.aspose.slides.IPortionFormat defaultFormat)
portion
- the portionpublic 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 com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase getStyle()
Gets or sets the style.
Value: The style.getStyle
in class ComparisonPortionBase
public void setStyle(com.groupdocs.comparison.slides.contracts.styles.ComparisonPortionStyleBase value)
Gets or sets the style.
Value: The style.setStyle
in class ComparisonPortionBase
public String getText()
Gets or sets the text.
Value: The text.getText
in class ComparisonPortionBase
public void setText(String value)
Gets or sets the text.
Value: The text.setText
in class ComparisonPortionBase
value
- the valuepublic 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.