OfficeIMO

API Reference

Enum

WordParagraphBorderType

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies which side of the paragraph border is affected.

Inheritance

  • Enum
  • WordParagraphBorderType

Values

public const WordParagraphBorderType Left #

Left border.

Value: 0
public const WordParagraphBorderType Right #

Right border.

Value: 1
public const WordParagraphBorderType Top #

Top border.

Value: 2
public const WordParagraphBorderType Bottom #

Bottom border.

Value: 3