public class AttributesExtension extends Object implements com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<Map<String,com.vladsch.flexmark.util.html.Attributes>> |
ATTRIBUTE_MAP |
| Constructor and Description |
|---|
AttributesExtension() |
| Modifier and Type | Method and Description |
|---|---|
static com.vladsch.flexmark.Extension |
create() |
void |
extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType) |
void |
rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options) |
public void rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
rendererOptions in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionpublic void extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType)
extend in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionpublic static com.vladsch.flexmark.Extension create()
Copyright © 2017. All rights reserved.