Word.Interfaces.HyperlinkCollectionLoadOptions interface
包含 Word 集合。超链接对象。
属性
| $all | 指定加载选项将 |
| address | 对于集合中的每个项目: 指定地址 (例如,超链接的文件名或 URL) 。 |
| email |
对于集合中的每个项目: 指定超链接主题行的文本字符串。 |
| is |
For EACH ITEM in the collection: 如果需要其他信息来解析超链接,则返回 |
| name | For EACH ITEM in the collection: 返回对象的名称 |
| range | 对于集合中的每个项目:返回表示 |
| screen |
对于集合中的每个项: 指定当鼠标指针位于超链接上时显示为屏幕提示的文本。 |
| sub |
For EACH ITEM in the collection: 指定超链接目标中的命名位置。 |
| target | 对于集合中的每个项: 指定要在其中加载超链接的帧或窗口的名称。 |
| text |
For EACH ITEM in the collection: 指定文档中的超链接可见文本。 |
| type | 对于集合中的每个项目: 返回超链接类型。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
address
emailSubject
isExtraInfoRequired
For EACH ITEM in the collection: 如果需要其他信息来解析超链接,则返回 true 。
isExtraInfoRequired?: boolean;
属性值
boolean
注解
name
For EACH ITEM in the collection: 返回对象的名称 Hyperlink 。
name?: boolean;
属性值
boolean
注解
range
对于集合中的每个项目:返回表示 Range 超链接内包含的文档部分的对象。
range?: Word.Interfaces.RangeLoadOptions;
属性值
注解
screenTip
subAddress
For EACH ITEM in the collection: 指定超链接目标中的命名位置。
subAddress?: boolean;
属性值
boolean
注解
target
textToDisplay
For EACH ITEM in the collection: 指定文档中的超链接可见文本。
textToDisplay?: boolean;
属性值
boolean