-
Notifications
You must be signed in to change notification settings - Fork 66
/
word.interfaces.commentcontentrangeloadoptions.yml
111 lines (111 loc) · 4.09 KB
/
word.interfaces.commentcontentrangeloadoptions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### YamlMime:TSType
name: Word.Interfaces.CommentContentRangeLoadOptions
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions:interface'
package: word!
fullName: Word.Interfaces.CommentContentRangeLoadOptions
summary: ''
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#$all:member'
package: word!
fullName: $all
summary: >-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`<!-- -->) but not
the navigational properties (such as `Range.format.fill.color`<!-- -->).
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '$all?: boolean;'
return:
type: boolean
- name: bold
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#bold:member'
package: word!
fullName: bold
summary: Specifies a value that indicates whether the comment text is bold.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'bold?: boolean;'
return:
type: boolean
- name: hyperlink
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#hyperlink:member'
package: word!
fullName: hyperlink
summary: >-
Gets the first hyperlink in the range, or sets a hyperlink on the range. All hyperlinks in the range are deleted
when you set a new hyperlink on the range.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'hyperlink?: boolean;'
return:
type: boolean
- name: isEmpty
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#isEmpty:member'
package: word!
fullName: isEmpty
summary: Checks whether the range length is zero.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'isEmpty?: boolean;'
return:
type: boolean
- name: italic
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#italic:member'
package: word!
fullName: italic
summary: Specifies a value that indicates whether the comment text is italicized.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'italic?: boolean;'
return:
type: boolean
- name: strikeThrough
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#strikeThrough:member'
package: word!
fullName: strikeThrough
summary: Specifies a value that indicates whether the comment text has a strikethrough.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'strikeThrough?: boolean;'
return:
type: boolean
- name: text
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#text:member'
package: word!
fullName: text
summary: Gets the text of the comment range.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'text?: boolean;'
return:
type: boolean
- name: underline
uid: 'word!Word.Interfaces.CommentContentRangeLoadOptions#underline:member'
package: word!
fullName: underline
summary: Specifies a value that indicates the comment text's underline type. 'None' if the comment text isn't underlined.
remarks: '\[ [API set: WordApi 1.4](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'underline?: boolean;'
return:
type: boolean