public class WordsSignImageOptions extends SignImageOptions
Represents the Image Signature Options for Words Documents.
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
WordsSignImageOptions()
Initializes a new instance of the WordsSignImageOptions class with default values.
|
WordsSignImageOptions(InputStream imageStream)
Initializes a new instance of the WordsSignImageOptions class with image stream.
|
WordsSignImageOptions(String guid)
Initializes a new instance of the WordsSignImageOptions class with image file GUID.
|
Modifier and Type | Method and Description |
---|---|
int |
getDocumentPart()
Deprecated.
|
void |
setDocumentPart(int value)
Deprecated.
|
getHeight, getHorizontalAlignment, getImageBorder, getImageFileName, getImageGuid, getImageStream, getImageStreamInternal, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSignPages, getSizeMeasureType, getStream, getTop, getVerticalAlignment, getWidth, hasImage, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setHeight, setHorizontalAlignment, setImage, setImage, setImageFileName, setImageGuid, setImageInternal, setImageStream, setImageStreamInternal, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setTop, setVerticalAlignment, setWidth, toString
getAppearance, getDocumentPageNumber, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, isRotationChanged, onError, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged, setSignatureConfig
public WordsSignImageOptions()
Initializes a new instance of the WordsSignImageOptions class with default values.
public WordsSignImageOptions(InputStream imageStream)
Initializes a new instance of the WordsSignImageOptions class with image stream.
imageStream
- Image streampublic WordsSignImageOptions(String guid)
Initializes a new instance of the WordsSignImageOptions class with image file GUID.
guid
- Image file GUID@Deprecated public int getDocumentPart()
Gets or sets the part of document to put sign.
@Deprecated public void setDocumentPart(int value)
Gets or sets the part of document to put sign.
Copyright © 2017. All rights reserved.