Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.BreakData interface
- Package:
- word
An interface describing the data returned by calling break.toJSON().
Properties
| pageIndex | 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;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
