NamedDestinations
NamedDestinations
概述
NamedDestinations 是 Aspose.PDF FOSS for Go 的类型。.
NamedDestinations 是根据 ISO 32000-1 §12.3.2.3 的名称到目的地地图。.
此类型提供9种方法,以便在 Go 程序中使用 NamedDestinations 对象。. 可用的方法包括: Add, All, Clear, Count, Document, Get, Has, Names, Remove. 所有公共成员都可以在安装 Aspose.PDF FOSS for Go 包后访问任何 Go 的应用程序。.
方法
| Signature | 描述 |
|---|---|
Document() → *Document | 文件返回该文件收藏已被绑定。. |
Count() → int | 回归注册的数字。. |
Has(name: string) → bool | 是否有注册名称的报告。. |
Get(name: string) → Destination | 收到返回名称下注册的目的地,或如果缺席,尼尔。. |
Add(name: string, dest: Destination) → error | 添加名称下列注册表。. |
Remove(name: string) → bool | 删除会删除了输入;如果存在,则返回真实。. |
Names() → []string | 名称返回所有注册的名单在 lex 顺序中的一个截图。. |
All() → map[string]Destination | 所有人都返回一个名称 → 目的地的图表。. |
Clear() | 清晰取消每一个输入。. |