@Deprecated public abstract class ComparisonXFormBase extends Object
Class ComparisonXFormBase
Constructor and Description |
---|
ComparisonXFormBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
cleanOperatorsListInXForm(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> tables)
Deprecated.
Clean operators list in x form.
|
abstract com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,Boolean>> |
getAllNamesOfImages(boolean levelPage)
Deprecated.
Gets all names of images.
|
List<IComparisonOperator> |
getContents()
Deprecated.
Gets or sets the contents.
|
abstract com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> |
getContentsInternal()
Deprecated.
Gets contents internal.
|
abstract com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> |
getFonts()
Deprecated.
Gets fonts.
|
abstract String |
getName()
Deprecated.
Gets or sets the name.
|
int |
getNumberPage()
Deprecated.
Get number page int.
|
abstract ComparisonResourcesBase |
getResources()
Deprecated.
Gets or sets the resources.
|
abstract void |
replacementTextAndColor(int[] indexFragments,
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.comparisontextfragment.IComparisonTextFragment> textFragments)
Deprecated.
Replacement text and color.
|
void |
setContents(List<IComparisonOperator> value)
Deprecated.
Gets or sets the contents.
|
abstract void |
setContentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> value)
Deprecated.
Sets contents internal.
|
abstract void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setNumberPage(int value)
Deprecated.
Set number page.
|
abstract void |
setResources(ComparisonResourcesBase value)
Deprecated.
Gets or sets the resources.
|
abstract boolean |
updateContents(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> contents)
Deprecated.
Update contents boolean.
|
public abstract String getName()
Gets or sets the name.
Value: The name.public abstract void setName(String value)
Gets or sets the name.
Value: The name.value
- the valuepublic List<IComparisonOperator> getContents()
Gets or sets the contents.
Value: The contents.public abstract com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> getContentsInternal()
public void setContents(List<IComparisonOperator> value)
Gets or sets the contents.
Value: The contents.value
- the valuepublic abstract void setContentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> value)
value
- the valuepublic abstract ComparisonResourcesBase getResources()
Gets or sets the resources.
Value: The resources.public abstract void setResources(ComparisonResourcesBase value)
Gets or sets the resources.
Value: The resources.value
- the valuepublic abstract boolean updateContents(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> contents)
contents
- the contentspublic int getNumberPage()
public void setNumberPage(int value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> getFonts()
public abstract com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,Boolean>> getAllNamesOfImages(boolean levelPage)
levelPage
- the level pagepublic abstract void replacementTextAndColor(int[] indexFragments, com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.comparisontextfragment.IComparisonTextFragment> textFragments)
indexFragments
- the index fragmentstextFragments
- the text fragmentspublic abstract void cleanOperatorsListInXForm(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> tables)
tables
- the tablesCopyright © 2018. All rights reserved.