本文簡要介紹 python 語言中 arcgis.apps.storymap.story.StoryMap.navigation
的用法。
返回:
導航中的節點列表。
故事導航是作者添加標題作為鏈接的一種方式,以允許讀者在故事的不同部分之間導航。故事導航節點將
TextStyle.HEADING
文本樣式作為其唯一允許的子節點。您隻能讓 30 個Text
子節點可見並充當故事中的鏈接。文本節點必須已經存在於故事中。傳遞標題文本節點的節點 ID 列表以將它們分配給導航。
Parameter
Description
nodes
要包含在導航中的可選節點列表。這些節點隻能是樣式標題 (“h2”)。按順序包含。這將覆蓋當前列表和順序。
要查看當前列表,請使用
navigation_list
屬性。hidden
可選的布爾值。如果為 True,則隱藏導航。
#Example >>> story = StoryMap("<existing story id>") >>> story.navigation_list >>> story.navigation(["<header node id>", "<header node id>"], False)
相關用法
- Python ArcGIS StoryMap.move用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python ArcGIS StoryMap.duplicate用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS Sidecar用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SiteManager.get_by_domain用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.storymap.story.StoryMap.navigation。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。