Skip to content

Commit 5ba1c0f

Browse files
authored
Update tab.md - added a few comments about various tab stops for clarity.
1 parent a98821b commit 5ba1c0f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/usage/styles/tab.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ See [`Sample_02_TabStops`](/samples/Sample_02_TabStops.php) for more code sample
2121

2222
## Constants
2323
- Tab Stop
24-
* `TAB_STOP_CLEAR`
25-
* `TAB_STOP_LEFT`
26-
* `TAB_STOP_CENTER`
27-
* `TAB_STOP_RIGHT`
28-
* `TAB_STOP_DECIMAL`
29-
* `TAB_STOP_BAR`
30-
* `TAB_STOP_NUM`
24+
* `TAB_STOP_CLEAR`. Removes an existing tab.
25+
* `TAB_STOP_LEFT`.
26+
* `TAB_STOP_CENTER`.
27+
* `TAB_STOP_RIGHT`.
28+
* `TAB_STOP_DECIMAL`. All text is aligned around the first decimal character found within the text.
29+
* `TAB_STOP_BAR`. Does not result in a tab stop but instead a vertical bar is drawn at the location.
30+
* `TAB_STOP_NUM`. This is for backward compatibility and should be avoided in favor of paragraph indentation.
3131

3232
- Tab Leader
33-
* `TAB_LEADER_NONE`
34-
* `TAB_LEADER_DOT`
35-
* `TAB_LEADER_HYPHEN`
36-
* `TAB_LEADER_UNDERSCORE`
37-
* `TAB_LEADER_HEAVY`
38-
* `TAB_LEADER_MIDDLEDOT`
33+
* `TAB_LEADER_NONE`.
34+
* `TAB_LEADER_DOT`.
35+
* `TAB_LEADER_HYPHEN`.
36+
* `TAB_LEADER_UNDERSCORE`.
37+
* `TAB_LEADER_HEAVY`.
38+
* `TAB_LEADER_MIDDLEDOT`.
3939

4040
## Options
4141
- `type`. Stop type. `TAB_STOP_CLEAR` is default.

0 commit comments

Comments
 (0)