Note

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

Access to this page requires authorization. You can try .

Word.Interfaces.ContentControlListItemLoadOptions interface

Package:
word

Represents a list item in a dropdown list or combo box content control.

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

displayText

Specifies the display text of a list item for a dropdown list or combo box content control.

index

Specifies the index location of a content control list item in the collection of list items.

value

Specifies the programmatic value of a list item for a dropdown list or combo box content control.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

displayText

Specifies the display text of a list item for a dropdown list or combo box content control.

displayText?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.9

index

Specifies the index location of a content control list item in the collection of list items.

index?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.9

value

Specifies the programmatic value of a list item for a dropdown list or combo box content control.

value?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.9


Feedback

Was this page helpful?