[]
Represents a section break in a body content.
public class SectionBreak : ContentObject
Gets the next Section after the break.
public Section NextSection { get; }
Gets the Section before the break.
public Section PreviousSection { get; }