TablesOfContents.Format Property

Definition

Returns or sets the formatting for the tables of contents in the specified document.

public:
 property Microsoft::Office::Interop::Word::WdTocFormat Format { Microsoft::Office::Interop::Word::WdTocFormat get(); void set(Microsoft::Office::Interop::Word::WdTocFormat value); };
public Microsoft.Office.Interop.Word.WdTocFormat Format { get; set; }
member this.Format : Microsoft.Office.Interop.Word.WdTocFormat with get, set
Public Property Format As WdTocFormat

Property Value

Remarks

WdTocFormat can be one of these WdTocFormat constants.

wdTOCDistinctive

wdTOCFormal

wdTOCSimple

wdTOCClassic

wdTOCFancy

wdTOCModern

wdTOCTemplate

Applies to