List of all items
Structs
- Event
- OperationProgress
- app_context::AppContext
- block::dtos::BlockDto
- block::dtos::BlockRelationshipDto
- block::dtos::CreateBlockDto
- block::dtos::UpdateBlockDto
- document::dtos::CreateDocumentDto
- document::dtos::DocumentDto
- document::dtos::DocumentRelationshipDto
- document::dtos::UpdateDocumentDto
- event_hub_client::EventHubClient
- flat_event::FlatEvent
- frame::dtos::CreateFrameDto
- frame::dtos::FrameDto
- frame::dtos::FrameRelationshipDto
- frame::dtos::UpdateFrameDto
- inline_element::dtos::CreateInlineElementDto
- inline_element::dtos::InlineElementDto
- inline_element::dtos::UpdateInlineElementDto
- list::dtos::CreateListDto
- list::dtos::ListDto
- list::dtos::UpdateListDto
- resource::dtos::CreateResourceDto
- resource::dtos::ResourceDto
- resource::dtos::UpdateResourceDto
- root::dtos::CreateRootDto
- root::dtos::RootDto
- root::dtos::RootRelationshipDto
- root::dtos::UpdateRootDto
- table::dtos::CreateTableDto
- table::dtos::TableDto
- table::dtos::TableRelationshipDto
- table::dtos::UpdateTableDto
- table_cell::dtos::CreateTableCellDto
- table_cell::dtos::TableCellDto
- table_cell::dtos::TableCellRelationshipDto
- table_cell::dtos::UpdateTableCellDto
Enums
- Origin
- block::dtos::Alignment
- block::dtos::BlockRelationshipField
- block::dtos::MarkerType
- document::dtos::DocumentRelationshipField
- document::dtos::TextDirection
- document::dtos::WrapMode
- flat_event::FlatEventKind
- frame::dtos::FramePosition
- frame::dtos::FrameRelationshipField
- inline_element::dtos::CharVerticalAlignment
- inline_element::dtos::InlineContent
- inline_element::dtos::UnderlineStyle
- list::dtos::ListStyle
- resource::dtos::ResourceType
- root::dtos::RootRelationshipField
- table::dtos::TableRelationshipField
- table_cell::dtos::TableCellRelationshipField
Traits
Functions
- block::block_controller::create
- block::block_controller::create_multi
- block::block_controller::create_orphan
- block::block_controller::create_orphan_multi
- block::block_controller::get
- block::block_controller::get_all
- block::block_controller::get_multi
- block::block_controller::get_relationship
- block::block_controller::get_relationship_count
- block::block_controller::get_relationship_in_range
- block::block_controller::get_relationship_many
- block::block_controller::move_relationship
- block::block_controller::remove
- block::block_controller::remove_multi
- block::block_controller::set_relationship
- block::block_controller::update
- block::block_controller::update_multi
- block::block_controller::update_with_relationships
- block::block_controller::update_with_relationships_multi
- commands::block_commands::create_block
- commands::block_commands::create_block_multi
- commands::block_commands::create_orphan_block
- commands::block_commands::create_orphan_block_multi
- commands::block_commands::get_all_block
- commands::block_commands::get_block
- commands::block_commands::get_block_multi
- commands::block_commands::get_block_relationship
- commands::block_commands::get_block_relationship_count
- commands::block_commands::get_block_relationship_in_range
- commands::block_commands::get_block_relationship_many
- commands::block_commands::move_block_relationship
- commands::block_commands::remove_block
- commands::block_commands::remove_block_multi
- commands::block_commands::set_block_relationship
- commands::block_commands::update_block
- commands::block_commands::update_block_multi
- commands::block_commands::update_block_with_relationships
- commands::block_commands::update_block_with_relationships_multi
- commands::document_commands::create_document
- commands::document_commands::create_document_multi
- commands::document_commands::create_orphan_document
- commands::document_commands::create_orphan_document_multi
- commands::document_commands::get_all_document
- commands::document_commands::get_document
- commands::document_commands::get_document_multi
- commands::document_commands::get_document_relationship
- commands::document_commands::get_document_relationship_count
- commands::document_commands::get_document_relationship_in_range
- commands::document_commands::get_document_relationship_many
- commands::document_commands::move_document_relationship
- commands::document_commands::remove_document
- commands::document_commands::remove_document_multi
- commands::document_commands::set_document_relationship
- commands::document_commands::update_document
- commands::document_commands::update_document_multi
- commands::document_commands::update_document_with_relationships
- commands::document_commands::update_document_with_relationships_multi
- commands::document_editing_commands::create_list
- commands::document_editing_commands::delete_text
- commands::document_editing_commands::insert_block
- commands::document_editing_commands::insert_formatted_text
- commands::document_editing_commands::insert_fragment
- commands::document_editing_commands::insert_frame
- commands::document_editing_commands::insert_html_at_position
- commands::document_editing_commands::insert_image
- commands::document_editing_commands::insert_list
- commands::document_editing_commands::insert_markdown_at_position
- commands::document_editing_commands::insert_table
- commands::document_editing_commands::insert_table_column
- commands::document_editing_commands::insert_table_row
- commands::document_editing_commands::insert_text
- commands::document_editing_commands::merge_table_cells
- commands::document_editing_commands::remove_table
- commands::document_editing_commands::remove_table_column
- commands::document_editing_commands::remove_table_row
- commands::document_editing_commands::split_table_cell
- commands::document_formatting_commands::merge_text_format
- commands::document_formatting_commands::set_block_format
- commands::document_formatting_commands::set_frame_format
- commands::document_formatting_commands::set_table_cell_format
- commands::document_formatting_commands::set_table_format
- commands::document_formatting_commands::set_text_format
- commands::document_inspection_commands::extract_fragment
- commands::document_inspection_commands::get_block_at_position
- commands::document_inspection_commands::get_document_stats
- commands::document_inspection_commands::get_text_at_position
- commands::document_io_commands::export_docx
- commands::document_io_commands::export_html
- commands::document_io_commands::export_latex
- commands::document_io_commands::export_markdown
- commands::document_io_commands::export_plain_text
- commands::document_io_commands::get_export_docx_progress
- commands::document_io_commands::get_export_docx_result
- commands::document_io_commands::get_import_html_progress
- commands::document_io_commands::get_import_html_result
- commands::document_io_commands::get_import_markdown_progress
- commands::document_io_commands::get_import_markdown_result
- commands::document_io_commands::import_html
- commands::document_io_commands::import_markdown
- commands::document_io_commands::import_plain_text
- commands::document_search_commands::find_all
- commands::document_search_commands::find_text
- commands::document_search_commands::replace_text
- commands::frame_commands::create_frame
- commands::frame_commands::create_frame_multi
- commands::frame_commands::create_orphan_frame
- commands::frame_commands::create_orphan_frame_multi
- commands::frame_commands::get_all_frame
- commands::frame_commands::get_frame
- commands::frame_commands::get_frame_multi
- commands::frame_commands::get_frame_relationship
- commands::frame_commands::get_frame_relationship_count
- commands::frame_commands::get_frame_relationship_in_range
- commands::frame_commands::get_frame_relationship_many
- commands::frame_commands::move_frame_relationship
- commands::frame_commands::remove_frame
- commands::frame_commands::remove_frame_multi
- commands::frame_commands::set_frame_relationship
- commands::frame_commands::update_frame
- commands::frame_commands::update_frame_multi
- commands::frame_commands::update_frame_with_relationships
- commands::frame_commands::update_frame_with_relationships_multi
- commands::inline_element_commands::create_inline_element
- commands::inline_element_commands::create_inline_element_multi
- commands::inline_element_commands::create_orphan_inline_element
- commands::inline_element_commands::create_orphan_inline_element_multi
- commands::inline_element_commands::get_all_inline_element
- commands::inline_element_commands::get_inline_element
- commands::inline_element_commands::get_inline_element_multi
- commands::inline_element_commands::remove_inline_element
- commands::inline_element_commands::remove_inline_element_multi
- commands::inline_element_commands::update_inline_element
- commands::inline_element_commands::update_inline_element_multi
- commands::inline_element_commands::update_inline_element_with_relationships
- commands::inline_element_commands::update_inline_element_with_relationships_multi
- commands::list_commands::create_list
- commands::list_commands::create_list_multi
- commands::list_commands::create_orphan_list
- commands::list_commands::create_orphan_list_multi
- commands::list_commands::get_all_list
- commands::list_commands::get_list
- commands::list_commands::get_list_multi
- commands::list_commands::remove_list
- commands::list_commands::remove_list_multi
- commands::list_commands::update_list
- commands::list_commands::update_list_multi
- commands::list_commands::update_list_with_relationships
- commands::list_commands::update_list_with_relationships_multi
- commands::resource_commands::create_orphan_resource
- commands::resource_commands::create_orphan_resource_multi
- commands::resource_commands::create_resource
- commands::resource_commands::create_resource_multi
- commands::resource_commands::get_all_resource
- commands::resource_commands::get_resource
- commands::resource_commands::get_resource_multi
- commands::resource_commands::remove_resource
- commands::resource_commands::remove_resource_multi
- commands::resource_commands::update_resource
- commands::resource_commands::update_resource_multi
- commands::resource_commands::update_resource_with_relationships
- commands::resource_commands::update_resource_with_relationships_multi
- commands::root_commands::create_orphan_root
- commands::root_commands::create_orphan_root_multi
- commands::root_commands::get_all_root
- commands::root_commands::get_root
- commands::root_commands::get_root_multi
- commands::root_commands::get_root_relationship
- commands::root_commands::get_root_relationship_count
- commands::root_commands::get_root_relationship_in_range
- commands::root_commands::get_root_relationship_many
- commands::root_commands::move_root_relationship
- commands::root_commands::remove_root
- commands::root_commands::remove_root_multi
- commands::root_commands::set_root_relationship
- commands::root_commands::update_root
- commands::root_commands::update_root_multi
- commands::root_commands::update_root_with_relationships
- commands::root_commands::update_root_with_relationships_multi
- commands::table_cell_commands::create_orphan_table_cell
- commands::table_cell_commands::create_orphan_table_cell_multi
- commands::table_cell_commands::create_table_cell
- commands::table_cell_commands::create_table_cell_multi
- commands::table_cell_commands::get_all_table_cell
- commands::table_cell_commands::get_table_cell
- commands::table_cell_commands::get_table_cell_multi
- commands::table_cell_commands::get_table_cell_relationship
- commands::table_cell_commands::get_table_cell_relationship_count
- commands::table_cell_commands::get_table_cell_relationship_in_range
- commands::table_cell_commands::get_table_cell_relationship_many
- commands::table_cell_commands::move_table_cell_relationship
- commands::table_cell_commands::remove_table_cell
- commands::table_cell_commands::remove_table_cell_multi
- commands::table_cell_commands::set_table_cell_relationship
- commands::table_cell_commands::update_table_cell
- commands::table_cell_commands::update_table_cell_multi
- commands::table_cell_commands::update_table_cell_with_relationships
- commands::table_cell_commands::update_table_cell_with_relationships_multi
- commands::table_commands::create_orphan_table
- commands::table_commands::create_orphan_table_multi
- commands::table_commands::create_table
- commands::table_commands::create_table_multi
- commands::table_commands::get_all_table
- commands::table_commands::get_table
- commands::table_commands::get_table_multi
- commands::table_commands::get_table_relationship
- commands::table_commands::get_table_relationship_count
- commands::table_commands::get_table_relationship_in_range
- commands::table_commands::get_table_relationship_many
- commands::table_commands::move_table_relationship
- commands::table_commands::remove_table
- commands::table_commands::remove_table_multi
- commands::table_commands::set_table_relationship
- commands::table_commands::update_table
- commands::table_commands::update_table_multi
- commands::table_commands::update_table_with_relationships
- commands::table_commands::update_table_with_relationships_multi
- commands::undo_redo_commands::begin_composite
- commands::undo_redo_commands::can_redo
- commands::undo_redo_commands::can_undo
- commands::undo_redo_commands::cancel_composite
- commands::undo_redo_commands::clear_all_stacks
- commands::undo_redo_commands::clear_stack
- commands::undo_redo_commands::create_new_stack
- commands::undo_redo_commands::delete_stack
- commands::undo_redo_commands::end_composite
- commands::undo_redo_commands::get_stack_size
- commands::undo_redo_commands::redo
- commands::undo_redo_commands::undo
- document::document_controller::create
- document::document_controller::create_multi
- document::document_controller::create_orphan
- document::document_controller::create_orphan_multi
- document::document_controller::get
- document::document_controller::get_all
- document::document_controller::get_multi
- document::document_controller::get_relationship
- document::document_controller::get_relationship_count
- document::document_controller::get_relationship_in_range
- document::document_controller::get_relationship_many
- document::document_controller::move_relationship
- document::document_controller::remove
- document::document_controller::remove_multi
- document::document_controller::set_relationship
- document::document_controller::update
- document::document_controller::update_multi
- document::document_controller::update_with_relationships
- document::document_controller::update_with_relationships_multi
- flat_event::is_mutation
- frame::frame_controller::create
- frame::frame_controller::create_multi
- frame::frame_controller::create_orphan
- frame::frame_controller::create_orphan_multi
- frame::frame_controller::get
- frame::frame_controller::get_all
- frame::frame_controller::get_multi
- frame::frame_controller::get_relationship
- frame::frame_controller::get_relationship_count
- frame::frame_controller::get_relationship_in_range
- frame::frame_controller::get_relationship_many
- frame::frame_controller::move_relationship
- frame::frame_controller::remove
- frame::frame_controller::remove_multi
- frame::frame_controller::set_relationship
- frame::frame_controller::update
- frame::frame_controller::update_multi
- frame::frame_controller::update_with_relationships
- frame::frame_controller::update_with_relationships_multi
- inline_element::inline_element_controller::create
- inline_element::inline_element_controller::create_multi
- inline_element::inline_element_controller::create_orphan
- inline_element::inline_element_controller::create_orphan_multi
- inline_element::inline_element_controller::get
- inline_element::inline_element_controller::get_all
- inline_element::inline_element_controller::get_multi
- inline_element::inline_element_controller::remove
- inline_element::inline_element_controller::remove_multi
- inline_element::inline_element_controller::update
- inline_element::inline_element_controller::update_multi
- inline_element::inline_element_controller::update_with_relationships
- inline_element::inline_element_controller::update_with_relationships_multi
- list::list_controller::create
- list::list_controller::create_multi
- list::list_controller::create_orphan
- list::list_controller::create_orphan_multi
- list::list_controller::get
- list::list_controller::get_all
- list::list_controller::get_multi
- list::list_controller::remove
- list::list_controller::remove_multi
- list::list_controller::update
- list::list_controller::update_multi
- list::list_controller::update_with_relationships
- list::list_controller::update_with_relationships_multi
- resource::resource_controller::create
- resource::resource_controller::create_multi
- resource::resource_controller::create_orphan
- resource::resource_controller::create_orphan_multi
- resource::resource_controller::get
- resource::resource_controller::get_all
- resource::resource_controller::get_multi
- resource::resource_controller::remove
- resource::resource_controller::remove_multi
- resource::resource_controller::update
- resource::resource_controller::update_multi
- resource::resource_controller::update_with_relationships
- resource::resource_controller::update_with_relationships_multi
- root::root_controller::create_orphan
- root::root_controller::create_orphan_multi
- root::root_controller::get
- root::root_controller::get_all
- root::root_controller::get_multi
- root::root_controller::get_relationship
- root::root_controller::get_relationship_count
- root::root_controller::get_relationship_in_range
- root::root_controller::get_relationship_many
- root::root_controller::move_relationship
- root::root_controller::remove
- root::root_controller::remove_multi
- root::root_controller::set_relationship
- root::root_controller::update
- root::root_controller::update_multi
- root::root_controller::update_with_relationships
- root::root_controller::update_with_relationships_multi
- table::table_controller::create
- table::table_controller::create_multi
- table::table_controller::create_orphan
- table::table_controller::create_orphan_multi
- table::table_controller::get
- table::table_controller::get_all
- table::table_controller::get_multi
- table::table_controller::get_relationship
- table::table_controller::get_relationship_count
- table::table_controller::get_relationship_in_range
- table::table_controller::get_relationship_many
- table::table_controller::move_relationship
- table::table_controller::remove
- table::table_controller::remove_multi
- table::table_controller::set_relationship
- table::table_controller::update
- table::table_controller::update_multi
- table::table_controller::update_with_relationships
- table::table_controller::update_with_relationships_multi
- table_cell::table_cell_controller::create
- table_cell::table_cell_controller::create_multi
- table_cell::table_cell_controller::create_orphan
- table_cell::table_cell_controller::create_orphan_multi
- table_cell::table_cell_controller::get
- table_cell::table_cell_controller::get_all
- table_cell::table_cell_controller::get_multi
- table_cell::table_cell_controller::get_relationship
- table_cell::table_cell_controller::get_relationship_count
- table_cell::table_cell_controller::get_relationship_in_range
- table_cell::table_cell_controller::get_relationship_many
- table_cell::table_cell_controller::move_relationship
- table_cell::table_cell_controller::remove
- table_cell::table_cell_controller::remove_multi
- table_cell::table_cell_controller::set_relationship
- table_cell::table_cell_controller::update
- table_cell::table_cell_controller::update_multi
- table_cell::table_cell_controller::update_with_relationships
- table_cell::table_cell_controller::update_with_relationships_multi