Skip to main content

parse_notes_master

Function parse_notes_master 

Source
pub fn parse_notes_master(xml: &str) -> Result<NotesMaster>
Expand description

notesMasterN.xml 文本解析出 crate::oxml::notesmaster::NotesMaster(TODO-045)。

parse_sld_master 结构类似,但根元素是 <p:notesMaster>, 且不含 <p:sldLayoutIdLst>(备注母版不挂版式)。

§解析内容

  • <p:spTree> 内的所有 <p:sp>(其它子类型如 pic/grpSp 暂不解析,保留位置)

§忽略内容(后续扩展)

  • <p:clrMap> 颜色映射
  • <p:notesStyle> 备注文本样式
  • <p:extLst> 扩展列表

§错误