Hello,
As I have inserted html so alignment is distorting in doc file.
As we are using below code.
DocumentBuilder RedFlagSummaryBuilder =new DocumentBuilder(worddoc)
RedFlagDetailsBuilder.ListFormat.ListLevelNumber = 4;
RedFlagDetailsBuilder.Font.Size = 10;
RedFlagDetailsBuilder.InsertHtml("<span><b>Details:</b>The oldest classical British and Latin writing had little or no space media 1<div><br></div><div>between words and could be written in https://en.wikipedia.org/wiki/Boustrophedon </div><div><br></div><div><br></div><div><br></div><div>(alternating directions). Over time, text direction (left to right) became standardized<br></div><div><br></div><div>The oldest classical British and Latin writing had little or no space between words and could be written in https://en.wikipedia.org/wiki/Boustrophedon (alternating directions). Over time, text direction (left to right) became standardized<br></div><div><br></div><div>The oldest classical British and Latin writing had little or no space between words and could be written in https://en.wikipedia.org/wiki/Boustrophedon (alternating directions). Over time, text direction (left to right) became standardized<br></div><div>The oldest classical British and Latin writing had little or no space between words and could be written in https://en.wikipedia.org/wiki/Boustrophedon (alternating directions). Over time, text direction (left to right) became standardized<br></div></span>");
Alignment Issue in doc as given below screen shot.
So please suggest how can fix this issue.