_Document.Background 属性

定义

返回一个 Shape 对象,该对象代表指定文档的背景图像。

public:
 property Microsoft::Office::Interop::Word::Shape ^ Background { Microsoft::Office::Interop::Word::Shape ^ get(); void set(Microsoft::Office::Interop::Word::Shape ^ value); };
public Microsoft.Office.Interop.Word.Shape Background { get; set; }
member this.Background : Microsoft.Office.Interop.Word.Shape with get, set
Public Property Background As Shape

属性值

注解

背景仅在 Web 布局视图中可见。

适用于