Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public Integer | getContentIndent()
Returns the indent of the content in columns (spaces or tab stop of 4) if available, or null otherwise. |
public Integer | getMarkerIndent()
Returns the indent of the marker such as "-" or "1." in columns (spaces or tab stop of 4) if available, or null otherwise. |
public void | |
public void |
contentIndent | back to summary |
---|---|
private Integer contentIndent |
markerIndent | back to summary |
---|---|
private Integer markerIndent |
ListItem | back to summary |
---|---|
public ListItem() |
accept | back to summary |
---|---|
public void accept(Visitor visitor) Implements abstract jdk.
|
getContentIndent | back to summary |
---|---|
public Integer getContentIndent() Returns the indent of the content in columns (spaces or tab stop of 4) if available, or null otherwise. The content indent is counted from the beginning of the line and includes the marker on the first line. Some examples and their content indent: - FooContent indent: 2 - FooContent indent: 3 1. FooContent indent: 5 Note that subsequent lines in the same list item need to be indented by at least the content indent to be counted as part of the list item. |
getMarkerIndent | back to summary |
---|---|
public Integer getMarkerIndent() Returns the indent of the marker such as "-" or "1." in columns (spaces or tab stop of 4) if available, or null otherwise. Some examples and their marker indent: - FooMarker indent: 0 - FooMarker indent: 1 1. FooMarker indent: 2 |
setContentIndent | back to summary |
---|---|
public void setContentIndent(Integer contentIndent) |
setMarkerIndent | back to summary |
---|---|
public void setMarkerIndent(Integer markerIndent) |