描述

页面设置应用模式。

数据类型

enum

定义

enum class E_PAGE_SET_APPLY_MODE
{
    AllDoc = 0,//整篇文档
    CurrentSection,//当前节
    CreateNewSection,//产生新节
};

说明

字段 说明 备注
AllDoc 0 整篇文档
CurrentSection 1 当前节
CreateNewSection 2 产生新节
文档更新时间: 2024-10-18 15:12   作者:admin