-
Notifications
You must be signed in to change notification settings - Fork 66
/
word.interfaces.inlinepictureloadoptions.yml
200 lines (200 loc) · 8.93 KB
/
word.interfaces.inlinepictureloadoptions.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
### YamlMime:TSType
name: Word.Interfaces.InlinePictureLoadOptions
uid: 'word!Word.Interfaces.InlinePictureLoadOptions:interface'
package: word!
fullName: Word.Interfaces.InlinePictureLoadOptions
summary: Represents an inline picture.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#$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: altTextDescription
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#altTextDescription:member'
package: word!
fullName: altTextDescription
summary: Specifies a string that represents the alternative text associated with the inline image.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'altTextDescription?: boolean;'
return:
type: boolean
- name: altTextTitle
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#altTextTitle:member'
package: word!
fullName: altTextTitle
summary: Specifies a string that contains the title for the inline image.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'altTextTitle?: boolean;'
return:
type: boolean
- name: height
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#height:member'
package: word!
fullName: height
summary: Specifies a number that describes the height of the inline image.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'height?: boolean;'
return:
type: boolean
- name: hyperlink
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#hyperlink:member'
package: word!
fullName: hyperlink
summary: 'Specifies a hyperlink on the image. Use a ''\#'' to separate the address part from the optional location part.'
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'hyperlink?: boolean;'
return:
type: boolean
- name: lockAspectRatio
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#lockAspectRatio:member'
package: word!
fullName: lockAspectRatio
summary: Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'lockAspectRatio?: boolean;'
return:
type: boolean
- name: paragraph
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#paragraph:member'
package: word!
fullName: paragraph
summary: Gets the parent paragraph that contains the inline image.
remarks: '\[ [API set: WordApi 1.2](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'paragraph?: Word.Interfaces.ParagraphLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.ParagraphLoadOptions:interface" />'
- name: parentContentControl
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentContentControl:member'
package: word!
fullName: parentContentControl
summary: >-
Gets the content control that contains the inline image. Throws an `ItemNotFound` error if there isn't a parent
content control.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentContentControl?: Word.Interfaces.ContentControlLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.ContentControlLoadOptions:interface" />'
- name: parentContentControlOrNullObject
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentContentControlOrNullObject:member'
package: word!
fullName: parentContentControlOrNullObject
summary: >-
Gets the content control that contains the inline image. If there isn't a parent content control, then this method
will return an object with its `isNullObject` property set to `true`<!-- -->. For further information, see
[*OrNullObject methods and
properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties)<!--
-->.
remarks: '\[ [API set: WordApi 1.3](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentContentControlOrNullObject?: Word.Interfaces.ContentControlLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.ContentControlLoadOptions:interface" />'
- name: parentTable
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentTable:member'
package: word!
fullName: parentTable
summary: Gets the table that contains the inline image. Throws an `ItemNotFound` error if it isn't contained in a table.
remarks: '\[ [API set: WordApi 1.3](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentTable?: Word.Interfaces.TableLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.TableLoadOptions:interface" />'
- name: parentTableCell
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentTableCell:member'
package: word!
fullName: parentTableCell
summary: >-
Gets the table cell that contains the inline image. Throws an `ItemNotFound` error if it isn't contained in a
table cell.
remarks: '\[ [API set: WordApi 1.3](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentTableCell?: Word.Interfaces.TableCellLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.TableCellLoadOptions:interface" />'
- name: parentTableCellOrNullObject
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentTableCellOrNullObject:member'
package: word!
fullName: parentTableCellOrNullObject
summary: >-
Gets the table cell that contains the inline image. If it isn't contained in a table cell, then this method will
return an object with its `isNullObject` property set to `true`<!-- -->. For further information, see
[*OrNullObject methods and
properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties)<!--
-->.
remarks: '\[ [API set: WordApi 1.3](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.TableCellLoadOptions:interface" />'
- name: parentTableOrNullObject
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#parentTableOrNullObject:member'
package: word!
fullName: parentTableOrNullObject
summary: >-
Gets the table that contains the inline image. If it isn't contained in a table, then this method will return an
object with its `isNullObject` property set to `true`<!-- -->. For further information, see [*OrNullObject
methods and
properties](https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties)<!--
-->.
remarks: '\[ [API set: WordApi 1.3](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'parentTableOrNullObject?: Word.Interfaces.TableLoadOptions;'
return:
type: '<xref uid="word!Word.Interfaces.TableLoadOptions:interface" />'
- name: width
uid: 'word!Word.Interfaces.InlinePictureLoadOptions#width:member'
package: word!
fullName: width
summary: Specifies a number that describes the width of the inline image.
remarks: '\[ [API set: WordApi 1.1](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'width?: boolean;'
return:
type: boolean