Edit

ListItemStructure Class

Definition

Represents an item in a list or outline.

public ref class ListItemStructure : System::Windows::Documents::DocumentStructures::SemanticBasicElement, System::Collections::Generic::IEnumerable<System::Windows::Documents::DocumentStructures::BlockElement ^>, System::Windows::Markup::IAddChild
public class ListItemStructure : System.Windows.Documents.DocumentStructures.SemanticBasicElement, System.Collections.Generic.IEnumerable<System.Windows.Documents.DocumentStructures.BlockElement>, System.Windows.Markup.IAddChild
type ListItemStructure = class
    inherit SemanticBasicElement
    interface seq<BlockElement>
    interface IEnumerable
    interface IAddChild
Public Class ListItemStructure
Inherits SemanticBasicElement
Implements IAddChild, IEnumerable(Of BlockElement)
Inheritance
Implements

Remarks

A ListItemStructure can only be a child of a ListStructure.

Constructors

Name Description
ListItemStructure()

Initializes a new instance of the ListItemStructure class.

Properties

Name Description
Marker

Gets or sets the name of the numeral, character, or bullet symbol for the list item as it appears in the formatting markup of the document.

Methods

Name Description
Add(BlockElement)

Adds a block to a list item.

Explicit Interface Implementations

Name Description
IAddChild.AddChild(Object)

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

IAddChild.AddText(String)

Not implemented.

IEnumerable.GetEnumerator()

This method has not been implemented.

IEnumerable<BlockElement>.GetEnumerator()

This method has not been implemented.

Applies to