SlideId Class
Slide ID.When the object is serialized out as xml, its qualified name is p:sldId.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.SlideId
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class SlideId _
Inherits OpenXmlCompositeElement
'使用
Dim instance As SlideId
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class SlideId : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- ExtensionList <p:extLst>
[ISO/IEC 29500-1 初版]
19.2.1.33 sldId (Slide ID)
This element specifies a presentation slide that is available within the corresponding presentation. A slide contains the information that is specific to a single slide such as slide-specific shape and text information.
[Example: Consider the following specification of a slide master within a presentation
<p:presentation xmlns:a="" xmlns:r="" xmlns:p="" embedTrueTypeFonts="1">
..
<p:sldIdLst>
<p:sldId id="256" r:id="rId3"/>
<p:sldId id="257" r:id="rId4"/>
<p:sldId id="258" r:id="rId5"/>
<p:sldId id="259" r:id="rId6"/>
<p:sldId id="260" r:id="rId7"/>
</p:sldIdLst>
..
</p:presentation>
end example]
Parent Elements |
---|
sldIdLst (§19.2.1.34) |
Child Elements |
Subclause |
---|---|
extLst (Extension List) |
§19.2.1.12 |
Attributes |
Description |
---|---|
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 within a presentation of the sld element defining this slide. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
id (Slide Identifier) |
Specifies the slide identifier that is to contain a value that is unique throughout the presentation. The possible values for this attribute are defined by the ST_SlideId simple type (§19.7.13). |
[Note: The W3C XML Schema definition of this element's content model (CT_SlideIdListEntry) is located in §A.3. end note]
© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.