[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PageSection

Class PageSection

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

Represents a page section element.

public class PageSection : LayoutElement
Inheritance
PageSection
Inherited Members

Properties

Columns

Gets the list of columns in the page section.

public List<PageColumn> Columns { get; }

Property Value

List<PageColumn>

WordSection

Gets the source Section.

public Section WordSection { get; }

Property Value

Section