Word.Interfaces.InlinePictureLoadOptions interface
表示嵌入式图片。
注解
属性
$all |
|
alt |
指定表示与内联图像关联的可选文本的字符串。 |
alt |
指定包含内联图像标题的字符串。 |
height | 指定描述内联图像高度的数字。 |
hyperlink | 指定图像上的超链接。 使用“#”将地址部分与可选位置部件分开。 |
lock |
指定一个值,该值指示内联图像在调整大小时是否保留其原始比例。 |
paragraph | 获取包含嵌入式图像的父段落。 |
parent |
获取包含嵌入式图像的内容控件。
|
width | 指定描述内联图像宽度的数字。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
altTextDescription
altTextTitle
height
hyperlink
lockAspectRatio
paragraph
获取包含嵌入式图像的父段落。
paragraph?: Word.Interfaces.ParagraphLoadOptions;
属性值
注解
parentContentControl
获取包含嵌入式图像的内容控件。
ItemNotFound
如果没有父内容控件,则引发错误。
parentContentControl?: Word.Interfaces.ContentControlLoadOptions;