OpenXmlPackage.ToFlatOpcDocument 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| ToFlatOpcDocument() | 将 OPC 格式的 OpenXml 包转换为 XDocument 平面 OPC 格式的 。 | 
| ToFlatOpcDocument(XProcessingInstruction) | 将 OPC 格式的 OpenXml 包转换为 XDocument 平面 OPC 格式的 。 | 
ToFlatOpcDocument()
ToFlatOpcDocument(XProcessingInstruction)
将 OPC 格式的 OpenXml 包转换为 XDocument 平面 OPC 格式的 。
protected System.Xml.Linq.XDocument ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction instruction);protected System.Xml.Linq.XDocument ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction);member this.ToFlatOpcDocument : System.Xml.Linq.XProcessingInstruction -> System.Xml.Linq.XDocumentProtected Function ToFlatOpcDocument (instruction As XProcessingInstruction) As XDocument参数
- instruction
- XProcessingInstruction
处理指令。
返回
采用平面 OPC 格式的 OpenXml 包。