Table of Contents

Class Section

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents a section element in a Word document.

public class Section : IElement
Inheritance
Section
Implements
Inherited Members

Properties

ElementId

Gets the unique identifier of the section.

public int ElementId { get; }

Property Value

int

PageMargin

Gets the page margin properties for the section.

public PageMargin PageMargin { get; }

Property Value

PageMargin

PageSize

Gets the page size properties for the section.

public PageSize PageSize { get; }

Property Value

PageSize