本文簡要介紹 python 語言中 arcgis.apps.storymap.story.StoryMap.credits
的用法。
用法:
credits(content=None, attribution=None, heading=None, description=None)
返回:
字符串列表,它們是屬於學分的文本節點的節點 ID。
學分出現在故事的結尾,因此始終是最後一個節點。
要創建信用,請添加應顯示在分隔線兩側的文本。內容代表左側看到的文本,歸屬與分隔線右側的內容一致。 (即‘content’ | ‘attribution’)
添加
content
和attribution
將在學分中添加一個新行,並且不會更改以前的學分。添加
heading
和description
將更改當前的內容。Parameter
Description
content
可選字符串。要添加的內容。 (見學分左側。)
確保文本具有“<strong> </strong>”標簽。添加到現有的學分。
attribution
可選字符串。要添加的屬性。 (見學分右側。)添加到現有學分。
heading
可選字符串。將當前標題替換為學分。
description
可選字符串。替換當前的學分說明。
#Example >>> story = StoryMap() >>> story.credits("Python Dev" , "Python API Team", "Thank You", "A big thank you to those who contributed")
相關用法
- Python ArcGIS StoryMap.cover用法及代碼示例
- 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.credits。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。