Word.Interfaces.BreakData interface
An interface describing the data returned by calling break.toJSON().
Properties
| page |
Returns the page number on which the break occurs. |
| range | Returns a |
Property Details
pageIndex
Returns the page number on which the break occurs.
pageIndex?: number;
Property Value
number
Remarks
range
Returns a Range object that represents the portion of the document that's contained in the break.
range?: Word.Interfaces.RangeData;