OneNote.Interfaces.InkWordCollectionLoadOptions interface
Represents a collection of InkWord objects.
Remarks
Properties
$all | Specifying |
id | For EACH ITEM in the collection: Gets the ID of the InkWord object. Read-only. |
language |
For EACH ITEM in the collection: The id of the recognized language in this ink word. Read-only. |
paragraph | For EACH ITEM in the collection: The parent paragraph containing the ink word. |
word |
For EACH ITEM in the collection: The words that were recognized in this ink word, in order of likelihood. Read-only. |
Property Details
$all
Specifying $all
for the LoadOptions loads all the scalar properties (e.g.: Range.address
) but not the navigational properties (e.g.: Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
id
For EACH ITEM in the collection: Gets the ID of the InkWord object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
languageId
For EACH ITEM in the collection: The id of the recognized language in this ink word. Read-only.
languageId?: boolean;
Property Value
boolean
Remarks
paragraph
For EACH ITEM in the collection: The parent paragraph containing the ink word.
paragraph?: OneNote.Interfaces.ParagraphLoadOptions;
Property Value
Remarks
wordAlternates
For EACH ITEM in the collection: The words that were recognized in this ink word, in order of likelihood. Read-only.
wordAlternates?: boolean;
Property Value
boolean
Remarks
Office Add-ins