次の方法で共有


SlideSyncProperties Class

Slide Synchronization Properties. It is the root element of SlideSyncDataPart.When the object is serialized out as xml, its qualified name is p:sldSyncPr.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Presentation.SlideSyncProperties

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class SlideSyncProperties _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As SlideSyncProperties
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class SlideSyncProperties : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • ExtensionList <p:extLst>

[ISO/IEC 29500-1 初版]

19.6.1 sldSyncPr (Slide Synchronization Properties)

This element specifies the information needed to associate the original slide with all copied instances of it.

Parent Elements

Root element of PresentationML Slide Synchronization Data part

Child Elements

Subclause

extLst (Extension List)

§19.2.1.12

Attributes

Description

clientInsertedTime (Client Slide Insertion date/time)

The date and time that the original slide was last updated in the current presentation.

The date/time is stored in ISO 8601 format.

[Note: This value can be used to inform the user of when the last synchronization was, as well as to determine when to next check for an updated version. end note]

The possible values for this attribute are defined by the W3C XML Schema dateTime datatype.

serverSldId (Server's Slide File ID)

A string that, when paired with the target of the Slide Synchronization Data part's external relationship, uniquely identifies the original slide.

The possible values for this attribute are defined by the W3C XML Schema string datatype.

serverSldModifiedTime (Server's Slide File's modification date/time)

The date and time that the original slide was last modified in its location as defined by the target of the Slide Synchronization Data part's external relationship.

The date and time are stored in ISO 8601 format.

The possible values for this attribute are defined by the W3C XML Schema dateTime datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_SlideSyncProperties) 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.

See Also

Reference

SlideSyncProperties Members

DocumentFormat.OpenXml.Presentation Namespace