FillFormat Object Members

Word Developer Reference

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

Methods

  Name Description
Bb257581.methods(en-us,office.12).gif OneColorGradient Sets the specified fill to a one-color gradient.
Bb257581.methods(en-us,office.12).gif Patterned Sets the specified fill to a pattern.
Bb257581.methods(en-us,office.12).gif PresetGradient Sets the specified fill to a preset gradient.
Bb257581.methods(en-us,office.12).gif PresetTextured Sets the specified fill to a preset texture.
Bb257581.methods(en-us,office.12).gif Solid Sets the specified fill to a uniform color.
Bb257581.methods(en-us,office.12).gif TwoColorGradient Sets the specified fill to a two-color gradient.
Bb257581.methods(en-us,office.12).gif UserPicture Fills the specified shape with one large image.
Bb257581.methods(en-us,office.12).gif UserTextured Fills the specified shape with small tiles of an image.

Properties

  Name Description
Bb257581.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257581.properties(en-us,office.12).gif BackColor Returns or sets a ColorFormat object that represents the background color for the fill Read/write.
Bb257581.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257581.properties(en-us,office.12).gif ForeColor Returns or sets a ColorFormat object that represents the foreground color for the fill. Read/write.
Bb257581.properties(en-us,office.12).gif GradientColorType Returns the gradient color type for the specified fill. Read-only MsoGradientColorType.
Bb257581.properties(en-us,office.12).gif GradientDegree Returns a value that indicates how dark or light a one-color gradient fill is. Read-only Single.
Bb257581.properties(en-us,office.12).gif GradientStyle Returns the gradient style for the specified fill. Read-only MsoGradientStyle.
Bb257581.properties(en-us,office.12).gif GradientVariant Returns the gradient variant for the specified fill as an integer value from 1 to 4 for most gradient fills. Read-only Long.
Bb257581.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified FillFormat object.
Bb257581.properties(en-us,office.12).gif Pattern Returns or sets a MsoPatternType constant that represents the pattern applied to the specified fill or line. Read-only.
Bb257581.properties(en-us,office.12).gif PresetGradientType Returns the preset gradient type for the specified fill. Read-only MsoPresetGradientType.
Bb257581.properties(en-us,office.12).gif PresetTexture Returns the preset texture for the specified fill. Read-only MsoPresetTexture.
Bb257581.properties(en-us,office.12).gif TextureName Returns the name of the custom texture file for the specified fill. Read-only String.
Bb257581.properties(en-us,office.12).gif TextureType Returns the texture type for the specified fill. Read-only MsoTextureType
Bb257581.properties(en-us,office.12).gif Transparency Returns or sets the degree of transparency of the specified fillfor a shape as a value between 0.0 (opaque) and 1.0 (clear). Read/write Single.
Bb257581.properties(en-us,office.12).gif Type Returns the shape fill format type. Read-only MsoFillType.
Bb257581.properties(en-us,office.12).gif Visible True if the specified object, or the formatting applied to it, is visible. Read/write MsoTriState.