FillFormat Interface 

Represents fill formatting for a shape. A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.

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

Usage

Public Class illFormatImplementation
    Implements FillFormat
End Class
Dim illFormatImplementation1 As New illFormatImplementation()

Syntax

Public Interface FillFormat
public interface FillFormat
public interface class FillFormat
public interface FillFormat
public interface FillFormat

Remarks

Use the Fill property of a Shape, ShapeRange, or InlineShape object to return a FillFormat object.

Many of the properties of the FillFormat object are read-only. To set one of these properties, you have to apply the corresponding method.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FillFormat Members