langchain_community.document_loaders.confluence.ContentFormat

class langchain_community.document_loaders.confluence.ContentFormat(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Confluence页面内容格式的枚举器。

EDITOR = 'body.editor'
EXPORT_VIEW = 'body.export_view'
ANONYMOUS_EXPORT_VIEW = 'body.anonymous_export_view'
STORAGE = 'body.storage'
VIEW = 'body.view'