OfficeIMO

API Reference

Class

WordSectionSnapshot

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Inheritance

  • Object
  • WordSectionSnapshot

Constructors

Properties

public Int32 Index { get; set; } #
public String SectionBreakType { get; set; } #
public String Orientation { get; set; } #
public Nullable<Double> PageWidthPoints { get; set; } #
public Nullable<Double> PageHeightPoints { get; set; } #
public Nullable<Double> MarginTopPoints { get; set; } #
public Nullable<Double> MarginBottomPoints { get; set; } #
public Nullable<Double> MarginLeftPoints { get; set; } #
public Nullable<Double> MarginRightPoints { get; set; } #
public Nullable<Double> HeaderMarginPoints { get; set; } #
public Nullable<Double> FooterMarginPoints { get; set; } #
public Nullable<Int32> ColumnCount { get; set; } #
public Nullable<Double> ColumnSpacingPoints { get; set; } #
public Boolean HasColumnSeparator { get; set; } #
public Nullable<Int32> PageNumberStart { get; set; } #
public Int32 HeaderCount { get; set; } #
public Int32 FooterCount { get; set; } #
public Boolean DifferentFirstPage { get; set; } #
public Boolean DifferentOddAndEvenPages { get; set; } #
public WordHeaderFooterSnapshot DefaultHeader { get; set; } #
public WordHeaderFooterSnapshot DefaultFooter { get; set; } #
public WordHeaderFooterSnapshot FirstHeader { get; set; } #
public WordHeaderFooterSnapshot FirstFooter { get; set; } #
public WordHeaderFooterSnapshot EvenHeader { get; set; } #
public WordHeaderFooterSnapshot EvenFooter { get; set; } #
public IReadOnlyList<WordBlockSnapshot> Elements { get; } #