Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Overload

Description

SetRepeatBlock(System.Data.DataSet, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.DataSet, String)WW8:
WordTemplate.SetRepeatBlock(System.Data.DataSet, String)
nopaneltrue

SetRepeatBlock(System.Data.DataSet, String, Int32)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.DataSet, String, Int32)WW8:
WordTemplate.SetRepeatBlock(System.Data.DataSet, String, Int32)
nopaneltrue

SetRepeatBlock(System.Data.DataTable, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.DataTable, String)WW8:
WordTemplate.SetRepeatBlock(System.Data.DataTable, String)
nopaneltrue

SetRepeatBlock(System.Data.DataTable, String, Int32)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.DataTable, String, Int32)WW8:
WordTemplate.SetRepeatBlock(System.Data.DataTable, String, Int32)
nopaneltrue

SetRepeatBlock(System.Data.IDataReader, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.IDataReader, String)WW8:
WordTemplate.SetRepeatBlock(System.Data.IDataReader, String)
nopaneltrue

SetRepeatBlock(System.Data.IDataReader, String, Int32)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Data.IDataReader, String, Int32)WW8:
WordTemplate.SetRepeatBlock(System.Data.IDataReader, String, Int32)
nopaneltrue

SetRepeatBlock(Object(), String(), String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(Object(), String(), String)WW8:
WordTemplate.SetRepeatBlock(Object(), String(), String)
nopaneltrue

SetRepeatBlock(Object(,), String(), String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(Object(,), String(), String)WW8:
WordTemplate.SetRepeatBlock(Object(,), String(), String)
nopaneltrue

SetRepeatBlock(Object(,), String(), String, Int32, Boolean)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(Object(,), String(), String, Int32, Boolean)WW8:
WordTemplate.SetRepeatBlock(Object(,), String(), String, Int32, Boolean)
nopaneltrue

SetRepeatBlock(Object()(), String(), String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(Object()(), String(), String)WW8:
WordTemplate.SetRepeatBlock(Object()(), String(), String)
nopaneltrue

SetRepeatBlock(Object()(), String(), String, Int32, Boolean)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(Object()(), String(), String, Int32, Boolean)WW8:
WordTemplate.SetRepeatBlock(Object()(), String(), String, Int32, Boolean)
nopaneltrue

SetRepeatBlock(System.Collections.IEnumerator, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Collections.IEnumerator, String)WW8:
WordTemplate.SetRepeatBlock(System.Collections.IEnumerator, String)
nopaneltrue

SetRepeatBlock(System.Collections.IEnumerator, String, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Collections.IEnumerator, String, String)WW8:
WordTemplate.SetRepeatBlock(System.Collections.IEnumerator, String, String)
nopaneltrue

SetRepeatBlock(System.Collections.ICollection, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Collections.ICollection, String)WW8:
WordTemplate.SetRepeatBlock(System.Collections.ICollection, String)
nopaneltrue

SetRepeatBlock(System.Collections.ICollection, String, String)

Excerpt Include
WW8:WordTemplate.SetRepeatBlock(System.Collections.ICollection, String, String)WW8:
WordTemplate.SetRepeatBlock(System.Collections.ICollection, String, String)
nopaneltrue

...

Overload

Description

SetRepeatBlock(Microsoft.SharePoint.SPList, String, Int32)

Excerpt Include
WW8:SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPList, String, Int32)WW8:
SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPList, String, Int32)
nopaneltrue

SetRepeatBlock(Microsoft.SharePoint.SPList, String)

Excerpt Include
WW8:SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPList, String)WW8:
SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPList, String)
nopaneltrue

SetRepeatBlock(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, Int32)

Excerpt Include
WW8:SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, Int32)WW8:
SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, Int32)
nopaneltrue

SetRepeatBlock(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String)

Excerpt Include
WW8:SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String)WW8:
SharePointIntegration.SetRepeatBlock(WordTemplate, Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String)
nopaneltrue

Limitations

Not all Word features can be included in a repeat block:

Supported in Repeat Blocks

Not Supported in Repeat Blocks

  • Character Formatting (everywhere)
  • Paragraph Formatting (Alignment, Outlines, Indent, Spacing, Page Break before, Keep Together)
  • Multiple Columns (2, 3, Column Breaks)
  • Borders and Shading
  • Tabs
  • Bullets
  • Numbering (numbering not reset, it is continued from one repeat block to another)
  • Page Breaks
  • Section Breaks
  • Auto Text Field
  • Hyperlink
  • Pictures
  • Table Row Repeat (entire row only)
  • Fields (with some restrictions)
  • Nested repeat blocks (Only one data source may be assigned to a single repeat block.)
  • Overlapping bookmarks
  • Comments
  • Drawing Objects
  • Text Boxes
  • Footnote and endnote references
  • Table and picture indexes
  • Single cell in a table
  • Smart tags (smart tags will be removed from the document)
  • Repeat blocks in headers, footers, footnotes, comments, text boxes, etc.

...