'Declaration Public Enum SectionStart Inherits System.Enum
public enum SectionStart : System.Enum
'Declaration Public Enum SectionStart Inherits System.Enum
public enum SectionStart : System.Enum
Member | Description |
---|---|
Continuous | The new section starts on the same page as the previous section. |
EvenPage | The section starts on a new even page. |
NewColumn | The section starts from a new column. |
NewPage | The section starts from a new page. |
OddPage | The section starts on a new odd page. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.SectionStart