@Deprecated public class ComparisonTextFrame extends ComparisonTextFrameBase
Class ComparisonTextFrame.
Constructor and Description |
---|
ComparisonTextFrame()
Deprecated.
Initializes a new instance of the
ComparisonTextFrame class. |
ComparisonTextFrame(com.aspose.slides.ITextFrame textFrame)
Deprecated.
Instantiates a new Comparison text frame.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.ITextFrame |
getAsposeObject()
Deprecated.
Gets the aspose object.
|
List<ComparisonParagraphBase> |
getParagraphs()
Deprecated.
Gets the paragraphs.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonParagraphBase> |
getParagraphsInternal()
Deprecated.
|
String |
getText()
Deprecated.
Gets or sets the text.
|
void |
setText(String value)
Deprecated.
Gets or sets the text.
|
public ComparisonTextFrame() throws Exception
Initializes a new instance of the ComparisonTextFrame
class.
Exception
public ComparisonTextFrame(com.aspose.slides.ITextFrame textFrame)
textFrame
- the text framepublic String getText()
Gets or sets the text.
Value: The text.getText
in class ComparisonTextFrameBase
public void setText(String value)
Gets or sets the text.
Value: The text.setText
in class ComparisonTextFrameBase
value
- the valuepublic List<ComparisonParagraphBase> getParagraphs()
Gets the paragraphs.
Value: The paragraphs.getParagraphs
in class ComparisonTextFrameBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonParagraphBase> getParagraphsInternal()
getParagraphsInternal
in class ComparisonTextFrameBase
public com.aspose.slides.ITextFrame getAsposeObject()
Gets the aspose object.
getAsposeObject
in class ComparisonTextFrameBase
Copyright © 2018. All rights reserved.