@Deprecated public abstract class ComparisonWatermarkBase extends Object implements IComparisonComponent
Watermark
Constructor and Description |
---|
ComparisonWatermarkBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getFormFonts()
Deprecated.
Gets or sets the form fonts.
|
com.aspose.ms.System.Collections.Generic.List<String> |
getFormFontsInternal()
Deprecated.
|
IComparisonImagePlacement |
getImage()
Deprecated.
Gets or sets the image of the watermark.
|
double |
getOpacity()
Deprecated.
Gets or sets the opacity.
|
int |
getPageNumber()
Deprecated.
Gets or sets the page number.
|
ComparisonRectangleBase |
getRectangle()
Deprecated.
Gets or sets the rectangle.
|
double |
getRotation()
Deprecated.
Gets or sets the rotationof watermark.
|
StyleChangeInfo[] |
getStyleChangeInfo()
Deprecated.
Gets or sets the style change information.
|
String |
getText()
Deprecated.
Gets or sets the text of watermark.
|
com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState |
getTextState()
Deprecated.
Gets or sets the state of the text.
|
int |
getTypeChanged()
Deprecated.
Gets or sets the type of changes for thiis component.
|
void |
setFormFonts(List<String> value)
Deprecated.
Gets or sets the form fonts.
|
protected void |
setFormFontsInternal(com.aspose.ms.System.Collections.Generic.List<String> value)
Deprecated.
|
void |
setImage(IComparisonImagePlacement value)
Deprecated.
Gets or sets the image of the watermark.
|
void |
setOpacity(double value)
Deprecated.
Gets or sets the opacity.
|
void |
setPageNumber(int value)
Deprecated.
Gets or sets the page number.
|
void |
setRectangle(ComparisonRectangleBase value)
Deprecated.
Gets or sets the rectangle.
|
void |
setRotation(double value)
Deprecated.
Gets or sets the rotationof watermark.
|
void |
setStyleChangeInfo(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style change information.
|
void |
setText(String value)
Deprecated.
Gets or sets the text of watermark.
|
void |
setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
Deprecated.
Gets or sets the state of the text.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or sets the type of changes for thiis component.
|
public String getText()
Gets or sets the text of watermark.
Value: The text.public void setText(String value)
Gets or sets the text of watermark.
Value: The text.public List<String> getFormFonts()
Gets or sets the form fonts.
Value: The form fonts.public com.aspose.ms.System.Collections.Generic.List<String> getFormFontsInternal()
public void setFormFonts(List<String> value)
Gets or sets the form fonts.
Value: The form fonts.protected void setFormFontsInternal(com.aspose.ms.System.Collections.Generic.List<String> value)
public IComparisonImagePlacement getImage()
Gets or sets the image of the watermark.
Value: The image.public void setImage(IComparisonImagePlacement value)
Gets or sets the image of the watermark.
Value: The image.public int getTypeChanged()
Gets or sets the type of changes for thiis component.
Value: The type changed.getTypeChanged
in interface IComparisonComponent
public void setTypeChanged(int value)
Gets or sets the type of changes for thiis component.
Value: The type changed.setTypeChanged
in interface IComparisonComponent
public ComparisonRectangleBase getRectangle()
Gets or sets the rectangle.
Value: The rectangle.getRectangle
in interface IComparisonComponent
public void setRectangle(ComparisonRectangleBase value)
Gets or sets the rectangle.
Value: The rectangle.setRectangle
in interface IComparisonComponent
public double getRotation()
Gets or sets the rotationof watermark.
Value: The rotation.public void setRotation(double value)
Gets or sets the rotationof watermark.
Value: The rotation.public int getPageNumber()
Gets or sets the page number.
Value: The page number.getPageNumber
in interface IComparisonComponent
public void setPageNumber(int value)
Gets or sets the page number.
Value: The page number.setPageNumber
in interface IComparisonComponent
public StyleChangeInfo[] getStyleChangeInfo()
Gets or sets the style change information.
Value: The style change information.getStyleChangeInfo
in interface IComparisonComponent
public void setStyleChangeInfo(StyleChangeInfo[] value)
Gets or sets the style change information.
Value: The style change information.setStyleChangeInfo
in interface IComparisonComponent
public double getOpacity()
Gets or sets the opacity.
Value: The opacity.public void setOpacity(double value)
Gets or sets the opacity.
Value: The opacity.public com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState getTextState()
Gets or sets the state of the text.
Value: The state of the text.public void setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
Gets or sets the state of the text.
Value: The state of the text.Copyright © 2018. All rights reserved.