OutlineViewSlideListEntry Class
Presentation Slide.When the object is serialized out as xml, its qualified name is p:sld.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class OutlineViewSlideListEntry _
Inherits OpenXmlLeafElement
用法
Dim instance As OutlineViewSlideListEntry
public class OutlineViewSlideListEntry : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 第 1 个版本]
19.2.2.14 sld (Presentation Slide)
This element specifies a presentation slide and properties specific to the slide's appearance in outline view.
[Example: Consider the following presentation slide that has been collapsed in outline view.
<p:viewPr xmlns:a="" xmlns:r="" xmlns:p="" lastView="outlineView">
…
<p:outlineViewPr>
…
<p:sldLst>
<p:sld r:id="rId1" collapse="1"/>
</p:sldLst>
…
</p:outlineViewPr>
…
</p:viewPr>
end example]
Parent Elements |
---|
sldLst (§19.2.2.15) |
Attributes |
Description |
---|---|
collapse (Collapsed) |
Specifies whether this presentation slide is to be shown as collapsed within outline view. That is, all text other than the slide title is not shown to the user. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
id (Relationship Identifier) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location of this presentation slide within a presentation. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
[Note: The W3C XML Schema definition of this element's content model (CT_OutlineViewSlideEntry) is located in §A.3. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.