[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PageColumn

Class PageColumn

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.dll

Represents a page column element.

public class PageColumn : LayoutElement
Inheritance
PageColumn
Inherited Members

Properties

Blocks

Gets the list of column elements.

public List<BlockElement> Blocks { get; }

Property Value

List<BlockElement>

WordColumn

Gets the source TextColumn.

public TextColumn WordColumn { get; }

Property Value

TextColumn

WordFrame

Gets the source TextFrame.

public TextFrame WordFrame { get; }

Property Value

TextFrame

WordHeaderFooter

Gets the source HeaderFooter.

public HeaderFooter WordHeaderFooter { get; }

Property Value

HeaderFooter