Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d80b672

Browse files
committed
[Bug 14645] Add release note.
1 parent 4be633b commit d80b672

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/notes/bugfix-14645.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Field tab alignments in htmlText and styledText
2+
3+
The **styledText** and **htmlText** of a field now include tab
4+
alignment information. The **htmlText** uses a new `tabalign`
5+
attribute with a list of alignments, e.g.
6+
7+
<p tabalign='left,center,right'>left&09;middle&09;right&09;</p>
8+
9+
The **styledText** stores tab alignment in a "tabalign" key in each
10+
paragraph's "style" array, e.g.
11+
12+
get tStyledText[1]["style"]["tabalign"]

0 commit comments

Comments
 (0)