XlsxWorkbookPicturesLoader
Overview
XlsxWorkbookPicturesLoader is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 40 methods for working with XlsxWorkbookPicturesLoader objects in Rust programs.
Available methods include: detect_chart_type, find_drawing_uri, get_blip_rid, get_chart_name, get_connector_name, get_drawing_rels_uri, get_geometry_type, get_group_shape_name, get_picture_name, get_raw_xml, get_shape_name, get_worksheet_rels_uri, and 28 additional methods.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
load_pictures(worksheet_model: WorksheetModel, worksheet_root: serde_json::Value, archive: ZipArchive, worksheet_uri: String, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_pictures(worksheet_model, worksheet_root, archive, worksheet_uri, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
load_two_cell_anchor_pictures(worksheet_model: WorksheetModel, drawing_root: serde_json::Value, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_two_cell_anchor_pictures(worksheet_model, drawing_root, image_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
load_one_cell_anchor_pictures(worksheet_model: WorksheetModel, drawing_root: serde_json::Value, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_one_cell_anchor_pictures(worksheet_model, drawing_root, image_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
load_shape_images(worksheet_model: WorksheetModel, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive) | Calls load_shape_images(worksheet_model, image_targets, archive) on this XlsxWorkbookPicturesLoader instance. |
load_two_cell_anchor_shapes(worksheet_model: WorksheetModel, drawing_root: serde_json::Value) | Calls load_two_cell_anchor_shapes(worksheet_model, drawing_root) on this XlsxWorkbookPicturesLoader instance. |
load_one_cell_anchor_shapes(worksheet_model: WorksheetModel, drawing_root: serde_json::Value) | Calls load_one_cell_anchor_shapes(worksheet_model, drawing_root) on this XlsxWorkbookPicturesLoader instance. |
parse_shape(sp: serde_json::Value, from_el: serde_json::Value, to_el: serde_json::Value) → ShapeModel | Calls parse_shape(sp, from_el, to_el) on this XlsxWorkbookPicturesLoader instance. |
parse_one_cell_shape(sp: serde_json::Value, from_el: serde_json::Value, ext_el: serde_json::Value) → ShapeModel | Calls parse_one_cell_shape(sp, from_el, ext_el) on this XlsxWorkbookPicturesLoader instance. |
parse_connector(cxn_sp: serde_json::Value, from_el: serde_json::Value, to_el: serde_json::Value) → ShapeModel | Calls parse_connector(cxn_sp, from_el, to_el) on this XlsxWorkbookPicturesLoader instance. |
parse_one_cell_connector(cxn_sp: serde_json::Value, from_el: serde_json::Value, ext_el: serde_json::Value) → ShapeModel | Calls parse_one_cell_connector(cxn_sp, from_el, ext_el) on this XlsxWorkbookPicturesLoader instance. |
parse_group_shape(grp_sp: serde_json::Value, from_el: serde_json::Value, to_el: serde_json::Value) → ShapeModel | Calls parse_group_shape(grp_sp, from_el, to_el) on this XlsxWorkbookPicturesLoader instance. |
parse_one_cell_group_shape(grp_sp: serde_json::Value, from_el: serde_json::Value, ext_el: serde_json::Value) → ShapeModel | Calls parse_one_cell_group_shape(grp_sp, from_el, ext_el) on this XlsxWorkbookPicturesLoader instance. |
get_group_shape_name(grp_sp: serde_json::Value) → String | Calls get_group_shape_name(grp_sp) on this XlsxWorkbookPicturesLoader instance. |
get_connector_name(cxn_sp: serde_json::Value) → String | Calls get_connector_name(cxn_sp) on this XlsxWorkbookPicturesLoader instance. |
get_shape_name(sp: serde_json::Value) → String | Calls get_shape_name(sp) on this XlsxWorkbookPicturesLoader instance. |
get_geometry_type(sp: serde_json::Value) → String | Calls get_geometry_type(sp) on this XlsxWorkbookPicturesLoader instance. |
get_raw_xml(element: serde_json::Value) → String | Calls get_raw_xml(element) on this XlsxWorkbookPicturesLoader instance. |
load_shape_sp_pr_extents(sp: serde_json::Value, model: ShapeModel) | Calls load_shape_sp_pr_extents(sp, model) on this XlsxWorkbookPicturesLoader instance. |
parse_picture(pic: serde_json::Value, from_el: serde_json::Value, to_el: serde_json::Value, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) → PictureModel | Calls parse_picture(pic, from_el, to_el, image_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
parse_one_cell_picture(pic: serde_json::Value, from_el: serde_json::Value, ext_el: serde_json::Value, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) → PictureModel | Calls parse_one_cell_picture(pic, from_el, ext_el, image_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
get_blip_rid(pic: serde_json::Value) → String | Calls get_blip_rid(pic) on this XlsxWorkbookPicturesLoader instance. |
get_picture_name(pic: serde_json::Value) → String | Calls get_picture_name(pic) on this XlsxWorkbookPicturesLoader instance. |
load_image_data(r_id: String, image_targets: IReadOnlyDictionary<String, String>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String, picture_name: String) → Vec<u8> | Calls load_image_data(r_id, image_targets, archive, diagnostics, options, sheet_name, picture_name) on this XlsxWorkbookPicturesLoader instance. |
load_sp_pr_extents(pic: serde_json::Value, model: PictureModel) | Calls load_sp_pr_extents(pic, model) on this XlsxWorkbookPicturesLoader instance. |
load_drawing_image_targets(archive: ZipArchive, drawing_uri: String) → IReadOnlyDictionary<String, String> | Calls load_drawing_image_targets(archive, drawing_uri) on this XlsxWorkbookPicturesLoader instance. |
load_drawing_chart_targets(archive: ZipArchive, drawing_uri: String) → IReadOnlyDictionary<String, ChartTarget> | Calls load_drawing_chart_targets(archive, drawing_uri) on this XlsxWorkbookPicturesLoader instance. |
load_drawing_targets_by_type(archive: ZipArchive, drawing_uri: String, relationship_type: String) → IReadOnlyDictionary<String, String> | Calls load_drawing_targets_by_type(archive, drawing_uri, relationship_type) on this XlsxWorkbookPicturesLoader instance. |
find_drawing_uri(archive: ZipArchive, worksheet_uri: String) → String | Calls find_drawing_uri(archive, worksheet_uri) on this XlsxWorkbookPicturesLoader instance. |
parse_anchor_int(element: serde_json::Value) → i32 | Calls parse_anchor_int(element) on this XlsxWorkbookPicturesLoader instance. |
parse_anchor_long(element: serde_json::Value) → i64 | Calls parse_anchor_long(element) on this XlsxWorkbookPicturesLoader instance. |
get_worksheet_rels_uri(worksheet_uri: String) → String | Calls get_worksheet_rels_uri(worksheet_uri) on this XlsxWorkbookPicturesLoader instance. |
get_drawing_rels_uri(drawing_uri: String) → String | Calls get_drawing_rels_uri(drawing_uri) on this XlsxWorkbookPicturesLoader instance. |
load_two_cell_anchor_charts(worksheet_model: WorksheetModel, drawing_root: serde_json::Value, chart_targets: IReadOnlyDictionary<String, ChartTarget>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_two_cell_anchor_charts(worksheet_model, drawing_root, chart_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
load_one_cell_anchor_charts(worksheet_model: WorksheetModel, drawing_root: serde_json::Value, chart_targets: IReadOnlyDictionary<String, ChartTarget>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_one_cell_anchor_charts(worksheet_model, drawing_root, chart_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
is_chart_graphic_frame(graphic_frame: serde_json::Value) → bool | Calls is_chart_graphic_frame(graphic_frame) on this XlsxWorkbookPicturesLoader instance. |
is_chart_ex_graphic_frame(graphic_frame: serde_json::Value) → bool | Calls is_chart_ex_graphic_frame(graphic_frame) on this XlsxWorkbookPicturesLoader instance. |
parse_chart(graphic_frame: serde_json::Value, raw_container_element: serde_json::Value, from_el: serde_json::Value, to_el: serde_json::Value, ext_el: serde_json::Value, chart_targets: IReadOnlyDictionary<String, ChartTarget>, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) → ChartModel | Calls parse_chart(graphic_frame, raw_container_element, from_el, to_el, ext_el, chart_targets, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |
get_chart_name(graphic_frame: serde_json::Value) → String | Calls get_chart_name(graphic_frame) on this XlsxWorkbookPicturesLoader instance. |
detect_chart_type(raw_xml: String) → ChartType | Calls detect_chart_type(raw_xml) on this XlsxWorkbookPicturesLoader instance. |
load_chart_companion_files(model: ChartModel, chart_uri: String, archive: ZipArchive, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_chart_companion_files(model, chart_uri, archive, diagnostics, options, sheet_name) on this XlsxWorkbookPicturesLoader instance. |