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