public final class CellsTextSignatureImplementation
extends com.aspose.ms.System.Enum
Specifies type of implementation for Cells Text Signature.
Modifier and Type | Field and Description |
---|---|
static int |
TextAsImage
Text Signature as Image object on Cells sheet.
|
static int |
TextStamp
Text Signature as Label object on Cells sheet.
|
static int |
Watermark
Text Signature as watermark on Cells sheet.
|
public static final int TextAsImage
Text Signature as Image object on Cells sheet.
public static final int TextStamp
Text Signature as Label object on Cells sheet.
public static final int Watermark
Text Signature as watermark on Cells sheet.
Copyright © 2018. All rights reserved.