public final class QuoteType
extends com.aspose.ms.System.Enum
Represents quote characters - single quote (') and double quote (")
Modifier and Type | Field and Description |
---|---|
static int |
DoubleQuote
Double quote (U+0022 QUOTATION MARK character)
|
static int |
SingleQuote
Single quote (U+0027 APOSTROPHE character)
|
Modifier and Type | Method and Description |
---|---|
static Integer[] |
numbers() |
public static final int DoubleQuote
Double quote (U+0022 QUOTATION MARK character)
public static final int SingleQuote
Single quote (U+0027 APOSTROPHE character)
public static Integer[] numbers()