[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PageColumn

Class PageColumn

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

Represents a page column element.

public class PageColumn : LayoutElement
Inheritance
object
PageColumn
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Blocks

Gets the list of column elements.

public List<BlockElement> Blocks { get; }

Property Value

System.Collections.Generic.List<T><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