@Deprecated public class ComparisonXForm extends ComparisonXFormBase
Class ComparisonXForm.
Modifier and Type | Field and Description |
---|---|
com.aspose.pdf.XForm |
_xForm
Deprecated.
The X form.
|
Constructor and Description |
---|
ComparisonXForm()
Deprecated.
Instantiates a new Comparison x form.
|
ComparisonXForm(com.aspose.pdf.XForm xForm,
int numberPage)
Deprecated.
Instantiates a new Comparison x form.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanOperatorsListInXForm(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> tables)
Deprecated.
Clean operators list in x form.
|
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.
|
com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> |
getContentsInternal()
Deprecated.
Gets contents internal.
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> |
getFonts()
Deprecated.
Gets fonts.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
ComparisonResourcesBase |
getResources()
Deprecated.
Gets or sets the resources.
|
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.
|
void |
setContentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> value)
Deprecated.
Sets contents internal.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
void |
setResources(ComparisonResourcesBase value)
Deprecated.
Gets or sets the resources.
|
boolean |
updateContents(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> contents)
Deprecated.
Update contents boolean.
|
getNumberPage, setNumberPage
public ComparisonXForm()
public ComparisonXForm(com.aspose.pdf.XForm xForm, int numberPage)
xForm
- the x formnumberPage
- the number pagepublic String getName()
Gets or sets the name.
Value: The name.getName
in class ComparisonXFormBase
public void setName(String value)
Gets or sets the name.
Value: The name.setName
in class ComparisonXFormBase
value
- the valuepublic List<IComparisonOperator> getContents()
Gets or sets the contents.
Value: The contents.getContents
in class ComparisonXFormBase
public com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> getContentsInternal()
ComparisonXFormBase
getContentsInternal
in class ComparisonXFormBase
public void setContents(List<IComparisonOperator> value)
Gets or sets the contents.
Value: The contents.setContents
in class ComparisonXFormBase
value
- the valuepublic void setContentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> value)
ComparisonXFormBase
setContentsInternal
in class ComparisonXFormBase
value
- the valuepublic ComparisonResourcesBase getResources()
Gets or sets the resources.
Value: The resources.getResources
in class ComparisonXFormBase
public void setResources(ComparisonResourcesBase value)
Gets or sets the resources.
Value: The resources.setResources
in class ComparisonXFormBase
value
- the valuepublic boolean updateContents(com.aspose.ms.System.Collections.Generic.List<IComparisonOperator> contents)
ComparisonXFormBase
updateContents
in class ComparisonXFormBase
contents
- the contentspublic com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> getFonts()
ComparisonXFormBase
getFonts
in class ComparisonXFormBase
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,Boolean>> getAllNamesOfImages(boolean levelPage)
ComparisonXFormBase
getAllNamesOfImages
in class ComparisonXFormBase
levelPage
- the level pagepublic void replacementTextAndColor(int[] indexFragments, com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.comparisontextfragment.IComparisonTextFragment> textFragments)
ComparisonXFormBase
replacementTextAndColor
in class ComparisonXFormBase
indexFragments
- the index fragmentstextFragments
- the text fragmentspublic void cleanOperatorsListInXForm(com.aspose.ms.System.Collections.Generic.List<IComparisonTable> tables)
ComparisonXFormBase
cleanOperatorsListInXForm
in class ComparisonXFormBase
tables
- the tablesCopyright © 2018. All rights reserved.