Interface CTSlideSyncProperties
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_SlideSyncProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTSlideSyncProperties> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementGets the "clientInsertedTime" attributeGets the "extLst" elementGets the "serverSldId" attributeGets the "serverSldModifiedTime" attributeboolean
True if has "extLst" elementvoid
setClientInsertedTime
(Calendar clientInsertedTime) Sets the "clientInsertedTime" attributevoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
setServerSldId
(String serverSldId) Sets the "serverSldId" attributevoid
setServerSldModifiedTime
(Calendar serverSldModifiedTime) Sets the "serverSldModifiedTime" attributevoid
Unsets the "extLst" elementGets (as xml) the "clientInsertedTime" attributeGets (as xml) the "serverSldId" attributeGets (as xml) the "serverSldModifiedTime" attributevoid
xsetClientInsertedTime
(XmlDateTime clientInsertedTime) Sets (as xml) the "clientInsertedTime" attributevoid
xsetServerSldId
(XmlString serverSldId) Sets (as xml) the "serverSldId" attributevoid
xsetServerSldModifiedTime
(XmlDateTime serverSldModifiedTime) Sets (as xml) the "serverSldModifiedTime" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getServerSldId
String getServerSldId()Gets the "serverSldId" attribute -
xgetServerSldId
XmlString xgetServerSldId()Gets (as xml) the "serverSldId" attribute -
setServerSldId
Sets the "serverSldId" attribute -
xsetServerSldId
Sets (as xml) the "serverSldId" attribute -
getServerSldModifiedTime
Calendar getServerSldModifiedTime()Gets the "serverSldModifiedTime" attribute -
xgetServerSldModifiedTime
XmlDateTime xgetServerSldModifiedTime()Gets (as xml) the "serverSldModifiedTime" attribute -
setServerSldModifiedTime
Sets the "serverSldModifiedTime" attribute -
xsetServerSldModifiedTime
Sets (as xml) the "serverSldModifiedTime" attribute -
getClientInsertedTime
Calendar getClientInsertedTime()Gets the "clientInsertedTime" attribute -
xgetClientInsertedTime
XmlDateTime xgetClientInsertedTime()Gets (as xml) the "clientInsertedTime" attribute -
setClientInsertedTime
Sets the "clientInsertedTime" attribute -
xsetClientInsertedTime
Sets (as xml) the "clientInsertedTime" attribute
-