Pargraphbreak is inserting linebreak

Hi,

I use below code to insert a paragraph break since i need to apply indendation for para before end tag i am inserting paragraph break but it inserts line break after para which we are not expecting

Can you help me to remove linebreak or to insert paragraphbreak without linebreak

                builder.ParagraphFormat.LeftIndent = 30;
                builder.ParagraphFormat.FirstLineIndent = 30;
            if (NextTypeNo == 7)
            {
                ParaHeading.TrimEnd(ControlChar.LineBreakChar);
                builder.InsertBreak(BreakType.ParagraphBreak);

}

Output:
SLE:
CARD DFTCE
HHTEXT PPR EX ING NO>17
PLANTS

}Tag END$$$

Expected Output:
SLE:
CARD DFTCE
HHTEXT PPR EX ING NO>17
PLANTS
}Tag END$$$

@NanthiniSenthil123 I have already answered this question in another your thread:
https://forum.aspose.com/t/indentation-issue/253726/18