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 SchemaTypeFields 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" attributebooleanTrue if has "extLst" elementvoidsetClientInsertedTime(Calendar clientInsertedTime) Sets the "clientInsertedTime" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetServerSldId(String serverSldId) Sets the "serverSldId" attributevoidsetServerSldModifiedTime(Calendar serverSldModifiedTime) Sets the "serverSldModifiedTime" attributevoidUnsets the "extLst" elementGets (as xml) the "clientInsertedTime" attributeGets (as xml) the "serverSldId" attributeGets (as xml) the "serverSldModifiedTime" attributevoidxsetClientInsertedTime(XmlDateTime clientInsertedTime) Sets (as xml) the "clientInsertedTime" attributevoidxsetServerSldId(XmlString serverSldId) Sets (as xml) the "serverSldId" attributevoidxsetServerSldModifiedTime(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, valueHashCodeMethods 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
-