[]
Represents a page section element.
public class PageSection : LayoutElement
Gets the list of columns in the page section.
public List<PageColumn> Columns { get; }
Gets the source Section.
public Section WordSection { get; }