API Reference

Class

WordBreak

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a break in the text. Be it page break, soft break, column or text wrapping

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Void Remove(Boolean includingParagraph = false) #
Returns: Void

Remove the break from WordDocument. By default it removes break without removing paragraph. If you want paragraph removed please use IncludingParagraph bool. Please remember a paragraph can hold multiple other elements.

Parameters

includingParagraph System.Boolean = false optionalposition: 0

Properties

public Nullable<WordBreakType> BreakType { get; } #

Get type of Break in given paragraph