@Deprecated public abstract class ComparisonResourcesBase extends Object
Class ComparisonResourcesBase
Constructor and Description |
---|
ComparisonResourcesBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> |
getFonts()
Deprecated.
Gets fonts.
|
List<ComparisonXFormBase> |
getXForms()
Deprecated.
Gets or sets the x forms.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonXFormBase> |
getXFormsInternal()
Deprecated.
Gets x forms internal.
|
List<IComparisonXImage> |
getXImages()
Deprecated.
Gets or sets the x images.
|
abstract com.aspose.ms.System.Collections.Generic.List<IComparisonXImage> |
getXImagesInternal()
Deprecated.
Gets x images internal.
|
abstract void |
setFonts(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> value)
Deprecated.
Sets fonts.
|
void |
setXForms(List<ComparisonXFormBase> value)
Deprecated.
Gets or sets the x forms.
|
abstract void |
setXFormsInternal(com.aspose.ms.System.Collections.Generic.List<ComparisonXFormBase> value)
Deprecated.
Sets x forms internal.
|
void |
setXImages(List<IComparisonXImage> value)
Deprecated.
Gets or sets the x images.
|
abstract void |
setXImagesInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonXImage> value)
Deprecated.
Sets x images internal.
|
public List<ComparisonXFormBase> getXForms()
Gets or sets the x forms.
Value: The x forms.public abstract com.aspose.ms.System.Collections.Generic.List<ComparisonXFormBase> getXFormsInternal()
public void setXForms(List<ComparisonXFormBase> value)
Gets or sets the x forms.
Value: The x forms.value
- the valuepublic abstract void setXFormsInternal(com.aspose.ms.System.Collections.Generic.List<ComparisonXFormBase> value)
value
- the valuepublic List<IComparisonXImage> getXImages()
Gets or sets the x images.
Value: The x images.public abstract com.aspose.ms.System.Collections.Generic.List<IComparisonXImage> getXImagesInternal()
public void setXImages(List<IComparisonXImage> value)
Gets or sets the x images.
Value: The x images.value
- the valuepublic abstract void setXImagesInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonXImage> value)
value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> getFonts()
public abstract void setFonts(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.pdf.contracts.IComparisonFont> value)
value
- the valueCopyright © 2018. All rights reserved.