Package | Description |
---|---|
com.groupdocs.comparison.words.contracts | |
com.groupdocs.comparison.words.contracts.nodes | |
com.groupdocs.comparison.words.nodes |
Modifier and Type | Method and Description |
---|---|
List<IComparisonNode> |
IWordsCompareResult.getNodes()
Deprecated.
Gets nodes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IComparisonCell
Deprecated.
|
interface |
IComparisonColumn
Deprecated.
|
interface |
IComparisonComment
Deprecated.
|
interface |
IComparisonCompositeNode
Deprecated.
|
interface |
IComparisonDocument
Deprecated.
|
interface |
IComparisonFormField
Deprecated.
|
interface |
IComparisonGroupShape
Deprecated.
|
interface |
IComparisonHeaderFooter
Deprecated.
|
interface |
com.groupdocs.comparison.words.contracts.nodes.IComparisonLowCompositeNode
Deprecated.
|
interface |
IComparisonOfficeMath
Deprecated.
|
interface |
IComparisonParagraph
Deprecated.
|
interface |
IComparisonRow
Deprecated.
|
interface |
IComparisonRun
Deprecated.
|
interface |
IComparisonSection
The Section interface represents a Section of document.
|
interface |
IComparisonShape
Deprecated.
|
interface |
IComparisonTable
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonNodeBase
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IComparisonNode[] |
IComparisonCompositeNode.getChildNodes(int nodeType,
boolean isDeep)
Deprecated.
Returns a live collection of child nodes that match the specified type.
|
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.ms.System.Collections.Generic.List<IComparisonNode> |
ComparisonNodeBase.getContent()
Deprecated.
Gets .
|
Modifier and Type | Method and Description |
---|---|
void |
IComparisonCompositeNode.appendChild(IComparisonNode node)
Deprecated.
Append child.
|
void |
IComparisonCompositeNode.insertBefore(IComparisonNode newNode,
IComparisonNode refNode)
Deprecated.
Insert before.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ComparisonNodeBase.setContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> value)
Deprecated.
Sets .
|
abstract void |
ComparisonNodeBase.updateContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> nodes)
Deprecated.
Update content.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonBody
Deprecated.
|
class |
ComparisonCell
Deprecated.
|
class |
ComparisonColumn
Deprecated.
|
class |
ComparisonCompositeNode
Deprecated.
|
class |
ComparisonDocument
Deprecated.
|
class |
ComparisonHeaderFooter
Deprecated.
|
class |
ComparisonNode
Deprecated.
|
class |
ComparisonParagraph
Deprecated.
|
class |
ComparisonRow
Deprecated.
|
class |
ComparisonRun
Deprecated.
|
class |
ComparisonSection
Deprecated.
|
class |
ComparisonShape
Deprecated.
|
class |
ComparisonTable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IComparisonNode[] |
ComparisonCompositeNode.getChildNodes(int nodeType,
boolean isDeep)
Deprecated.
Returns a live collection of child nodes that match the specified type.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<IComparisonNode> |
ComparisonNode.getContent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ComparisonCompositeNode.appendChild(IComparisonNode node)
Deprecated.
Appends the child.
|
void |
ComparisonParagraph.appendChild(IComparisonNode node)
Deprecated.
Appends the child.
|
void |
ComparisonCompositeNode.insertBefore(IComparisonNode newNode,
IComparisonNode refNode)
Deprecated.
Inserts the before.
|
void |
ComparisonParagraph.insertBefore(IComparisonNode newNode,
IComparisonNode refNode)
Deprecated.
Inserts the before.
|
Modifier and Type | Method and Description |
---|---|
void |
ComparisonNode.setContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> value)
Deprecated.
|
void |
ComparisonNode.updateContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> nodes)
Deprecated.
|
Copyright © 2018. All rights reserved.