Interface CTWebProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWebProperties extends XmlObject
An XML CT_WebProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWebProperties.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementboolean
getAllowPng()
Gets the "allowPng" attributeSTWebColorType.Enum
getClr()
Gets the "clr" attributejava.lang.String
getEncoding()
Gets the "encoding" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementSTWebScreenSize.Enum
getImgSz()
Gets the "imgSz" attributeboolean
getOrganizeInFolders()
Gets the "organizeInFolders" attributeboolean
getRelyOnVml()
Gets the "relyOnVml" attributeboolean
getResizeGraphics()
Gets the "resizeGraphics" attributeboolean
getShowAnimation()
Gets the "showAnimation" attributeboolean
getUseLongFilenames()
Gets the "useLongFilenames" attributeboolean
isSetAllowPng()
True if has "allowPng" attributeboolean
isSetClr()
True if has "clr" attributeboolean
isSetEncoding()
True if has "encoding" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetImgSz()
True if has "imgSz" attributeboolean
isSetOrganizeInFolders()
True if has "organizeInFolders" attributeboolean
isSetRelyOnVml()
True if has "relyOnVml" attributeboolean
isSetResizeGraphics()
True if has "resizeGraphics" attributeboolean
isSetShowAnimation()
True if has "showAnimation" attributeboolean
isSetUseLongFilenames()
True if has "useLongFilenames" attributevoid
setAllowPng(boolean allowPng)
Sets the "allowPng" attributevoid
setClr(STWebColorType.Enum clr)
Sets the "clr" attributevoid
setEncoding(java.lang.String encoding)
Sets the "encoding" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setImgSz(STWebScreenSize.Enum imgSz)
Sets the "imgSz" attributevoid
setOrganizeInFolders(boolean organizeInFolders)
Sets the "organizeInFolders" attributevoid
setRelyOnVml(boolean relyOnVml)
Sets the "relyOnVml" attributevoid
setResizeGraphics(boolean resizeGraphics)
Sets the "resizeGraphics" attributevoid
setShowAnimation(boolean showAnimation)
Sets the "showAnimation" attributevoid
setUseLongFilenames(boolean useLongFilenames)
Sets the "useLongFilenames" attributevoid
unsetAllowPng()
Unsets the "allowPng" attributevoid
unsetClr()
Unsets the "clr" attributevoid
unsetEncoding()
Unsets the "encoding" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetImgSz()
Unsets the "imgSz" attributevoid
unsetOrganizeInFolders()
Unsets the "organizeInFolders" attributevoid
unsetRelyOnVml()
Unsets the "relyOnVml" attributevoid
unsetResizeGraphics()
Unsets the "resizeGraphics" attributevoid
unsetShowAnimation()
Unsets the "showAnimation" attributevoid
unsetUseLongFilenames()
Unsets the "useLongFilenames" attributeXmlBoolean
xgetAllowPng()
Gets (as xml) the "allowPng" attributeSTWebColorType
xgetClr()
Gets (as xml) the "clr" attributeSTWebEncoding
xgetEncoding()
Gets (as xml) the "encoding" attributeSTWebScreenSize
xgetImgSz()
Gets (as xml) the "imgSz" attributeXmlBoolean
xgetOrganizeInFolders()
Gets (as xml) the "organizeInFolders" attributeXmlBoolean
xgetRelyOnVml()
Gets (as xml) the "relyOnVml" attributeXmlBoolean
xgetResizeGraphics()
Gets (as xml) the "resizeGraphics" attributeXmlBoolean
xgetShowAnimation()
Gets (as xml) the "showAnimation" attributeXmlBoolean
xgetUseLongFilenames()
Gets (as xml) the "useLongFilenames" attributevoid
xsetAllowPng(XmlBoolean allowPng)
Sets (as xml) the "allowPng" attributevoid
xsetClr(STWebColorType clr)
Sets (as xml) the "clr" attributevoid
xsetEncoding(STWebEncoding encoding)
Sets (as xml) the "encoding" attributevoid
xsetImgSz(STWebScreenSize imgSz)
Sets (as xml) the "imgSz" attributevoid
xsetOrganizeInFolders(XmlBoolean organizeInFolders)
Sets (as xml) the "organizeInFolders" attributevoid
xsetRelyOnVml(XmlBoolean relyOnVml)
Sets (as xml) the "relyOnVml" attributevoid
xsetResizeGraphics(XmlBoolean resizeGraphics)
Sets (as xml) the "resizeGraphics" attributevoid
xsetShowAnimation(XmlBoolean showAnimation)
Sets (as xml) the "showAnimation" attributevoid
xsetUseLongFilenames(XmlBoolean useLongFilenames)
Sets (as xml) the "useLongFilenames" 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
-
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
-
getShowAnimation
boolean getShowAnimation()
Gets the "showAnimation" attribute
-
xgetShowAnimation
XmlBoolean xgetShowAnimation()
Gets (as xml) the "showAnimation" attribute
-
isSetShowAnimation
boolean isSetShowAnimation()
True if has "showAnimation" attribute
-
setShowAnimation
void setShowAnimation(boolean showAnimation)
Sets the "showAnimation" attribute
-
xsetShowAnimation
void xsetShowAnimation(XmlBoolean showAnimation)
Sets (as xml) the "showAnimation" attribute
-
unsetShowAnimation
void unsetShowAnimation()
Unsets the "showAnimation" attribute
-
getResizeGraphics
boolean getResizeGraphics()
Gets the "resizeGraphics" attribute
-
xgetResizeGraphics
XmlBoolean xgetResizeGraphics()
Gets (as xml) the "resizeGraphics" attribute
-
isSetResizeGraphics
boolean isSetResizeGraphics()
True if has "resizeGraphics" attribute
-
setResizeGraphics
void setResizeGraphics(boolean resizeGraphics)
Sets the "resizeGraphics" attribute
-
xsetResizeGraphics
void xsetResizeGraphics(XmlBoolean resizeGraphics)
Sets (as xml) the "resizeGraphics" attribute
-
unsetResizeGraphics
void unsetResizeGraphics()
Unsets the "resizeGraphics" attribute
-
getAllowPng
boolean getAllowPng()
Gets the "allowPng" attribute
-
xgetAllowPng
XmlBoolean xgetAllowPng()
Gets (as xml) the "allowPng" attribute
-
isSetAllowPng
boolean isSetAllowPng()
True if has "allowPng" attribute
-
setAllowPng
void setAllowPng(boolean allowPng)
Sets the "allowPng" attribute
-
xsetAllowPng
void xsetAllowPng(XmlBoolean allowPng)
Sets (as xml) the "allowPng" attribute
-
unsetAllowPng
void unsetAllowPng()
Unsets the "allowPng" attribute
-
getRelyOnVml
boolean getRelyOnVml()
Gets the "relyOnVml" attribute
-
xgetRelyOnVml
XmlBoolean xgetRelyOnVml()
Gets (as xml) the "relyOnVml" attribute
-
isSetRelyOnVml
boolean isSetRelyOnVml()
True if has "relyOnVml" attribute
-
setRelyOnVml
void setRelyOnVml(boolean relyOnVml)
Sets the "relyOnVml" attribute
-
xsetRelyOnVml
void xsetRelyOnVml(XmlBoolean relyOnVml)
Sets (as xml) the "relyOnVml" attribute
-
unsetRelyOnVml
void unsetRelyOnVml()
Unsets the "relyOnVml" attribute
-
getOrganizeInFolders
boolean getOrganizeInFolders()
Gets the "organizeInFolders" attribute
-
xgetOrganizeInFolders
XmlBoolean xgetOrganizeInFolders()
Gets (as xml) the "organizeInFolders" attribute
-
isSetOrganizeInFolders
boolean isSetOrganizeInFolders()
True if has "organizeInFolders" attribute
-
setOrganizeInFolders
void setOrganizeInFolders(boolean organizeInFolders)
Sets the "organizeInFolders" attribute
-
xsetOrganizeInFolders
void xsetOrganizeInFolders(XmlBoolean organizeInFolders)
Sets (as xml) the "organizeInFolders" attribute
-
unsetOrganizeInFolders
void unsetOrganizeInFolders()
Unsets the "organizeInFolders" attribute
-
getUseLongFilenames
boolean getUseLongFilenames()
Gets the "useLongFilenames" attribute
-
xgetUseLongFilenames
XmlBoolean xgetUseLongFilenames()
Gets (as xml) the "useLongFilenames" attribute
-
isSetUseLongFilenames
boolean isSetUseLongFilenames()
True if has "useLongFilenames" attribute
-
setUseLongFilenames
void setUseLongFilenames(boolean useLongFilenames)
Sets the "useLongFilenames" attribute
-
xsetUseLongFilenames
void xsetUseLongFilenames(XmlBoolean useLongFilenames)
Sets (as xml) the "useLongFilenames" attribute
-
unsetUseLongFilenames
void unsetUseLongFilenames()
Unsets the "useLongFilenames" attribute
-
getImgSz
STWebScreenSize.Enum getImgSz()
Gets the "imgSz" attribute
-
xgetImgSz
STWebScreenSize xgetImgSz()
Gets (as xml) the "imgSz" attribute
-
isSetImgSz
boolean isSetImgSz()
True if has "imgSz" attribute
-
setImgSz
void setImgSz(STWebScreenSize.Enum imgSz)
Sets the "imgSz" attribute
-
xsetImgSz
void xsetImgSz(STWebScreenSize imgSz)
Sets (as xml) the "imgSz" attribute
-
unsetImgSz
void unsetImgSz()
Unsets the "imgSz" attribute
-
getEncoding
java.lang.String getEncoding()
Gets the "encoding" attribute
-
xgetEncoding
STWebEncoding xgetEncoding()
Gets (as xml) the "encoding" attribute
-
isSetEncoding
boolean isSetEncoding()
True if has "encoding" attribute
-
setEncoding
void setEncoding(java.lang.String encoding)
Sets the "encoding" attribute
-
xsetEncoding
void xsetEncoding(STWebEncoding encoding)
Sets (as xml) the "encoding" attribute
-
unsetEncoding
void unsetEncoding()
Unsets the "encoding" attribute
-
getClr
STWebColorType.Enum getClr()
Gets the "clr" attribute
-
xgetClr
STWebColorType xgetClr()
Gets (as xml) the "clr" attribute
-
isSetClr
boolean isSetClr()
True if has "clr" attribute
-
setClr
void setClr(STWebColorType.Enum clr)
Sets the "clr" attribute
-
xsetClr
void xsetClr(STWebColorType clr)
Sets (as xml) the "clr" attribute
-
unsetClr
void unsetClr()
Unsets the "clr" attribute
-
-