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 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 "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" attributeboolean
Gets the "showSpeakerNotes" attributeGets the "sldAll" elementgetSldRg()
Gets the "sldRg" elementGets the "target" attributegetTitle()
Gets the "title" attributeboolean
True if has "custShow" elementboolean
True if has "extLst" elementboolean
True if has "showSpeakerNotes" attributeboolean
True if has "sldAll" elementboolean
True if has "sldRg" elementboolean
True if has "target" attributeboolean
True if has "title" attributevoid
setCustShow
(CTCustomShowId custShow) Sets the "custShow" elementvoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
Sets the "id" attributevoid
setShowSpeakerNotes
(boolean showSpeakerNotes) Sets the "showSpeakerNotes" attributevoid
Sets the "sldAll" elementvoid
setSldRg
(CTIndexRange sldRg) Sets the "sldRg" elementvoid
Sets the "target" attributevoid
Sets the "title" attributevoid
Unsets the "custShow" elementvoid
Unsets the "extLst" elementvoid
Unsets the "showSpeakerNotes" attributevoid
Unsets the "sldAll" elementvoid
Unsets the "sldRg" elementvoid
Unsets the "target" attributevoid
Unsets the "title" attributexgetId()
Gets (as xml) the "id" attributeGets (as xml) the "showSpeakerNotes" attributeGets (as xml) the "target" attributeGets (as xml) the "title" attributevoid
Sets (as xml) the "id" attributevoid
xsetShowSpeakerNotes
(XmlBoolean showSpeakerNotes) Sets (as xml) the "showSpeakerNotes" attributevoid
xsetTarget
(XmlString target) Sets (as xml) the "target" attributevoid
Sets (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, 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
-
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
-