本文簡要介紹 python 語言中 arcgis.apps.storymap.story.StoryMap.cover
的用法。
用法:
cover(title=None, type=None, summary=None, by_line=None, image=None)
返回:
故事封麵節點的字典表示。
故事的封麵位於故事的頂部,並且始終是第一個節點。此方法允許通過更新標題、署名、圖像等來編輯封麵。更改故事封麵的一部分不會更改故事封麵的其餘部分。如果隻傳入圖像,那麽隻有圖像會改變。
注意:
要更改故事封麵上的日期,請使用
cover_date
屬性。Parameter
Description
title
可選字符串。 StoryMap 封麵的標題。
type
可選字符串。故事中使用的故事封麵類型。
Values: "full" | "sidebyside" | "minimal"
summary
可選字符串。故事的說明。
by_line
可選字符串。歸功於作者。
image
可選的
Image
對象。故事封麵的封麵圖片。story = StoryMap(<story item>) story.cover(title="My Story Title", type="minimal", summary="My little summary", by_line="python_dev") story.save()
相關用法
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.move用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python ArcGIS StoryMap.duplicate用法及代碼示例
- Python ArcGIS StoryMap.navigation用法及代碼示例
- 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.cover。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。