Partager via


FillFormat.PresetTextured Method

Sets the specified fill to a preset texture.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub PresetTextured ( _
    PresetTexture As MsoPresetTexture _
)
'Usage
Dim instance As FillFormat
Dim PresetTexture As MsoPresetTexture

instance.PresetTextured(PresetTexture)
void PresetTextured(
    MsoPresetTexture PresetTexture
)

Parameters

  • PresetTexture
    Type: MsoPresetTexture
    Required MsoPresetTexture. The preset texture.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace