Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.DocumentRangeOptions interface

Package:
word

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.

Provides configuration options for the Document.getRange method.

Properties

end

If provided, specifies the ending character position. The default value is the end of the document.

start

If provided, specifies the starting character position. The default value is 0.

Property Details

end

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.

If provided, specifies the ending character position. The default value is the end of the document.

end?: number;

Property Value

number

Remarks

API set: WordApi BETA (PREVIEW ONLY)

start

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.

If provided, specifies the starting character position. The default value is 0.

start?: number;

Property Value

number

Remarks

API set: WordApi BETA (PREVIEW ONLY)


Feedback

Was this page helpful?