Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
25531c7a
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
25531c7a
编写于
11月 23, 2022
作者:
O
openharmony_ci
提交者:
Gitee
11月 23, 2022
浏览文件
操作
浏览文件
下载
差异文件
!11699 doc文档一致性整改
Merge pull request !11699 from ZhengJiangliang/master
上级
2a55de5d
de968bf0
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
17 addition
and
17 deletion
+17
-17
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-window.md
zh-cn/application-dev/reference/apis/js-apis-window.md
+14
-14
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-screenshot.md
浏览文件 @
25531c7a
...
@@ -20,7 +20,7 @@ import screenshot from '@ohos.screenshot';
...
@@ -20,7 +20,7 @@ import screenshot from '@ohos.screenshot';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
|
参数名
| 类型 | 必填 | 说明 |
|
名称
| 类型 | 必填 | 说明 |
| ---------------------- | ------------- | ---- | ------------------------------------------------------------ |
| ---------------------- | ------------- | ---- | ------------------------------------------------------------ |
| screenRect |
[
Rect
](
#rect
)
| 否 | 表示截取图像的区域,不传值默认为全屏。 |
| screenRect |
[
Rect
](
#rect
)
| 否 | 表示截取图像的区域,不传值默认为全屏。 |
| imageSize |
[
Size
](
#size
)
| 否 | 表示截取图像的大小,不传值默认为全屏。 |
| imageSize |
[
Size
](
#size
)
| 否 | 表示截取图像的大小,不传值默认为全屏。 |
...
@@ -34,7 +34,7 @@ import screenshot from '@ohos.screenshot';
...
@@ -34,7 +34,7 @@ import screenshot from '@ohos.screenshot';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
|
参数名
| 类型 | 必填 | 说明 |
|
名称
| 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ------------------------------------------------------------ |
| ------ | ------ | ---- | ------------------------------------------------------------ |
| left | number | 是 | 表示截取图像区域的左边界。|
| left | number | 是 | 表示截取图像区域的左边界。|
| top | number | 是 | 表示截取图像区域的上边界。|
| top | number | 是 | 表示截取图像区域的上边界。|
...
@@ -48,7 +48,7 @@ import screenshot from '@ohos.screenshot';
...
@@ -48,7 +48,7 @@ import screenshot from '@ohos.screenshot';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
|
参数名
| 类型 | 必填 | 说明 |
|
名称
| 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ------------------------------------------------------------ |
| ------ | ------ | ---- | ------------------------------------------------------------ |
| width | number | 是 | 表示截取图像的宽度。|
| width | number | 是 | 表示截取图像的宽度。|
| height | number | 是 | 表示截取图像的高度。|
| height | number | 是 | 表示截取图像的高度。|
...
...
zh-cn/application-dev/reference/apis/js-apis-window.md
浏览文件 @
25531c7a
...
@@ -52,7 +52,7 @@ import window from '@ohos.window';
...
@@ -52,7 +52,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 必填 | 说明 |
| 名称 | 类型 | 必填 | 说明 |
| ---------- | -------------------------- | -- | ----------------------------------- |
| ---------- | -------------------------- | -- | ----------------------------------- |
| name | string | 是 | 子窗口名字。 |
| name | string | 是 | 子窗口名字。 |
| windowType |
[
WindowType
](
#windowtype7
)
| 是 | 子窗口类型。 |
| windowType |
[
WindowType
](
#windowtype7
)
| 是 | 子窗口类型。 |
...
@@ -108,7 +108,7 @@ import window from '@ohos.window';
...
@@ -108,7 +108,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 必填 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 必填 | 说明 |
| -------------------------------------- | -------- | ---- | ---- | ---- | ------------------------------------------------------------ |
| -------------------------------------- | -------- | ---- | ---- | ---- | ------------------------------------------------------------ |
| statusBarColor | string | 否 | 是 | 否 | 状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF00`
。默认值:
`#0x66000000`
。 |
| statusBarColor | string | 否 | 是 | 否 | 状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如
`#00FF00`
或
`#FF00FF00`
。默认值:
`#0x66000000`
。 |
| isStatusBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 | 否 | 状态栏图标是否为高亮状态。true表示高亮;false表示不高亮。默认值:false。 |
| isStatusBarLightIcon
<sup>
7+
</sup>
| boolean | 否 | 是 | 否 | 状态栏图标是否为高亮状态。true表示高亮;false表示不高亮。默认值:false。 |
...
@@ -161,7 +161,7 @@ import window from '@ohos.window';
...
@@ -161,7 +161,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| --------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
| --------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
| type |
[
WindowType
](
#windowtype7
)
| 是 | 否 | 当前属性改变的系统栏类型,仅支持类型为导航栏、状态栏的系统栏。 |
| type |
[
WindowType
](
#windowtype7
)
| 是 | 否 | 当前属性改变的系统栏类型,仅支持类型为导航栏、状态栏的系统栏。 |
| isEnable | boolean | 是 | 否 | 当前系统栏是否显示。true表示显示;false表示不显示。 |
| isEnable | boolean | 是 | 否 | 当前系统栏是否显示。true表示显示;false表示不显示。 |
...
@@ -177,7 +177,7 @@ import window from '@ohos.window';
...
@@ -177,7 +177,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ---------- | --------------------------------------------------- | ---- | ---- | ---------------------------- |
| ---------- | --------------------------------------------------- | ---- | ---- | ---------------------------- |
| displayId | number | 是 | 否 | 当前物理屏幕id。 |
| displayId | number | 是 | 否 | 当前物理屏幕id。 |
| regionTint | Array
<
[
SystemBarRegionTint
](
#systembarregiontint8
)
>
| 是 | 否 | 当前已改变的所有系统栏信息。 |
| regionTint | Array
<
[
SystemBarRegionTint
](
#systembarregiontint8
)
>
| 是 | 否 | 当前已改变的所有系统栏信息。 |
...
@@ -188,7 +188,7 @@ import window from '@ohos.window';
...
@@ -188,7 +188,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | ------------------ |
| ------ | -------- | ---- | ---- | ------------------ |
| left | number | 是 | 是 | 矩形区域的左边界。 |
| left | number | 是 | 是 | 矩形区域的左边界。 |
| top | number | 是 | 是 | 矩形区域的上边界。 |
| top | number | 是 | 是 | 矩形区域的上边界。 |
...
@@ -201,7 +201,7 @@ import window from '@ohos.window';
...
@@ -201,7 +201,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ---------- | ------------- | ---- | ---- | ------------------ |
| ---------- | ------------- | ---- | ---- | ------------------ |
| visible
<sup>
9+
</sup>
| boolean | 是 | 是 | 规避区域是否可见。true表示可见;false表示不可见。 |
| visible
<sup>
9+
</sup>
| boolean | 是 | 是 | 规避区域是否可见。true表示可见;false表示不可见。 |
| leftRect |
[
Rect
](
#rect7
)
| 是 | 是 | 屏幕左侧的矩形区。 |
| leftRect |
[
Rect
](
#rect7
)
| 是 | 是 | 屏幕左侧的矩形区。 |
...
@@ -215,7 +215,7 @@ import window from '@ohos.window';
...
@@ -215,7 +215,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | ---------- |
| ------ | -------- | ---- | ---- | ---------- |
| width | number | 是 | 是 | 窗口宽度。 |
| width | number | 是 | 是 | 窗口宽度。 |
| height | number | 是 | 是 | 窗口高度。 |
| height | number | 是 | 是 | 窗口高度。 |
...
@@ -226,7 +226,7 @@ import window from '@ohos.window';
...
@@ -226,7 +226,7 @@ import window from '@ohos.window';
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
**系统能力:**
SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------------------------------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
| ------------------------------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
| windowRect
<sup>
7+
</sup>
|
[
Rect
](
#rect7
)
| 是 | 是 | 窗口尺寸。 |
| windowRect
<sup>
7+
</sup>
|
[
Rect
](
#rect7
)
| 是 | 是 | 窗口尺寸。 |
| type
<sup>
7+
</sup>
|
[
WindowType
](
#windowtype7
)
| 是 | 是 | 窗口类型。 |
| type
<sup>
7+
</sup>
|
[
WindowType
](
#windowtype7
)
| 是 | 是 | 窗口类型。 |
...
@@ -261,7 +261,7 @@ import window from '@ohos.window';
...
@@ -261,7 +261,7 @@ import window from '@ohos.window';
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | -------------------------------------------------- |
| ------ | -------- | ---- | ---- | -------------------------------------------------- |
| x | number | 否 | 是 | X轴的缩放参数,默认值为1.0。 |
| x | number | 否 | 是 | X轴的缩放参数,默认值为1.0。 |
| y | number | 否 | 是 | Y轴的缩放参数,默认值为1.0。 |
| y | number | 否 | 是 | Y轴的缩放参数,默认值为1.0。 |
...
@@ -276,7 +276,7 @@ import window from '@ohos.window';
...
@@ -276,7 +276,7 @@ import window from '@ohos.window';
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------ | -------- | ---- | ---- | -------------------------------------------------- |
| ------ | -------- | ---- | ---- | -------------------------------------------------- |
| x | number | 否 | 是 | 绕X轴的旋转角度,默认值为0.0。 |
| x | number | 否 | 是 | 绕X轴的旋转角度,默认值为0.0。 |
| y | number | 否 | 是 | 绕Y轴的旋转角度,默认值为0.0。 |
| y | number | 否 | 是 | 绕Y轴的旋转角度,默认值为0.0。 |
...
@@ -292,7 +292,7 @@ import window from '@ohos.window';
...
@@ -292,7 +292,7 @@ import window from '@ohos.window';
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ---- | -------- | ---- | ---- | ---------------------------- |
| ---- | -------- | ---- | ---- | ---------------------------- |
| x | number | 否 | 是 | X轴的平移参数,默认值为0.0。 |
| x | number | 否 | 是 | X轴的平移参数,默认值为0.0。 |
| y | number | 否 | 是 | Y轴的平移参数,默认值为0.0。 |
| y | number | 否 | 是 | Y轴的平移参数,默认值为0.0。 |
...
@@ -6012,7 +6012,7 @@ createSubWindow(name: string, callback: AsyncCallback<Window>): void
...
@@ -6012,7 +6012,7 @@ createSubWindow(name: string, callback: AsyncCallback<Window>): void
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------------------------------------- | ---- | --------------------------------------------- |
| -------- | -------------------------------------- | ---- | --------------------------------------------- |
| name |
S
tring | 是 | 子窗口的名字。 |
| name |
s
tring | 是 | 子窗口的名字。 |
| callback | AsyncCallback
<
[Window](#window)
>
| 是 | 回调函数。返回当前WindowStage下的子窗口对象。 |
| callback | AsyncCallback
<
[Window](#window)
>
| 是 | 回调函数。返回当前WindowStage下的子窗口对象。 |
**错误码:**
**错误码:**
...
@@ -6063,7 +6063,7 @@ createSubWindow(name: string): Promise<Window>
...
@@ -6063,7 +6063,7 @@ createSubWindow(name: string): Promise<Window>
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ------ | ------ | ---- | -------------- |
| ------ | ------ | ---- | -------------- |
| name |
S
tring | 是 | 子窗口的名字。 |
| name |
s
tring | 是 | 子窗口的名字。 |
**返回值:**
**返回值:**
...
@@ -6528,7 +6528,7 @@ class myAbility extends Ability {
...
@@ -6528,7 +6528,7 @@ class myAbility extends Ability {
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
**系统能力**
:SystemCapability.WindowManager.WindowManager.Core
| 名称 |
参数
类型 | 可读 | 可写 | 说明 |
| 名称 | 类型 | 可读 | 可写 | 说明 |
| --------------------- | ----------------- | ---- | ---- | ---------------- |
| --------------------- | ----------------- | ---- | ---- | ---------------- |
| toWindow
<sup>
9+
</sup>
|
[
Window
](
#window
)
| 是 | 是 | 动画的目标窗口。 |
| toWindow
<sup>
9+
</sup>
|
[
Window
](
#window
)
| 是 | 是 | 动画的目标窗口。 |
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录