API Reference
Class
OdpList
An XML-backed presentation list.
Inheritance
- Object
- OdpList
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 OdpTextBox.AddList
- Property OdpTextBox.Lists
Methods
public OdpParagraph AddItem(String text = null) #Returns:
OdpParagraphAdds a one-paragraph list item.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<OdpParagraph> Items { get; } #List item paragraphs.