Description |
---|
Excerpt |
---|
Returns the names of all bookmarks in a WordWriter template. |
Signature | C# | C# |
---|---|---|
Wiki Markup | ||
{description}
{excerpt}Returns the names of all bookmarks in a WordWriter template.{excerpt}
{signature:C#}
public System.String[] Bookmarks{ get; }
| ||
Signature | ||
{signature}{signature:vb.net | vb.net | }
Public ReadOnly Property Bookmarks() As String()
|
Remarks |
---|
Bookmarks are used to define repeat blocks. A repeat block is a fragment in the template document that contains merge fields and that will be repeated for each row in a data source. |
Example | |||
---|---|---|---|
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |