public static class LinkRenderer.Rendering extends Object
Modifier and Type | Field and Description |
---|---|
List<LinkRenderer.Attribute> |
attributes |
String |
href |
String |
text |
Modifier and Type | Method and Description |
---|---|
LinkRenderer.Rendering |
withAttribute(LinkRenderer.Attribute attr) |
LinkRenderer.Rendering |
withAttribute(String name,
String value) |
public String href
public String text
public List<LinkRenderer.Attribute> attributes
public LinkRenderer.Rendering withAttribute(String name, String value)
public LinkRenderer.Rendering withAttribute(LinkRenderer.Attribute attr)
Copyright © 2009–2023 org.pegdown. All rights reserved.