[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SectionBreak

Class SectionBreak

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

Represents a section break in a body content.

public class SectionBreak : ContentObject
Inheritance
SectionBreak
Inherited Members

Properties

NextSection

Gets the next Section after the break.

public Section NextSection { get; }

Property Value

Section

PreviousSection

Gets the Section before the break.

public Section PreviousSection { get; }

Property Value

Section