@Deprecated public class ComparisonPage extends ComparisonPageBase
Class ComparisonPage.
Constructor and Description |
---|
ComparisonPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> |
getAnnotations()
Deprecated.
Gets or sets the annotations.
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> |
getAnnotationsInternal()
Deprecated.
|
IComparisonHeaderFooter |
getFooter()
Deprecated.
Gets or sets the page footer.
|
IComparisonHeaderFooter |
getHeader()
Deprecated.
Gets or sets the page header.
|
List<IComparisonImagePlacement> |
getImages()
Deprecated.
Gets the images.
|
int |
getNumber()
Deprecated.
Gets or sets the number.
|
Object |
getObject()
Deprecated.
Gets the original object.
|
List<IComparisonParagraph> |
getParagraphs()
Deprecated.
Gets or sets the paragraphs.
|
List<IComparisonTable> |
getTables()
Deprecated.
Gets or sets the tables.
|
com.aspose.ms.System.Collections.Generic.List<IComparisonTable> |
getTablesInternal()
Deprecated.
|
List<ComparisonWatermarkBase> |
getWatermarks()
Deprecated.
Gets or sets the watermarks from page.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonWatermarkBase> |
getWatermarksInternal()
Deprecated.
|
void |
setAnnotations(List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> value)
Deprecated.
Gets or sets the annotations.
|
void |
setAnnotationsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> value)
Deprecated.
|
void |
setFooter(IComparisonHeaderFooter value)
Deprecated.
Gets or sets the page footer.
|
void |
setHeader(IComparisonHeaderFooter value)
Deprecated.
Gets or sets the page header.
|
void |
setImages(List<IComparisonImagePlacement> value)
Deprecated.
Gets the images.
|
void |
setNumber(int value)
Deprecated.
Gets or sets the number.
|
void |
setParagraphs(List<IComparisonParagraph> value)
Deprecated.
Gets or sets the paragraphs.
|
void |
setTables(List<IComparisonTable> value)
Deprecated.
Gets or sets the tables.
|
void |
setTablesInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> value)
Deprecated.
|
void |
setWatermarks(List<ComparisonWatermarkBase> value)
Deprecated.
Gets or sets the watermarks from page.
|
getPageNumber, getRectangle, getSettings, getStyleChangeInfo, getTypeChanged, setPageNumber, setRectangle, setSettings, setStyleChangeInfo, setTypeChanged
public int getNumber()
Gets or sets the number.
Value: The number.getNumber
in class ComparisonPageBase
public void setNumber(int value)
Gets or sets the number.
Value: The number.setNumber
in class ComparisonPageBase
public List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> getAnnotations()
Gets or sets the annotations.
Value: The annotations.getAnnotations
in class ComparisonPageBase
public com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> getAnnotationsInternal()
getAnnotationsInternal
in class ComparisonPageBase
public void setAnnotations(List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> value)
Gets or sets the annotations.
Value: The annotations.setAnnotations
in class ComparisonPageBase
public void setAnnotationsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonAnnotation> value)
setAnnotationsInternal
in class ComparisonPageBase
public List<IComparisonParagraph> getParagraphs()
Gets or sets the paragraphs.
Value: The paragraphs.getParagraphs
in class ComparisonPageBase
public void setParagraphs(List<IComparisonParagraph> value)
Gets or sets the paragraphs.
Value: The paragraphs.setParagraphs
in class ComparisonPageBase
public IComparisonHeaderFooter getHeader()
Gets or sets the page header.
Value: The header.getHeader
in class ComparisonPageBase
public void setHeader(IComparisonHeaderFooter value)
Gets or sets the page header.
Value: The header.setHeader
in class ComparisonPageBase
public IComparisonHeaderFooter getFooter()
Gets or sets the page footer.
Value: The footer.getFooter
in class ComparisonPageBase
public void setFooter(IComparisonHeaderFooter value)
Gets or sets the page footer.
Value: The footer.setFooter
in class ComparisonPageBase
public List<IComparisonTable> getTables()
Gets or sets the tables.
Value: The tables.getTables
in class ComparisonPageBase
public com.aspose.ms.System.Collections.Generic.List<IComparisonTable> getTablesInternal()
getTablesInternal
in class ComparisonPageBase
public void setTables(List<IComparisonTable> value)
Gets or sets the tables.
Value: The tables.setTables
in class ComparisonPageBase
public void setTablesInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> value)
setTablesInternal
in class ComparisonPageBase
public List<IComparisonImagePlacement> getImages()
Gets the images.
Value: The images.getImages
in class ComparisonPageBase
public void setImages(List<IComparisonImagePlacement> value)
Gets the images.
Value: The images.setImages
in class ComparisonPageBase
public List<ComparisonWatermarkBase> getWatermarks()
Gets or sets the watermarks from page.
Value: The watermarks.getWatermarks
in class ComparisonPageBase
public com.aspose.ms.System.Collections.Generic.List<ComparisonWatermarkBase> getWatermarksInternal()
getWatermarksInternal
in class ComparisonPageBase
public void setWatermarks(List<ComparisonWatermarkBase> value)
Gets or sets the watermarks from page.
Value: The watermarks.setWatermarks
in class ComparisonPageBase
public Object getObject()
ComparisonPageBase
Gets the original object.
getObject
in class ComparisonPageBase
Copyright © 2018. All rights reserved.