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 classCTWebProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementbooleangetAllowPng()Gets the "allowPng" attributeSTWebColorType.EnumgetClr()Gets the "clr" attributejava.lang.StringgetEncoding()Gets the "encoding" attributeCTExtensionListgetExtLst()Gets the "extLst" elementSTWebScreenSize.EnumgetImgSz()Gets the "imgSz" attributebooleangetOrganizeInFolders()Gets the "organizeInFolders" attributebooleangetRelyOnVml()Gets the "relyOnVml" attributebooleangetResizeGraphics()Gets the "resizeGraphics" attributebooleangetShowAnimation()Gets the "showAnimation" attributebooleangetUseLongFilenames()Gets the "useLongFilenames" attributebooleanisSetAllowPng()True if has "allowPng" attributebooleanisSetClr()True if has "clr" attributebooleanisSetEncoding()True if has "encoding" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetImgSz()True if has "imgSz" attributebooleanisSetOrganizeInFolders()True if has "organizeInFolders" attributebooleanisSetRelyOnVml()True if has "relyOnVml" attributebooleanisSetResizeGraphics()True if has "resizeGraphics" attributebooleanisSetShowAnimation()True if has "showAnimation" attributebooleanisSetUseLongFilenames()True if has "useLongFilenames" attributevoidsetAllowPng(boolean allowPng)Sets the "allowPng" attributevoidsetClr(STWebColorType.Enum clr)Sets the "clr" attributevoidsetEncoding(java.lang.String encoding)Sets the "encoding" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetImgSz(STWebScreenSize.Enum imgSz)Sets the "imgSz" attributevoidsetOrganizeInFolders(boolean organizeInFolders)Sets the "organizeInFolders" attributevoidsetRelyOnVml(boolean relyOnVml)Sets the "relyOnVml" attributevoidsetResizeGraphics(boolean resizeGraphics)Sets the "resizeGraphics" attributevoidsetShowAnimation(boolean showAnimation)Sets the "showAnimation" attributevoidsetUseLongFilenames(boolean useLongFilenames)Sets the "useLongFilenames" attributevoidunsetAllowPng()Unsets the "allowPng" attributevoidunsetClr()Unsets the "clr" attributevoidunsetEncoding()Unsets the "encoding" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetImgSz()Unsets the "imgSz" attributevoidunsetOrganizeInFolders()Unsets the "organizeInFolders" attributevoidunsetRelyOnVml()Unsets the "relyOnVml" attributevoidunsetResizeGraphics()Unsets the "resizeGraphics" attributevoidunsetShowAnimation()Unsets the "showAnimation" attributevoidunsetUseLongFilenames()Unsets the "useLongFilenames" attributeXmlBooleanxgetAllowPng()Gets (as xml) the "allowPng" attributeSTWebColorTypexgetClr()Gets (as xml) the "clr" attributeSTWebEncodingxgetEncoding()Gets (as xml) the "encoding" attributeSTWebScreenSizexgetImgSz()Gets (as xml) the "imgSz" attributeXmlBooleanxgetOrganizeInFolders()Gets (as xml) the "organizeInFolders" attributeXmlBooleanxgetRelyOnVml()Gets (as xml) the "relyOnVml" attributeXmlBooleanxgetResizeGraphics()Gets (as xml) the "resizeGraphics" attributeXmlBooleanxgetShowAnimation()Gets (as xml) the "showAnimation" attributeXmlBooleanxgetUseLongFilenames()Gets (as xml) the "useLongFilenames" attributevoidxsetAllowPng(XmlBoolean allowPng)Sets (as xml) the "allowPng" attributevoidxsetClr(STWebColorType clr)Sets (as xml) the "clr" attributevoidxsetEncoding(STWebEncoding encoding)Sets (as xml) the "encoding" attributevoidxsetImgSz(STWebScreenSize imgSz)Sets (as xml) the "imgSz" attributevoidxsetOrganizeInFolders(XmlBoolean organizeInFolders)Sets (as xml) the "organizeInFolders" attributevoidxsetRelyOnVml(XmlBoolean relyOnVml)Sets (as xml) the "relyOnVml" attributevoidxsetResizeGraphics(XmlBoolean resizeGraphics)Sets (as xml) the "resizeGraphics" attributevoidxsetShowAnimation(XmlBoolean showAnimation)Sets (as xml) the "showAnimation" attributevoidxsetUseLongFilenames(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
-
-