Version

ContentBlocks Property (SectionHeaderFooter)

Returns a collection of ContentBlock-derived objects, such as paragraphs or tables, which comprise the block-level content for this header/footer.
Syntax
'Declaration
 
Public ReadOnly Property ContentBlocks As ContentBlocksCollection
public ContentBlocksCollection ContentBlocks {get;}
Remarks

Headers and footers can host the same content as the main document, i.e., paragraphs and tables.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also