File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments