public class ListContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BULLETED |
static String |
NUMBERED |
static String |
SQUARE |
| Constructor and Description |
|---|
ListContext() |
ListContext(String type) |
ListContext(String type,
ListContext current) |
| Modifier and Type | Method and Description |
|---|---|
String |
decorateText(String s) |
String |
getStack() |
boolean |
isInList() |
public static final String NUMBERED
public static final String BULLETED
public static final String SQUARE
public ListContext(String type, ListContext current)
public ListContext()
public ListContext(String type)
Copyright © 2019 Atlassian. All rights reserved.