DocumentClass.EditionOptions 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 Type As WdEditionType
Dim Option As WdEditionOption
Dim Name As String
Dim Format As Object
Dim documentClass1 As DocumentClass
documentClass1.EditionOptions(Type, Option, Name, Format)

Syntax

Public Overridable Sub EditionOptions( _
    <InAttribute()> ByVal Type As WdEditionType, _
    <InAttribute()> ByVal Option As WdEditionOption, _
    <InAttribute()> ByVal Name As String, _
    <InAttribute()> Optional ByRef Format As Object _
)
public virtual void EditionOptions(
    [In] WdEditionType Type, 
    [In] WdEditionOption Option, 
    [In] string Name, 
    [In, Optional] ref object Format
);
public: Void EditionOptions(
    WdEditionType^ Type, 
    WdEditionOption^ Option, 
    String^ Name, 
    &Object^ Format
);
public void EditionOptions(
    /*in*/WdEditionType Type, 
    /*in*/WdEditionOption Option, 
    /*in*/System.String Name, 
    /*in*/System.Object Format
);
public function EditionOptions(
     Type : WdEditionType, 
     Option : WdEditionOption, 
     Name : String, 
     Format : Object
);

Parameters

  • Type
    This parameter is intended for internal use only.
  • Option
    This parameter is intended for internal use only.
  • Name
    This parameter is intended for internal use only.
  • Format
    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