Interface CTHtmlPublishProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTHtmlPublishProperties extends XmlObject
An XML CT_HtmlPublishProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTHtmlPublishProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTCustomShowId
addNewCustShow()
Appends and returns a new empty "custShow" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTEmpty
addNewSldAll()
Appends and returns a new empty "sldAll" elementCTIndexRange
addNewSldRg()
Appends and returns a new empty "sldRg" elementCTCustomShowId
getCustShow()
Gets the "custShow" elementCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getId()
Gets the "id" attributeSTHtmlPublishWebBrowserSupport.Enum
getPubBrowser()
Gets the "pubBrowser" attributeboolean
getShowSpeakerNotes()
Gets the "showSpeakerNotes" attributeCTEmpty
getSldAll()
Gets the "sldAll" elementCTIndexRange
getSldRg()
Gets the "sldRg" elementjava.lang.String
getTitle()
Gets the "title" attributeboolean
isSetCustShow()
True if has "custShow" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetPubBrowser()
True if has "pubBrowser" attributeboolean
isSetShowSpeakerNotes()
True if has "showSpeakerNotes" attributeboolean
isSetSldAll()
True if has "sldAll" elementboolean
isSetSldRg()
True if has "sldRg" elementboolean
isSetTitle()
True if has "title" attributevoid
setCustShow(CTCustomShowId custShow)
Sets the "custShow" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setId(java.lang.String id)
Sets the "id" attributevoid
setPubBrowser(STHtmlPublishWebBrowserSupport.Enum pubBrowser)
Sets the "pubBrowser" attributevoid
setShowSpeakerNotes(boolean showSpeakerNotes)
Sets the "showSpeakerNotes" attributevoid
setSldAll(CTEmpty sldAll)
Sets the "sldAll" elementvoid
setSldRg(CTIndexRange sldRg)
Sets the "sldRg" elementvoid
setTitle(java.lang.String title)
Sets the "title" attributevoid
unsetCustShow()
Unsets the "custShow" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetPubBrowser()
Unsets the "pubBrowser" attributevoid
unsetShowSpeakerNotes()
Unsets the "showSpeakerNotes" attributevoid
unsetSldAll()
Unsets the "sldAll" elementvoid
unsetSldRg()
Unsets the "sldRg" elementvoid
unsetTitle()
Unsets the "title" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeSTHtmlPublishWebBrowserSupport
xgetPubBrowser()
Gets (as xml) the "pubBrowser" attributeXmlBoolean
xgetShowSpeakerNotes()
Gets (as xml) the "showSpeakerNotes" attributeXmlString
xgetTitle()
Gets (as xml) the "title" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetPubBrowser(STHtmlPublishWebBrowserSupport pubBrowser)
Sets (as xml) the "pubBrowser" attributevoid
xsetShowSpeakerNotes(XmlBoolean showSpeakerNotes)
Sets (as xml) the "showSpeakerNotes" attributevoid
xsetTitle(XmlString title)
Sets (as xml) the "title" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSldAll
CTEmpty getSldAll()
Gets the "sldAll" element
-
isSetSldAll
boolean isSetSldAll()
True if has "sldAll" element
-
setSldAll
void setSldAll(CTEmpty sldAll)
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
void setSldRg(CTIndexRange sldRg)
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
void setCustShow(CTCustomShowId custShow)
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
void setExtLst(CTExtensionList extLst)
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
void xsetShowSpeakerNotes(XmlBoolean showSpeakerNotes)
Sets (as xml) the "showSpeakerNotes" attribute
-
unsetShowSpeakerNotes
void unsetShowSpeakerNotes()
Unsets the "showSpeakerNotes" attribute
-
getPubBrowser
STHtmlPublishWebBrowserSupport.Enum getPubBrowser()
Gets the "pubBrowser" attribute
-
xgetPubBrowser
STHtmlPublishWebBrowserSupport xgetPubBrowser()
Gets (as xml) the "pubBrowser" attribute
-
isSetPubBrowser
boolean isSetPubBrowser()
True if has "pubBrowser" attribute
-
setPubBrowser
void setPubBrowser(STHtmlPublishWebBrowserSupport.Enum pubBrowser)
Sets the "pubBrowser" attribute
-
xsetPubBrowser
void xsetPubBrowser(STHtmlPublishWebBrowserSupport pubBrowser)
Sets (as xml) the "pubBrowser" attribute
-
unsetPubBrowser
void unsetPubBrowser()
Unsets the "pubBrowser" attribute
-
getTitle
java.lang.String getTitle()
Gets the "title" attribute
-
xgetTitle
XmlString xgetTitle()
Gets (as xml) the "title" attribute
-
isSetTitle
boolean isSetTitle()
True if has "title" attribute
-
setTitle
void setTitle(java.lang.String title)
Sets the "title" attribute
-
xsetTitle
void xsetTitle(XmlString title)
Sets (as xml) the "title" attribute
-
unsetTitle
void unsetTitle()
Unsets the "title" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
-