Interior 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表一个对象的内部。
public interface class Interior
[System.Runtime.InteropServices.Guid("B184502B-587A-4C6A-8DC4-ECE4354883C6")]
public interface Interior
type Interior = interface
Public Interface Interior
- 属性
属性
Application |
在没有对象限定符的情况下使用时,此属性返回表示 _Application Microsoft Word 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象(可以将此属性与 OLE 自动化对象一起使用以返回该对象的应用程序)。 只读。 |
Color |
返回或设置对象的主要颜色。 |
ColorIndex |
返回或设置内部的颜色。 |
Creator |
返回一个 32 位 Integer ,指示在其中创建了指定对象的应用程序。 此为只读属性。 |
InvertIfNegative |
确定 Microsoft Word在对象中与负数相对应时是否反转该模式。 读/写。 |
Parent |
返回指定对象的父级。 此为只读属性。 |
Pattern |
返回或设置一个 Object,其中包含一个 XlPattern 常量,表示内部模式。 |
PatternColor |
以 RGB 值返回或设置内部图案的颜色。 读/写。 |
PatternColorIndex |
返回或设置内部图案的颜色作为当前调色板的索引,或作为以下 XlColorIndex 常量之一: xlColorIndexAutomatic 或 xlColorIndexNone。 读/写。 |