OfficeIMO

API Reference

Class

WordDropDownList

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents a dropdown list content control within a paragraph.

Inheritance

Methods

public Void Remove() #
Returns: Void

Removes the dropdown list from the paragraph.

Properties

public IReadOnlyList<String> Items { get; } #

Gets the display texts of all list items.

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.