View.ReadingLayout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或返回一个 布尔值 ,该值表示是否在阅读布局视图中查看文档。
public:
property bool ReadingLayout { bool get(); void set(bool value); };
public bool ReadingLayout { get; set; }
member this.ReadingLayout : bool with get, set
Public Property ReadingLayout As Boolean
属性值
注解
如果为 True,则将文档切换到阅读版式视图。 如果为 False,则关闭阅读版式视图。