public interface IComparisonSection extends IComparisonCompositeNode
The Section interface represents a Section of document.
Modifier and Type | Method and Description |
---|---|
com.groupdocs.comparison.words.contracts.nodes.IComparisonBody |
getBody()
Gets body.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle |
getStyle()
Gets style.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle value)
Sets style.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
com.groupdocs.comparison.words.contracts.nodes.IComparisonBody getBody()
com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle value)
value
- the valueCopyright © 2018. All rights reserved.