Uses of Class
net.webpdf.wsclient.openapi.OperationAppearanceSource
-
Packages that use OperationAppearanceSource Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAppearanceSource in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAppearanceSource Modifier and Type Method Description @Nullable OperationAppearanceSourceOperationRubberStampAnnotation. getNormalAppearance()Get normalAppearance@Nullable OperationAppearanceSourceOperationTextAnnotation. getNormalAppearance()Get normalAppearanceOperationAppearanceSourceOperationAppearanceSource. image(OperationAppearanceImage image)OperationAppearanceSourceOperationAppearanceSource. pdf(OperationAppearancePdf pdf)OperationAppearanceSourceOperationAppearanceSource. svg(OperationAppearanceSvg svg)Methods in net.webpdf.wsclient.openapi with parameters of type OperationAppearanceSource Modifier and Type Method Description OperationRubberStampAnnotationOperationRubberStampAnnotation. normalAppearance(OperationAppearanceSource normalAppearance)OperationTextAnnotationOperationTextAnnotation. normalAppearance(OperationAppearanceSource normalAppearance)voidOperationRubberStampAnnotation. setNormalAppearance(OperationAppearanceSource normalAppearance)voidOperationTextAnnotation. setNormalAppearance(OperationAppearanceSource normalAppearance)
-