TablesOfContents.Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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