OfficeIMO

API Reference

Enum

WordParagraphBorder

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

Defines predefined paragraph border styles.

Inheritance

  • Enum
  • WordParagraphBorder

Values

public const WordParagraphBorder None #

No borders are applied.

Value: 0
public const WordParagraphBorder Custom #

Custom border configuration.

Value: 1
public const WordParagraphBorder Box #

Box border surrounding the paragraph.

Value: 2
public const WordParagraphBorder Shadow #

Shadowed box border.

Value: 3