@Deprecated public class ComparisonTextParagraph extends com.groupdocs.comparison.cells.contracts.nodes.ComparisonTextParagraphBase
Constructor and Description |
---|
ComparisonTextParagraph(com.aspose.cells.TextParagraph paragraph)
Deprecated.
Initializes a new instance of the
ComparisonTextParagraph class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
ComparisonRunBase[] |
getRuns()
Deprecated.
Gets a collection of runs from current node
Value:
The runs.
|
String |
getText()
Deprecated.
Gets text of current node
|
void |
setRuns(ComparisonRunBase[] value)
Deprecated.
Gets a collection of runs from current node
Value:
The runs.
|
getChildren, updateContents
getChangeType, getStyleChanges, setChangeType, setStyleChanges
public ComparisonTextParagraph(com.aspose.cells.TextParagraph paragraph)
Initializes a new instance of the ComparisonTextParagraph
class.
paragraph
- The paragraph.public Object getAsposeObject()
getAsposeObject
in class ComparisonNodeBase
public String getText()
Gets text of current node
getText
in class ComparisonNodeBase
public List<ComparisonNodeBase> getChildNodes()
getChildNodes
in class ComparisonCompositeNodeBase
public ComparisonRunBase[] getRuns()
ComparisonParagraphBase
Gets a collection of runs from current node
Value: The runs.getRuns
in class ComparisonParagraphBase
public void setRuns(ComparisonRunBase[] value)
ComparisonParagraphBase
Gets a collection of runs from current node
Value: The runs.setRuns
in class ComparisonParagraphBase
value
- the valueCopyright © 2018. All rights reserved.