| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.serialization |
The com.groupdocs.editor.htmlcss.serialization namespace provides types, that are responsible for tuning HTML and CSS markup serialization process..
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static QuoteType |
QuoteType.DoubleQuote
Double quote (U+0022 QUOTATION MARK character)
|
static QuoteType |
QuoteType.SingleQuote
Single quote (U+0027 APOSTROPHE character)
|
| Modifier and Type | Method and Description |
|---|---|
QuoteType |
QuoteType.Clone()
Deprecated.
|
static QuoteType |
QuoteType.to_QuoteType(char character)
Casts specific
char to the corresponding QuoteType, throws exception if casting is invalid |
| Modifier and Type | Method and Description |
|---|---|
void |
QuoteType.CloneTo(QuoteType that)
Deprecated.
|
boolean |
QuoteType.equals(QuoteType other)
Indicates whether this instance of the quote type is equal to specified
|
static boolean |
QuoteType.equals(QuoteType obj1,
QuoteType obj2)
Deprecated.
|
static boolean |
QuoteType.op_Equality(QuoteType first,
QuoteType second)
Checks whether two "QuoteType" values are equal
|
static boolean |
QuoteType.op_Inequality(QuoteType first,
QuoteType second)
Checks whether two "QuoteType" values are not equal
|
static char |
QuoteType.to_Char(QuoteType quote)
Casts specified
QuoteType instance to the char |
| Modifier and Type | Method and Description |
|---|---|
QuoteType |
XmlEditOptions.getAttributeValuesQuoteType()
Allows to specify quote type (single or double quotes) for attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlEditOptions.setAttributeValuesQuoteType(QuoteType value)
Allows to specify quote type (single or double quotes) for attribute values.
|
Copyright © 2024. All rights reserved.