[]
Represents a page column element.
public class PageColumn : LayoutElement
Gets the list of column elements.
public List<BlockElement> Blocks { get; }
Gets the source TextColumn.
public TextColumn WordColumn { get; }
Gets the source TextFrame.
public TextFrame WordFrame { get; }
Gets the source HeaderFooter.
public HeaderFooter WordHeaderFooter { get; }