public class SignStampOptions extends SignImageOptions
Modifier and Type | Class | Description |
---|---|---|
static class |
SignStampOptions.BackgroundColorCropTypeEnum |
Gets or sets the background color crop type of signature
|
static class |
SignStampOptions.BackgroundImageCropTypeEnum |
Gets or sets the background image crop type of signature
|
OptionsBase.SignatureTypeEnum
SignImageOptions.HorizontalAlignmentEnum, SignImageOptions.LocationMeasureTypeEnum, SignImageOptions.MarginMeasureTypeEnum, SignImageOptions.SizeMeasureTypeEnum, SignImageOptions.VerticalAlignmentEnum
Constructor | Description |
---|---|
SignStampOptions() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureType
border, getBorder, getHeight, getHorizontalAlignment, getImageFilePath, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRotationAngle, getSizeMeasureType, getTop, getTransparency, getVerticalAlignment, getWidth, height, horizontalAlignment, imageFilePath, left, locationMeasureType, margin, marginMeasureType, rotationAngle, setBorder, setHeight, setHorizontalAlignment, setImageFilePath, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSizeMeasureType, setTop, setTransparency, setVerticalAlignment, setWidth, sizeMeasureType, top, transparency, verticalAlignment, width
appearance, getAppearance, setAppearance
public SignStampOptions outerLines(java.util.List<StampLine> outerLines)
public SignStampOptions addOuterLinesItem(StampLine outerLinesItem)
public java.util.List<StampLine> getOuterLines()
public void setOuterLines(java.util.List<StampLine> outerLines)
public SignStampOptions innerLines(java.util.List<StampLine> innerLines)
public SignStampOptions addInnerLinesItem(StampLine innerLinesItem)
public java.util.List<StampLine> getInnerLines()
public void setInnerLines(java.util.List<StampLine> innerLines)
public SignStampOptions backgroundColor(Color backgroundColor)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public SignStampOptions backgroundBrush(Brush backgroundBrush)
public Brush getBackgroundBrush()
public void setBackgroundBrush(Brush backgroundBrush)
public SignStampOptions backgroundColorCropType(SignStampOptions.BackgroundColorCropTypeEnum backgroundColorCropType)
public SignStampOptions.BackgroundColorCropTypeEnum getBackgroundColorCropType()
public void setBackgroundColorCropType(SignStampOptions.BackgroundColorCropTypeEnum backgroundColorCropType)
public SignStampOptions backgroundImageCropType(SignStampOptions.BackgroundImageCropTypeEnum backgroundImageCropType)
public SignStampOptions.BackgroundImageCropTypeEnum getBackgroundImageCropType()
public void setBackgroundImageCropType(SignStampOptions.BackgroundImageCropTypeEnum backgroundImageCropType)
public boolean equals(java.lang.Object o)
equals
in class SignImageOptions
public int hashCode()
hashCode
in class SignImageOptions
public java.lang.String toString()
toString
in class SignImageOptions
Copyright © 2021. All rights reserved.