Interface CTHtmlPublishProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_HtmlPublishProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTHtmlPublishProperties> 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 "custShow" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "sldAll" elementAppends and returns a new empty "sldRg" elementGets the "custShow" elementGets the "extLst" elementgetId()Gets the "id" attributebooleanGets the "showSpeakerNotes" attributeGets the "sldAll" elementgetSldRg()Gets the "sldRg" elementGets the "target" attributegetTitle()Gets the "title" attributebooleanTrue if has "custShow" elementbooleanTrue if has "extLst" elementbooleanTrue if has "showSpeakerNotes" attributebooleanTrue if has "sldAll" elementbooleanTrue if has "sldRg" elementbooleanTrue if has "target" attributebooleanTrue if has "title" attributevoidsetCustShow(CTCustomShowId custShow) Sets the "custShow" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "id" attributevoidsetShowSpeakerNotes(boolean showSpeakerNotes) Sets the "showSpeakerNotes" attributevoidSets the "sldAll" elementvoidsetSldRg(CTIndexRange sldRg) Sets the "sldRg" elementvoidSets the "target" attributevoidSets the "title" attributevoidUnsets the "custShow" elementvoidUnsets the "extLst" elementvoidUnsets the "showSpeakerNotes" attributevoidUnsets the "sldAll" elementvoidUnsets the "sldRg" elementvoidUnsets the "target" attributevoidUnsets the "title" attributexgetId()Gets (as xml) the "id" attributeGets (as xml) the "showSpeakerNotes" attributeGets (as xml) the "target" attributeGets (as xml) the "title" attributevoidSets (as xml) the "id" attributevoidxsetShowSpeakerNotes(XmlBoolean showSpeakerNotes) Sets (as xml) the "showSpeakerNotes" attributevoidxsetTarget(XmlString target) Sets (as xml) the "target" attributevoidSets (as xml) the "title" 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
-
getSldAll
CTEmpty getSldAll()Gets the "sldAll" element -
isSetSldAll
boolean isSetSldAll()True if has "sldAll" element -
setSldAll
Sets the "sldAll" element -
addNewSldAll
CTEmpty addNewSldAll()Appends and returns a new empty "sldAll" element -
unsetSldAll
void unsetSldAll()Unsets the "sldAll" element -
getSldRg
CTIndexRange getSldRg()Gets the "sldRg" element -
isSetSldRg
boolean isSetSldRg()True if has "sldRg" element -
setSldRg
Sets the "sldRg" element -
addNewSldRg
CTIndexRange addNewSldRg()Appends and returns a new empty "sldRg" element -
unsetSldRg
void unsetSldRg()Unsets the "sldRg" element -
getCustShow
CTCustomShowId getCustShow()Gets the "custShow" element -
isSetCustShow
boolean isSetCustShow()True if has "custShow" element -
setCustShow
Sets the "custShow" element -
addNewCustShow
CTCustomShowId addNewCustShow()Appends and returns a new empty "custShow" element -
unsetCustShow
void unsetCustShow()Unsets the "custShow" element -
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 -
getShowSpeakerNotes
boolean getShowSpeakerNotes()Gets the "showSpeakerNotes" attribute -
xgetShowSpeakerNotes
XmlBoolean xgetShowSpeakerNotes()Gets (as xml) the "showSpeakerNotes" attribute -
isSetShowSpeakerNotes
boolean isSetShowSpeakerNotes()True if has "showSpeakerNotes" attribute -
setShowSpeakerNotes
void setShowSpeakerNotes(boolean showSpeakerNotes) Sets the "showSpeakerNotes" attribute -
xsetShowSpeakerNotes
Sets (as xml) the "showSpeakerNotes" attribute -
unsetShowSpeakerNotes
void unsetShowSpeakerNotes()Unsets the "showSpeakerNotes" attribute -
getTarget
String getTarget()Gets the "target" attribute -
xgetTarget
XmlString xgetTarget()Gets (as xml) the "target" attribute -
isSetTarget
boolean isSetTarget()True if has "target" attribute -
setTarget
Sets the "target" attribute -
xsetTarget
Sets (as xml) the "target" attribute -
unsetTarget
void unsetTarget()Unsets the "target" attribute -
getTitle
String getTitle()Gets the "title" attribute -
xgetTitle
XmlString xgetTitle()Gets (as xml) the "title" attribute -
isSetTitle
boolean isSetTitle()True if has "title" attribute -
setTitle
Sets the "title" attribute -
xsetTitle
Sets (as xml) the "title" attribute -
unsetTitle
void unsetTitle()Unsets the "title" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute
-