正文 |
clear() |
清除 body 对象的内容。 |
|
contentControls |
获取正文中富文本内容控件对象的集合。 |
|
font |
获取正文的文本格式。 |
|
getHtml() |
获取正文对象的 HTML 表示形式。 |
|
getOoxml() |
获取 body 对象的 OOXML (Office Open XML) 表示形式。 |
|
inlinePictures |
获取正文中的 InlinePicture 对象的集合。 |
|
insertBreak (breakType: Word。BreakType |“Page” |“下一步” |“SectionNext” |“SectionContinuous” |“SectionEven” |“SectionOdd” |“Line”,insertLocation:Word。InsertLocation.start |Word。InsertLocation.end |“Start” |“End”) |
在主文档的指定位置插入分隔符。 |
|
insertContentControl() |
使用 Rtf 内容控件包装 Body 对象。 |
|
insertFileFromBase64 (base64File: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文档插入到正文中的指定位置。 |
|
insertHtml (html: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
在指定位置插入 HTML。 |
|
insertOoxml (ooxml: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
在指定位置插入 OOXML。 |
|
insertParagraph (paragraphText: string, insertLocation: Word。InsertLocation.start |Word。InsertLocation.end |“Start” |“End”) |
在指定位置插入段落。 |
|
insertText (text: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文本插入到正文中的指定位置。 |
|
paragraphs |
获取正文中的段落对象的集合。 |
|
parentContentControl |
获取包含正文的内容控件。 |
|
search (searchText: string, searchOptions?: Word。SearchOptions |{ ignorePunct?: boolean ignoreSpace?: boolean matchCase?: boolean matchPrefix?: boolean matchSuffix?: boolean matchWholeWord?: boolean matchWildcards?: boolean }) |
对正文对象的作用域使用指定的 SearchOptions 执行搜索。 |
|
选择 (selectionMode?: Word。SelectionMode) |
选择正文并在 Word UI 中进行浏览。 |
|
style |
指定正文的样式名称。 |
|
text |
获取正文的文本。 |
ContentControl |
外观 |
指定内容控件的外观。 |
|
cannotDelete |
指定一个值,该值指示用户是否可以删除内容控件。 |
|
cannotEdit |
指定一个值,该值指示用户是否可以编辑内容控件的内容。 |
|
clear() |
清除内容控件的内容。 |
|
color |
指定内容控件的颜色。 |
|
contentControls |
获取内容控件中的内容控件对象的集合。 |
|
delete (keepContent:布尔) |
删除内容控件及其内容。 |
|
font |
获取内容控件的文本格式。 |
|
getHtml() |
获取内容控件对象的 HTML 表示形式。 |
|
getOoxml() |
获取内容控件对象的 Office Open XML (OOXML) 表示形式。 |
|
id |
获取表示内容控件标识符的整数。 |
|
inlinePictures |
获取内容控件中 InlinePicture 对象的集合。 |
|
insertBreak (breakType: Word。BreakType |“Page” |“下一步” |“SectionNext” |“SectionContinuous” |“SectionEven” |“SectionOdd” |“Line”,insertLocation:Word。InsertLocation.start |Word。InsertLocation.end |Word。InsertLocation.before |Word。InsertLocation.after |“Start” |“End” |“Before” |“After”) |
在主文档的指定位置插入分隔符。 |
|
insertFileFromBase64 (base64File: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文档插入到位于指定位置的内容控件中。 |
|
insertHtml (html: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将 HTML 插入到内容控件中的指定位置。 |
|
insertOoxml (ooxml: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将 OOXML 插入到指定位置的内容控件中。 |
|
insertParagraph (paragraphText: string, insertLocation: Word。InsertLocation.start |Word。InsertLocation.end |Word。InsertLocation.before |Word。InsertLocation.after |“Start” |“End” |“Before” |“After”) |
在指定位置插入段落。 |
|
insertText (text: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文本插入到内容控件中的指定位置。 |
|
paragraphs |
获取内容控件中段落对象的集合。 |
|
parentContentControl |
获取包含此内容控件的内容控件。 |
|
placeholderText |
指定内容控件的占位符文本。 |
|
removeWhenEdited |
指定一个值,该值指示内容控件在编辑后是否将其删除。 |
|
search (searchText: string, searchOptions?: Word。SearchOptions |{ ignorePunct?: boolean ignoreSpace?: boolean matchCase?: boolean matchPrefix?: boolean matchSuffix?: boolean matchWholeWord?: boolean matchWildcards?: boolean }) |
对内容控件对象的作用域使用指定的 SearchOptions 执行搜索。 |
|
选择 (selectionMode?: Word。SelectionMode) |
选择内容控件。 |
|
style |
指定内容控件的样式名称。 |
|
标记 |
指定用于标识内容控件的标记。 |
|
text |
获取内容控件的文本。 |
|
title |
指定内容控件的标题。 |
|
type |
获取内容控件的类型。 |
ContentControlCollection |
getById(id: number) |
按其标识符获取内容控件。 |
|
getByTag(tag: string) |
获取具有指定标记的内容控件。 |
|
getByTitle(title: string) |
获取具有指定标题的内容控件。 |
|
getItem (ID:数字) |
按 ID 获取内容控件。 |
|
items |
获取此集合中已加载的子项。 |
"文档" |
body |
获取main文档的正文对象。 |
|
contentControls |
获取文档中的内容控件对象的集合。 |
|
getSelection () |
获取文档的当前选定内容。 |
|
save() |
保存文档。 |
|
保存 |
指示是否已保存在文档中所做的更改。 |
|
sections |
获取文档中节对象的集合。 |
Font |
bold |
指定一个值,该值指示字体是否为粗体。 |
|
color |
指定指定字体的颜色。 |
|
doubleStrikeThrough |
指定一个值,该值指示字体是否具有双删除线。 |
|
highlightColor |
指定突出显示颜色。 |
|
italic |
指定一个值,该值指示字体是否斜体。 |
|
名称 |
指定表示字体名称的值。 |
|
size |
指定一个值,该值表示字号(以磅为单位)。 |
|
strikeThrough |
指定一个值,该值指示字体是否具有删除线。 |
|
subscript |
指定一个值,该值指示字体是否为下标。 |
|
superscript |
指定一个值,该值指示字体是否为上标。 |
|
underline |
指定一个值,该值指示字体的下划线类型。 |
InlinePicture |
altTextDescription |
指定表示与内联图像关联的可选文本的字符串。 |
|
altTextTitle |
指定包含内联图像标题的字符串。 |
|
getBase64ImageSrc () |
获取内联图像的 Base64 编码字符串表示形式。 |
|
height |
指定描述内联图像高度的数字。 |
|
hyperlink |
指定图像上的超链接。 |
|
insertContentControl() |
使用富文本内容控件封装嵌入式图像。 |
|
lockAspectRatio |
指定一个值,该值指示内联图像在调整大小时是否保留其原始比例。 |
|
parentContentControl |
获取包含嵌入式图像的内容控件。 |
|
width |
指定描述内联图像宽度的数字。 |
InlinePictureCollection |
items |
获取此集合中已加载的子项。 |
Paragraph |
对准 |
指定段落的对齐方式。 |
|
clear() |
清除 paragraph 对象的内容。 |
|
contentControls |
获取段落中内容控件对象的集合。 |
|
delete() |
从文档中删除段落及其内容。 |
|
firstLineIndent |
指定第一行或悬挂缩进的值(以磅为单位)。 |
|
font |
获取段落的文本格式。 |
|
getHtml() |
获取段落对象的 HTML 表示形式。 |
|
getOoxml() |
获取 paragraph 对象的 Office Open XML (OOXML) 表示形式。 |
|
inlinePictures |
获取段落中的 InlinePicture 对象的集合。 |
|
insertBreak (breakType: Word。BreakType |“Page” |“下一步” |“SectionNext” |“SectionContinuous” |“SectionEven” |“SectionOdd” |“Line”,insertLocation:Word。InsertLocation.before |Word。InsertLocation.after |“Before” |“After”) |
在主文档的指定位置插入分隔符。 |
|
insertContentControl() |
使用富文本内容控件包装 Paragraph 对象。 |
|
insertFileFromBase64 (base64File: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文档插入到指定位置的段落中。 |
|
insertHtml (html: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将 HTML 插入到段落中的指定位置。 |
|
insertInlinePictureFromBase64 (base64EncodedImage: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将图片插入到段落中的指定位置。 |
|
insertOoxml (ooxml: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将 OOXML 插入到指定位置的段落中。 |
|
insertParagraph (paragraphText: string, insertLocation: Word。InsertLocation.before |Word。InsertLocation.after |“Before” |“After”) |
在指定位置插入段落。 |
|
insertText (text: string, insertLocation: Word。InsertLocation.replace |Word。InsertLocation.start |Word。InsertLocation.end |“Replace” |“Start” |“End”) |
将文本插入到段落中的指定位置。 |
|
leftIndent |
指定段落的左缩进值(以磅为单位)。 |
|
lineSpacing |
指定指定段落的行距(以磅为单位)。 |
|
lineUnitAfter |
指定段落后网格线中的间距量。 |
|
lineUnitBefore |
指定段落前的网格线间距量。 |
|
outlineLevel |
指定段落的大纲级别。 |
|
parentContentControl |
获取包含段落的内容控件。 |
|
rightIndent |
指定段落的右缩进值(以磅为单位)。 |
|
search (searchText: string, searchOptions?: Word。SearchOptions |{ ignorePunct?: boolean ignoreSpace?: boolean matchCase?: boolean matchPrefix?: boolean matchSuffix?: boolean matchWholeWord?: boolean matchWildcards?: boolean }) |
对段落对象的作用域使用指定的 SearchOptions 执行搜索。 |
|
选择 (selectionMode?: Word。SelectionMode) |
选择并在 Word UI 中导航到段落。 |
|
spaceAfter |
指定段落后的间距(以磅为单位)。 |
|
spaceBefore |
指定段落前的间距(以磅为单位)。 |
|
style |
指定段落的样式名称。 |
|
text |
获取段落的文本。 |
ParagraphCollection |
items |
获取此集合中已加载的子项。 |
区域 |
clear() |
清除 range 对象的内容。 |
|
contentControls |
获取区域中的内容控件对象的集合。 |
|
delete() |
从文档中删除区域及其内容。 |
|
font |
获取区域的文本格式。 |
|
getHtml() |
获取 range 对象的 HTML 表示形式。 |
|
getOoxml() |
获取 range 对象的 OOXML 表示形式。 |
|
insertBreak (breakType: Word。BreakType |“Page” |“下一步” |“SectionNext” |“SectionContinuous” |“SectionEven” |“SectionOdd” |“Line”,insertLocation:Word。InsertLocation.before |Word。InsertLocation.after |“Before” |“After”) |
在主文档的指定位置插入分隔符。 |
|
insertContentControl() |
使用格式文本内容控件包装 Range 对象。 |
|
insertFileFromBase64 (base64File: string, insertLocation: Word。InsertLocation |“Replace” |“Start” |“End” |“Before” |“After”) |
在指定位置插入 document。 |
|
insertHtml (html: string, insertLocation: Word。InsertLocation |“Replace” |“Start” |“End” |“Before” |“After”) |
在指定位置插入 HTML。 |
|
insertOoxml (ooxml: string, insertLocation: Word。InsertLocation |“Replace” |“Start” |“End” |“Before” |“After”) |
在指定位置插入 OOXML。 |
|
insertParagraph (paragraphText: string, insertLocation: Word。InsertLocation.before |Word。InsertLocation.after |“Before” |“After”) |
在指定位置插入段落。 |
|
insertText (text: string, insertLocation: Word。InsertLocation |“Replace” |“Start” |“End” |“Before” |“After”) |
在指定位置插入文本。 |
|
paragraphs |
获取区域中的段落对象的集合。 |
|
parentContentControl |
获取包含该范围的内容控件。 |
|
search (searchText: string, searchOptions?: Word。SearchOptions |{ ignorePunct?: boolean ignoreSpace?: boolean matchCase?: boolean matchPrefix?: boolean matchSuffix?: boolean matchWholeWord?: boolean matchWildcards?: boolean }) |
对范围对象的范围使用指定的 SearchOptions 执行搜索。 |
|
选择 (selectionMode?: Word。SelectionMode) |
选择并在 Word UI 中导航到区域。 |
|
style |
指定区域的样式名称。 |
|
text |
获取区域的文本。 |
RangeCollection |
items |
获取此集合中已加载的子项。 |
SearchOptions |
ignorePunct |
指定一个值,该值指示是否忽略单词之间的所有标点符号。 |
|
ignoreSpace |
指定一个值,该值指示是否忽略单词之间的所有空格。 |
|
matchCase |
指定一个值,该值指示是否执行区分大小写的搜索。 |
|
matchPrefix |
指定一个值,该值指示是否匹配以搜索字符串开头的单词。 |
|
matchSuffix |
指定一个值,该值指示是否匹配以搜索字符串结尾的单词。 |
|
matchWholeWord |
指定一个值,该值指示是否仅查找操作整个单词,而不查找属于较大单词的文本。 |
|
matchWildcards |
指定一个值,该值指示是否将使用特殊搜索运算符执行搜索。 |
Section |
body |
获取节的正文对象。 |
|
getFooter (类型:Word。HeaderFooterType) |
获取节的页脚之一。 |
|
getHeader (类型:Word。HeaderFooterType) |
获取节的标头之一。 |
SectionCollection |
items |
获取此集合中已加载的子项。 |