[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PageSection

Class PageSection

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

Represents a page section element.

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

Properties

Columns

Gets the list of columns in the page section.

public List<PageColumn> Columns { get; }

Property Value

System.Collections.Generic.List<T><PageColumn>

WordSection

Gets the source Section.

public Section WordSection { get; }

Property Value

Section