public class ImagesSignTextOptions extends SignTextOptions implements IOpacity
Represents the Text Signature Options for Images Documents.
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
ImagesSignTextOptions()
Initializes a new instance of the ImagesSignTextOptions class with default values.
|
ImagesSignTextOptions(String text)
Initializes a new instance of the ImagesSignTextOptions class with text.
|
Modifier and Type | Method and Description |
---|---|
double |
getBackgroundTransparency()
Gets or sets the signature background transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
int |
getBorderDashStyle()
Gets or sets the signature border style.
|
double |
getBorderTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
double |
getBorderWeight()
Gets or sets the weight of the signature border.
|
int |
getDocumentPageNumber()
Gets or sets document page number for signing.
|
com.groupdocs.signature.domain.ImageBorderData |
getImageBorder()
Gets image border data.
|
double |
getOpacity()
Get or set Signature Opacity.
|
PagesSetup |
getPagesSetup()
Options to specify pages to be signed.
|
boolean |
getSignAllPages()
Put signature on all document pages.
|
int |
getSignatureImplementation()
Gets or sets the type of text signature implementation.
|
void |
setBackgroundTransparency(double value)
Gets or sets the signature background transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
void |
setBorderDashStyle(int value)
Gets or sets the signature border style.
|
void |
setBorderTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
void |
setBorderWeight(double value)
Gets or sets the weight of the signature border.
|
void |
setDocumentPageNumber(int value)
Gets or sets document page number for signing.
|
void |
setOpacity(double value)
Get or set Signature Opacity.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
void |
setSignAllPages(boolean value)
Put signature on all document pages.
|
void |
setSignatureImplementation(int value)
Gets or sets the type of text signature implementation.
|
getBackgroundColor, getBackgroundColorInternal, getBorderColor, getBorderColorInternal, getFont, getForeColor, getForeColorInternal, getHeight, getHorizontalAlignment, getImageHelper, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRotationAngle, getSignPages, getSizeMeasureType, getText, getTop, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSizeMeasureType, setText, setTop, setVerticalAlignment, setWidth, toString, validate
getAppearance, getDocumentPPM, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setRotationChanged, setSignatureConfig, setSpecificRectangle
public ImagesSignTextOptions()
Initializes a new instance of the ImagesSignTextOptions class with default values.
public ImagesSignTextOptions(String text)
Initializes a new instance of the ImagesSignTextOptions class with text.
text
- Signature textpublic int getBorderDashStyle()
Gets or sets the signature border style.
public void setBorderDashStyle(int value)
Gets or sets the signature border style.
public double getBorderTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public void setBorderTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public double getBorderWeight()
Gets or sets the weight of the signature border.
public void setBorderWeight(double value)
Gets or sets the weight of the signature border.
public double getBackgroundTransparency()
Gets or sets the signature background transparency (value from 0.0 (opaque) through 1.0 (clear)).
public void setBackgroundTransparency(double value)
Gets or sets the signature background transparency (value from 0.0 (opaque) through 1.0 (clear)).
public int getSignatureImplementation()
Gets or sets the type of text signature implementation.
public void setSignatureImplementation(int value)
Gets or sets the type of text signature implementation.
public double getOpacity()
Get or set Signature Opacity. This value should be in range 0 - 1 and it inverts BackgroundTransparency. Opacity = 1 - BackgroundTransparency.
getOpacity
in interface IOpacity
public void setOpacity(double value)
Get or set Signature Opacity. This value should be in range 0 - 1 and it inverts BackgroundTransparency. Opacity = 1 - BackgroundTransparency.
setOpacity
in interface IOpacity
public int getDocumentPageNumber()
Gets or sets document page number for signing.
getDocumentPageNumber
in class SignOptions
public void setDocumentPageNumber(int value)
Gets or sets document page number for signing.
setDocumentPageNumber
in class SignOptions
public PagesSetup getPagesSetup()
Options to specify pages to be signed.
getPagesSetup
in class SignOptions
public void setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
setPagesSetup
in class SignOptions
public boolean getSignAllPages()
Put signature on all document pages.
getSignAllPages
in class SignTextOptions
public void setSignAllPages(boolean value)
Put signature on all document pages.
setSignAllPages
in class SignTextOptions
public com.groupdocs.signature.domain.ImageBorderData getImageBorder()
Gets image border data.
getImageBorder
in class SignOptions
Copyright © 2017. All rights reserved.