@Deprecated public class ComparisonSection extends ComparisonCompositeNode implements IComparisonSection
Class ComparisonSection.
Constructor and Description |
---|
ComparisonSection(com.aspose.words.Section section)
Deprecated.
Instantiates a new Comparison section.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.comparison.words.contracts.nodes.IComparisonBody |
getBody()
Deprecated.
Gets the body.
|
ComparisonHeaderFooter[] |
getHeadersFooters()
Deprecated.
Gets the headers footers.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle value)
Deprecated.
Gets or sets the style.
|
appendChild, getChildNodes, getCount, getEnumerator, getEnumeratorInternal, insertBefore, iterator
getAsposeObject, getAuthor, getAuthors, getComparisonNodeType, getContent, getNodePosition, getStyleChanged, getType, setAuthor, setAuthors, setContent, setNodePosition, setStyleChanged, setType, updateContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getType, setStyleChanged, setType
public ComparisonSection(com.aspose.words.Section section)
section
- the sectionpublic com.groupdocs.comparison.words.contracts.nodes.IComparisonBody getBody()
Gets the body.
Value: The body.getBody
in interface IComparisonSection
public com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonSection
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonSectionStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonSection
value
- the valuepublic ComparisonHeaderFooter[] getHeadersFooters()
Gets the headers footers.
Value: The headers footers.public String getText() throws Exception
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
Exception
Copyright © 2018. All rights reserved.