TablesOfAuthorities.Format Property

Definition

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

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

Property Value

Remarks

WdToaFormat can be one of the following WdToaFormat constants:

wdTOAClassic

wdTOAFormal

wdTOATemplate

wdTOADistinctive

wdTOASimple

Applies to