FillFormat.PresetTexture Property
Word Developer Reference |
Returns the preset texture for the specified fill. Read-only MsoPresetTexture.
Syntax
expression.PresetTexture
expression Required. An expression that returns a FillFormat object.
Remarks
Use the PresetTextured method to specify the preset texture for the fill.
Example
This example adds a rectangle to myDocument
and sets its preset texture to match that of shape two. For the example to work, shape two must have a preset textured fill.
Visual Basic for Applications |
---|
|
See Also