public class TypographicOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
angleQuoteClose |
String |
angleQuoteOpen |
String |
angleQuoteUnmatched |
String |
doubleQuoteClose |
String |
doubleQuoteOpen |
String |
doubleQuoteUnmatched |
String |
ellipsis |
String |
ellipsisSpaced |
String |
emDash |
String |
enDash |
String |
singleQuoteClose |
String |
singleQuoteOpen |
String |
singleQuoteUnmatched |
boolean |
typographicQuotes |
boolean |
typographicSmarts |
Constructor and Description |
---|
TypographicOptions(com.vladsch.flexmark.util.options.DataHolder options) |
public final boolean typographicQuotes
public final boolean typographicSmarts
public final String ellipsis
public final String ellipsisSpaced
public final String enDash
public final String emDash
public final String singleQuoteOpen
public final String singleQuoteClose
public final String singleQuoteUnmatched
public final String doubleQuoteOpen
public final String doubleQuoteClose
public final String doubleQuoteUnmatched
public final String angleQuoteOpen
public final String angleQuoteClose
public final String angleQuoteUnmatched
Copyright © 2019. All rights reserved.