...
Description |
---|
Excerpt |
---|
This class is used to represent an entry in a List inside a Word document. A list entry in Word is basically a numbered paragraph. |
Signature | ||||
---|---|---|---|---|
| ||||
public sealed class ListEntry : Paragraph
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public NotInheritable Class ListEntry
Inherits Paragraph
{signature}
{remarks}The following sample gets the first [ListEntry|ListEntry] object of a [List|List].
To create a new list entry, use [ |
Remarks |
---|
The following sample gets the first ListEntry object of a List. To create a new list entry, use List.AddEntry() |List. AddEntry(Int32)].To get an existing list entry, use [Element.GetElements(Element.Type.ListEntry) |Element.GetElements(Element.Type)]to get all elements of type {{
. |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following sample demonstrates how to create a new list entry at the end of a list as well as how to get the first list entry of an existing list.
|
Properties |
---|
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Methods |
---|
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
|