Word.Interfaces.RepeatingSectionItemData interface
An interface describing the data returned by calling repeatingSectionItem.toJSON()
.
Properties
range | Returns the range of this repeating section item, excluding the start and end tags. |
Property Details
range
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the range of this repeating section item, excluding the start and end tags.
range?: Word.Interfaces.RangeData;