@@ -1977,6 +1977,36 @@ Default multiline: false
19771977 from 0 to 4: size=12, blockIndent=0, font=Times, align=right, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=true
19781978 from 4 to 5: size=12, blockIndent=0, font=Times, align=right, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
19791979 ===============
1980+ HTML set: <p align="justify">text</p>
1981+ HTML get: <P ALIGN="JUSTIFY"><FONT FACE="Times" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">text</FONT></P>
1982+ Text get: text
1983+ Text runs (1):
1984+ from 0 to 4: size=12, blockIndent=0, font=Times, align=justify, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
1985+ HTML get ml: <!-- the same -->
1986+ Text get: text\r
1987+ Text runs (1):
1988+ from 0 to 5: size=12, blockIndent=0, font=Times, align=justify, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
1989+ ===============
1990+ HTML set: <p align="center">text</p>
1991+ HTML get: <P ALIGN="CENTER"><FONT FACE="Times" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">text</FONT></P>
1992+ Text get: text
1993+ Text runs (1):
1994+ from 0 to 4: size=12, blockIndent=0, font=Times, align=center, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
1995+ HTML get ml: <!-- the same -->
1996+ Text get: text\r
1997+ Text runs (1):
1998+ from 0 to 5: size=12, blockIndent=0, font=Times, align=center, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
1999+ ===============
2000+ HTML set: <p align="unknown">text</p>
2001+ HTML get: <P ALIGN="LEFT"><FONT FACE="Times" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">text</FONT></P>
2002+ Text get: text
2003+ Text runs (1):
2004+ from 0 to 4: size=12, blockIndent=0, font=Times, align=left, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
2005+ HTML get ml: <!-- the same -->
2006+ Text get: text\r
2007+ Text runs (1):
2008+ from 0 to 5: size=12, blockIndent=0, font=Times, align=left, leading=0, display=block, kerning=false, leftMargin=0, rightMargin=0, color=0, bold=false, italic=false, bullet=false, underline=false
2009+ ===============
19802010 HTML set: <a href="http://example.com"><p align="right"></p></a>
19812011 HTML get:
19822012 Text get:
0 commit comments