public class TabularTextTrait extends Object implements Trait<TabularTextTrait>
| Constructor and Description |
|---|
TabularTextTrait(AstAttribute attribute,
TextFormatSettings formatSettings,
EscapeSettings escapeSettings,
TextFieldSettings fieldSettings)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
EscapeSettings |
getEscapeSettings()
Returns the escape settings.
|
TextFieldSettings |
getFieldSettings()
Returns the field settings.
|
TextFormatSettings |
getFormatSettings()
Returns the format settings.
|
AstAttribute |
getOriginalAst()
Returns the corresponded syntactic element of this.
|
public TabularTextTrait(AstAttribute attribute, TextFormatSettings formatSettings, EscapeSettings escapeSettings, TextFieldSettings fieldSettings)
attribute - the original attributeformatSettings - the format settingsescapeSettings - the escape settingsfieldSettings - the field settingspublic AstAttribute getOriginalAst()
ElementgetOriginalAst in interface Elementnull if unknownpublic TextFormatSettings getFormatSettings()
public EscapeSettings getEscapeSettings()
public TextFieldSettings getFieldSettings()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.