Interior Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the interior of an object.
public interface class Interior
[System.Runtime.InteropServices.Guid("B184502B-587A-4C6A-8DC4-ECE4354883C6")]
public interface Interior
type Interior = interface
Public Interface Interior
- Attributes
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
Color |
Returns or sets the primary color of the object. |
ColorIndex |
Returns or sets the color of the interior. |
Creator |
Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only. |
InvertIfNegative |
Determines if Microsoft Word inverts the pattern in the object when it corresponds to a negative number. Read/write. |
Parent |
Returns the parent of the specified object. Read-only. |
Pattern |
Returns or sets a Object, containing an XlPattern constant, that represents the interior pattern. |
PatternColor |
Returns or sets the color of the interior pattern as an RGB value. Read/write. |
PatternColorIndex |
Returns or sets the color of the interior pattern as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Read/write. |