Class SectionBreak
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
Represents a section break in a body content.
public class SectionBreak : ContentObject
- Inheritance
-
object
SectionBreak
- Inherited Members
-
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
NextSection
Gets the next Section after the break.
public Section NextSection { get; }
Property Value
- Section
PreviousSection
public Section PreviousSection { get; }
Property Value
- Section