API Reference
Class
WordDropDownList
Represents a dropdown list content control within a paragraph.
Inheritance
- WordElement
- WordDropDownList
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordDocument.GetDropDownListByAlias
- Method WordDocument.GetDropDownListByTag
- Property WordDocument.DropDownLists
- Property WordFooter.DropDownLists
- Property WordHeader.DropDownLists
- Property WordHeaderFooter.DropDownLists
- Method WordParagraph.AddDropDownList
- Property WordParagraph.DropDownList
- Property WordSection.DropDownLists
- Property WordTable.DropDownLists
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> Items { get; } #Gets the display texts of all list items.
public String SelectedValue { get; set; } #Gets or sets the currently selected value displayed by the dropdown list.
public String Tag { get; set; } #Gets or sets the tag value for this dropdown list control.
public String Alias { get; } #Gets the alias associated with this dropdown list control.