Aspose insert break continous

Hi
I am trying to add builder.insertBreak(3), but the output seems a bit differnet then expected
eg : before

  1. qwertyuiop
  2. asdfghjkl

after

  1. qwerty
    1. inserted text
  2. asdfghjkl

@40004324231 the section break that you are using is the “SectionBreakContinuous” (please try to use always the enum BreakType to specify the type of break that you are inserting that make your code much more readable), that break create a new section but continue the content in the same page.
Can you please, be more specific about your expected output.