Skip to main content

pptx_rs/oxml/
table.rs

1//! `<a:tbl>`(嵌入在 `<p:graphicFrame>` 内)。
2//!
3//! 对应 OOXML 的 `CT_Table` 复杂类型,表达 PowerPoint 表格的行/列/单元格结构。
4//!
5//! # 实现说明
6//!
7//! 自 v0.5.0 起改为 re-export [`ooxml_core::oxml::table`] 的内容。
8
9pub use ooxml_core::oxml::table::*;