79224512

Date: 2024-11-25 20:29:53
Score: 0.5
Natty:
Report link

if I replace SectionMarkValues.NextPage with SectionMarkValues.NextPage.Continuous it still produces a page break

Paragraph paragraph232 = new Paragraph();

    ParagraphProperties paragraphProperties220 = new ParagraphProperties();

    SectionProperties sectionProperties1 = new SectionProperties();
    SectionType sectionType1 = new SectionType(){ Val = SectionMarkValues.NextPage };

    sectionProperties1.Append(sectionType1);

    paragraphProperties220.Append(sectionProperties1);

    paragraph232.Append(paragraphProperties220);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28482658