@Deprecated public interface IComparisonParagraph extends com.groupdocs.comparison.words.contracts.nodes.IComparisonLowCompositeNode
Interface IComparisonParagraph
Modifier and Type | Method and Description |
---|---|
void |
addRun(String text)
Deprecated.
Add run.
|
IWordsCompareResult |
compareWith(IComparisonParagraph targetParagraph,
WordsComparisonSettings settings)
Deprecated.
Compare with words compare result.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonParagraphStyle |
getStyle()
Deprecated.
Gets style.
|
void |
removeAt(int number)
Deprecated.
Remove at.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonParagraphStyle value)
Deprecated.
Sets style.
|
deepClone, getRuns, getTextWithShapesTypes, removeChildAt
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
void removeAt(int number)
number
- the numberIWordsCompareResult compareWith(IComparisonParagraph targetParagraph, WordsComparisonSettings settings) throws Exception
targetParagraph
- the target paragraphsettings
- the settingsException
void addRun(String text)
text
- the textcom.groupdocs.comparison.words.contracts.styles.IComparisonParagraphStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonParagraphStyle value)
value
- the valueCopyright © 2018. All rights reserved.