@Deprecated public abstract class ComparisonTextFrameBase extends Object
Class ComparisonTextFrameBase.
Constructor and Description |
---|
ComparisonTextFrameBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.slides.ITextFrame |
getAsposeObject()
Deprecated.
Gets the aspose object.
|
List<ComparisonParagraphBase> |
getParagraphs()
Deprecated.
Gets the paragraphs.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonParagraphBase> |
getParagraphsInternal()
Deprecated.
|
abstract String |
getText()
Deprecated.
Gets or sets the text.
|
abstract void |
setText(String value)
Deprecated.
Gets or sets the text.
|
public abstract String getText()
Gets or sets the text.
Value: The text.public abstract void setText(String value)
Gets or sets the text.
Value: The text.value
- the valuepublic List<ComparisonParagraphBase> getParagraphs()
Gets the paragraphs.
Value: The paragraphs.public abstract com.aspose.ms.System.Collections.Generic.List<ComparisonParagraphBase> getParagraphsInternal()
public abstract com.aspose.slides.ITextFrame getAsposeObject()
Gets the aspose object.
Copyright © 2018. All rights reserved.