public class CellsSignTextOptions extends SignTextOptions
Represents the Text Signature Options for Cells Documents.
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_TRANSPARENCY |
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
CellsSignTextOptions()
Initializes a new instance of the CellsSignTextOptions class with default values.
|
CellsSignTextOptions(String text)
Initializes a new instance of the CellsSignTextOptions 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)).
|
boolean |
getBorderVisiblity()
Gets or sets the signature border visibility.
|
double |
getBorderWeight()
Gets or sets the weight of the signature border.
|
int |
getColumnNumber()
Gets or sets the left column number of signature (min value is 0).
|
int |
getDocumentPageNumber()
Gets or sets worksheet number for signing.
|
com.groupdocs.signature.domain.ImageBorderData |
getImageBorder()
Gets image border data.
|
int |
getLeft()
Deprecated.
|
int |
getLocationMeasureType()
Deprecated.
|
Padding |
getMargin()
Gets or sets the space between Sign and worksheet edges.
|
int |
getMarginMeasureType()
Deprecated.
|
double |
getOpacity()
Gets the signature opacity.
|
int |
getRowNumber()
Gets or sets the top row number of signature (min value is 0).
|
int |
getSheetNumber()
Gets or sets worksheet number for signing.
|
int |
getSignatureImplementation()
Gets or sets the type of text signature implementation.
|
int |
getSizeMeasureType()
Deprecated.
|
int |
getTop()
Deprecated.
|
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 |
setBorderVisiblity(boolean value)
Gets or sets the signature border visibility.
|
void |
setBorderWeight(double value)
Gets or sets the weight of the signature border.
|
void |
setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0).
|
void |
setDocumentPageNumber(int value)
Gets or sets worksheet number for signing.
|
void |
setLeft(int value)
Deprecated.
|
void |
setLocationMeasureType(int value)
Deprecated.
|
void |
setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges.
|
void |
setMarginMeasureType(int value)
Deprecated.
|
void |
setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0).
|
void |
setSheetNumber(int value)
Gets or sets worksheet number for signing.
|
void |
setSignatureImplementation(int value)
Gets or sets the type of text signature implementation.
|
void |
setSizeMeasureType(int value)
Deprecated.
|
void |
setTop(int value)
Deprecated.
|
getBackgroundColor, getBackgroundColorInternal, getBorderColor, getBorderColorInternal, getFont, getForeColor, getForeColorInternal, getHeight, getHorizontalAlignment, getImageHelper, getImageStream, getRotationAngle, getSignAllPages, getSignPages, getSpecificRectangle, getText, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setRotationAngle, setSignAllPages, setSpecificRectangle, setText, setVerticalAlignment, setWidth, toString, validate
getAppearance, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, isRotationChanged, onError, setAppearance, setPagesSetup, setRotationChanged, setSignatureConfig
public static final double DEFAULT_TRANSPARENCY
public CellsSignTextOptions()
Initializes a new instance of the CellsSignTextOptions class with default values.
public CellsSignTextOptions(String text)
Initializes a new instance of the CellsSignTextOptions class with text.
text
- Signature text@Deprecated public int getLocationMeasureType()
Measure type (pixels or percent) for Left and Top properties.
getLocationMeasureType
in interface IRectangle
getLocationMeasureType
in class SignTextOptions
@Deprecated public void setLocationMeasureType(int value)
Measure type (pixels or percent) for Left and Top properties.
setLocationMeasureType
in interface IRectangle
setLocationMeasureType
in class SignTextOptions
@Deprecated public int getSizeMeasureType()
Measure type (pixels or percent) for Width and Height properties.
getSizeMeasureType
in interface IRectangle
getSizeMeasureType
in class SignTextOptions
@Deprecated public void setSizeMeasureType(int value)
Measure type (pixels or percent) for Width and Height properties.
setSizeMeasureType
in interface IRectangle
setSizeMeasureType
in class SignTextOptions
@Deprecated public int getMarginMeasureType()
Gets or sets the measure type (pixels or percent) for Margin.
getMarginMeasureType
in interface IAlignment
getMarginMeasureType
in class SignTextOptions
@Deprecated public void setMarginMeasureType(int value)
Gets or sets the measure type (pixels or percent) for Margin.
setMarginMeasureType
in interface IAlignment
setMarginMeasureType
in class SignTextOptions
@Deprecated public int getLeft()
Left intent columns (works if horizontal alignment is not specified).
getLeft
in interface IRectangle
getLeft
in class SignTextOptions
@Deprecated public void setLeft(int value)
Left intent columns (works if horizontal alignment is not specified).
setLeft
in interface IRectangle
setLeft
in class SignTextOptions
@Deprecated public int getTop()
Top intent rows (works if vertical alignment is not specified).
getTop
in interface IRectangle
getTop
in class SignTextOptions
@Deprecated public void setTop(int value)
Top intent rows (works if vertical alignment is not specified).
setTop
in interface IRectangle
setTop
in class SignTextOptions
public Padding getMargin()
Gets or sets the space between Sign and worksheet edges. (works ONLY if horizontal or vertical alignment are specified).
getMargin
in interface IAlignment
getMargin
in class SignTextOptions
public void setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges. (works ONLY if horizontal or vertical alignment are specified).
setMargin
in interface IAlignment
setMargin
in class SignTextOptions
public int getDocumentPageNumber()
Gets or sets worksheet number for signing.
getDocumentPageNumber
in class SignOptions
public void setDocumentPageNumber(int value)
Gets or sets worksheet number for signing.
setDocumentPageNumber
in class SignOptions
public int getSheetNumber()
Gets or sets worksheet number for signing.
public void setSheetNumber(int value)
Gets or sets worksheet number for signing.
public int getRowNumber()
Gets or sets the top row number of signature (min value is 0).
public void setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0).
public int getColumnNumber()
Gets or sets the left column number of signature (min value is 0).
public void setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0).
public boolean getBorderVisiblity()
Gets or sets the signature border visibility.
public void setBorderVisiblity(boolean value)
Gets or sets the signature border visibility.
public 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()
Gets the signature opacity.
getOpacity
in class SignOptions
public com.groupdocs.signature.domain.ImageBorderData getImageBorder()
Gets image border data.
getImageBorder
in class SignOptions
Copyright © 2017. All rights reserved.