Edit

Share via


Word.Interfaces.BreakUpdateData interface

An interface for updating data on the Break object, for use in break.set({ ... }).

Properties

range

Returns a Range object that represents the portion of the document that's contained in the break.

Property Details

range

Returns a Range object that represents the portion of the document that's contained in the break.

range?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]