ContentFormat#

class langchain_community.document_loaders.confluence.ContentFormat(value)[source]#

Enumerator of the content formats of Confluence page.

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