DocumentClass.AddDocumentWorkspaceHeader Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim RichFormat As Boolean
Dim Url As String
Dim Title As String
Dim Description As String
Dim ID As String
Dim documentClass1 As DocumentClass
documentClass1.AddDocumentWorkspaceHeader(RichFormat, Url, Title, Description, ID)

Syntax

Public Overridable Sub AddDocumentWorkspaceHeader( _
    <InAttribute()> ByVal RichFormat As Boolean, _
    <InAttribute()> ByVal Url As String, _
    <InAttribute()> ByVal Title As String, _
    <InAttribute()> ByVal Description As String, _
    <InAttribute()> ByVal ID As String _
)
public virtual void AddDocumentWorkspaceHeader(
    [In] bool RichFormat, 
    [In] string Url, 
    [In] string Title, 
    [In] string Description, 
    [In] string ID
);
public: Void AddDocumentWorkspaceHeader(
    Boolean RichFormat, 
    String^ Url, 
    String^ Title, 
    String^ Description, 
    String^ ID
);
public void AddDocumentWorkspaceHeader(
    /*in*/boolean RichFormat, 
    /*in*/System.String Url, 
    /*in*/System.String Title, 
    /*in*/System.String Description, 
    /*in*/System.String ID
);
public function AddDocumentWorkspaceHeader(
     RichFormat : Boolean, 
     Url : String, 
     Title : String, 
     Description : String, 
     ID : String
);

Parameters

  • RichFormat
    This parameter is intended for internal use only.
  • Url
    This parameter is intended for internal use only.
  • Title
    This parameter is intended for internal use only.
  • Description
    This parameter is intended for internal use only.
  • ID
    This parameter is intended for internal use only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DocumentClass Class
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentClass Members