PowerPoint.Interfaces.HyperlinkCollectionLoadOptions interface
表示超链接的集合。
属性
| $all | 指定加载选项将 |
| address | 对于集合中的每个项目: 指定超链接的地址,可以是 URL、文件名或文件路径,也可以是具有 URI 方案的 |
| screen |
For EACH ITEM in the collection: 指定鼠标悬停在超链接上时显示的字符串。 |
| type | For EACH ITEM in the collection: 返回应用超链接的对象类型。 有关详细信息,请参阅 PowerPoint.HyperlinkType 。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
address
对于集合中的每个项目: 指定超链接的地址,可以是 URL、文件名或文件路径,也可以是具有 URI 方案的 mailto 电子邮件地址。
address?: boolean;
属性值
boolean
注解
screenTip
For EACH ITEM in the collection: 指定鼠标悬停在超链接上时显示的字符串。
screenTip?: boolean;
属性值
boolean
注解
type
For EACH ITEM in the collection: 返回应用超链接的对象类型。 有关详细信息,请参阅 PowerPoint.HyperlinkType 。
type?: boolean;
属性值
boolean