public class CssQuotes extends Object
| Modifier and Type | Method and Description |
|---|---|
static CssQuotes |
createDefaultQuotes()
Creates the default CssQuotes instance.
|
static CssQuotes |
createQuotes(String quotesString, boolean fallbackToDefault)
Creates a CssQuotes instance.
|
String |
resolveQuote(String value, CssContext context)
Resolves quotes.
|
public static CssQuotes createQuotes(String quotesString, boolean fallbackToDefault)
CssQuotes instance.
quotesString - the quotes string
fallbackToDefault - indicates whether it's OK to fall back to the default
CssQuotes instance
public static CssQuotes createDefaultQuotes()
CssQuotes instance.
CssQuotes instance
public String resolveQuote(String value, CssContext context)
value - the value
context - the CSS context
Copyright © 1998–2019 iText Group NV. All rights reserved.