Interface CTWebSettings
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWebSettings extends XmlObject
An XML CT_WebSettings(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWebSettings.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 CTOnOffaddNewAllowPNG()Appends and returns a new empty "allowPNG" elementCTDivsaddNewDivs()Appends and returns a new empty "divs" elementCTOnOffaddNewDoNotOrganizeInFolder()Appends and returns a new empty "doNotOrganizeInFolder" elementCTOnOffaddNewDoNotRelyOnCSS()Appends and returns a new empty "doNotRelyOnCSS" elementCTOnOffaddNewDoNotSaveAsSingleFile()Appends and returns a new empty "doNotSaveAsSingleFile" elementCTOnOffaddNewDoNotUseLongFileNames()Appends and returns a new empty "doNotUseLongFileNames" elementCTStringaddNewEncoding()Appends and returns a new empty "encoding" elementCTFramesetaddNewFrameset()Appends and returns a new empty "frameset" elementCTOnOffaddNewOptimizeForBrowser()Appends and returns a new empty "optimizeForBrowser" elementCTDecimalNumberaddNewPixelsPerInch()Appends and returns a new empty "pixelsPerInch" elementCTOnOffaddNewRelyOnVML()Appends and returns a new empty "relyOnVML" elementCTOnOffaddNewSaveSmartTagsAsXml()Appends and returns a new empty "saveSmartTagsAsXml" elementCTTargetScreenSzaddNewTargetScreenSz()Appends and returns a new empty "targetScreenSz" elementCTOnOffgetAllowPNG()Gets the "allowPNG" elementCTDivsgetDivs()Gets the "divs" elementCTOnOffgetDoNotOrganizeInFolder()Gets the "doNotOrganizeInFolder" elementCTOnOffgetDoNotRelyOnCSS()Gets the "doNotRelyOnCSS" elementCTOnOffgetDoNotSaveAsSingleFile()Gets the "doNotSaveAsSingleFile" elementCTOnOffgetDoNotUseLongFileNames()Gets the "doNotUseLongFileNames" elementCTStringgetEncoding()Gets the "encoding" elementCTFramesetgetFrameset()Gets the "frameset" elementCTOnOffgetOptimizeForBrowser()Gets the "optimizeForBrowser" elementCTDecimalNumbergetPixelsPerInch()Gets the "pixelsPerInch" elementCTOnOffgetRelyOnVML()Gets the "relyOnVML" elementCTOnOffgetSaveSmartTagsAsXml()Gets the "saveSmartTagsAsXml" elementCTTargetScreenSzgetTargetScreenSz()Gets the "targetScreenSz" elementbooleanisSetAllowPNG()True if has "allowPNG" elementbooleanisSetDivs()True if has "divs" elementbooleanisSetDoNotOrganizeInFolder()True if has "doNotOrganizeInFolder" elementbooleanisSetDoNotRelyOnCSS()True if has "doNotRelyOnCSS" elementbooleanisSetDoNotSaveAsSingleFile()True if has "doNotSaveAsSingleFile" elementbooleanisSetDoNotUseLongFileNames()True if has "doNotUseLongFileNames" elementbooleanisSetEncoding()True if has "encoding" elementbooleanisSetFrameset()True if has "frameset" elementbooleanisSetOptimizeForBrowser()True if has "optimizeForBrowser" elementbooleanisSetPixelsPerInch()True if has "pixelsPerInch" elementbooleanisSetRelyOnVML()True if has "relyOnVML" elementbooleanisSetSaveSmartTagsAsXml()True if has "saveSmartTagsAsXml" elementbooleanisSetTargetScreenSz()True if has "targetScreenSz" elementvoidsetAllowPNG(CTOnOff allowPNG)Sets the "allowPNG" elementvoidsetDivs(CTDivs divs)Sets the "divs" elementvoidsetDoNotOrganizeInFolder(CTOnOff doNotOrganizeInFolder)Sets the "doNotOrganizeInFolder" elementvoidsetDoNotRelyOnCSS(CTOnOff doNotRelyOnCSS)Sets the "doNotRelyOnCSS" elementvoidsetDoNotSaveAsSingleFile(CTOnOff doNotSaveAsSingleFile)Sets the "doNotSaveAsSingleFile" elementvoidsetDoNotUseLongFileNames(CTOnOff doNotUseLongFileNames)Sets the "doNotUseLongFileNames" elementvoidsetEncoding(CTString encoding)Sets the "encoding" elementvoidsetFrameset(CTFrameset frameset)Sets the "frameset" elementvoidsetOptimizeForBrowser(CTOnOff optimizeForBrowser)Sets the "optimizeForBrowser" elementvoidsetPixelsPerInch(CTDecimalNumber pixelsPerInch)Sets the "pixelsPerInch" elementvoidsetRelyOnVML(CTOnOff relyOnVML)Sets the "relyOnVML" elementvoidsetSaveSmartTagsAsXml(CTOnOff saveSmartTagsAsXml)Sets the "saveSmartTagsAsXml" elementvoidsetTargetScreenSz(CTTargetScreenSz targetScreenSz)Sets the "targetScreenSz" elementvoidunsetAllowPNG()Unsets the "allowPNG" elementvoidunsetDivs()Unsets the "divs" elementvoidunsetDoNotOrganizeInFolder()Unsets the "doNotOrganizeInFolder" elementvoidunsetDoNotRelyOnCSS()Unsets the "doNotRelyOnCSS" elementvoidunsetDoNotSaveAsSingleFile()Unsets the "doNotSaveAsSingleFile" elementvoidunsetDoNotUseLongFileNames()Unsets the "doNotUseLongFileNames" elementvoidunsetEncoding()Unsets the "encoding" elementvoidunsetFrameset()Unsets the "frameset" elementvoidunsetOptimizeForBrowser()Unsets the "optimizeForBrowser" elementvoidunsetPixelsPerInch()Unsets the "pixelsPerInch" elementvoidunsetRelyOnVML()Unsets the "relyOnVML" elementvoidunsetSaveSmartTagsAsXml()Unsets the "saveSmartTagsAsXml" elementvoidunsetTargetScreenSz()Unsets the "targetScreenSz" element-
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
-
getFrameset
CTFrameset getFrameset()
Gets the "frameset" element
-
isSetFrameset
boolean isSetFrameset()
True if has "frameset" element
-
setFrameset
void setFrameset(CTFrameset frameset)
Sets the "frameset" element
-
addNewFrameset
CTFrameset addNewFrameset()
Appends and returns a new empty "frameset" element
-
unsetFrameset
void unsetFrameset()
Unsets the "frameset" element
-
getDivs
CTDivs getDivs()
Gets the "divs" element
-
isSetDivs
boolean isSetDivs()
True if has "divs" element
-
setDivs
void setDivs(CTDivs divs)
Sets the "divs" element
-
addNewDivs
CTDivs addNewDivs()
Appends and returns a new empty "divs" element
-
unsetDivs
void unsetDivs()
Unsets the "divs" element
-
getEncoding
CTString getEncoding()
Gets the "encoding" element
-
isSetEncoding
boolean isSetEncoding()
True if has "encoding" element
-
setEncoding
void setEncoding(CTString encoding)
Sets the "encoding" element
-
addNewEncoding
CTString addNewEncoding()
Appends and returns a new empty "encoding" element
-
unsetEncoding
void unsetEncoding()
Unsets the "encoding" element
-
getOptimizeForBrowser
CTOnOff getOptimizeForBrowser()
Gets the "optimizeForBrowser" element
-
isSetOptimizeForBrowser
boolean isSetOptimizeForBrowser()
True if has "optimizeForBrowser" element
-
setOptimizeForBrowser
void setOptimizeForBrowser(CTOnOff optimizeForBrowser)
Sets the "optimizeForBrowser" element
-
addNewOptimizeForBrowser
CTOnOff addNewOptimizeForBrowser()
Appends and returns a new empty "optimizeForBrowser" element
-
unsetOptimizeForBrowser
void unsetOptimizeForBrowser()
Unsets the "optimizeForBrowser" element
-
getRelyOnVML
CTOnOff getRelyOnVML()
Gets the "relyOnVML" element
-
isSetRelyOnVML
boolean isSetRelyOnVML()
True if has "relyOnVML" element
-
setRelyOnVML
void setRelyOnVML(CTOnOff relyOnVML)
Sets the "relyOnVML" element
-
addNewRelyOnVML
CTOnOff addNewRelyOnVML()
Appends and returns a new empty "relyOnVML" element
-
unsetRelyOnVML
void unsetRelyOnVML()
Unsets the "relyOnVML" element
-
getAllowPNG
CTOnOff getAllowPNG()
Gets the "allowPNG" element
-
isSetAllowPNG
boolean isSetAllowPNG()
True if has "allowPNG" element
-
setAllowPNG
void setAllowPNG(CTOnOff allowPNG)
Sets the "allowPNG" element
-
addNewAllowPNG
CTOnOff addNewAllowPNG()
Appends and returns a new empty "allowPNG" element
-
unsetAllowPNG
void unsetAllowPNG()
Unsets the "allowPNG" element
-
getDoNotRelyOnCSS
CTOnOff getDoNotRelyOnCSS()
Gets the "doNotRelyOnCSS" element
-
isSetDoNotRelyOnCSS
boolean isSetDoNotRelyOnCSS()
True if has "doNotRelyOnCSS" element
-
setDoNotRelyOnCSS
void setDoNotRelyOnCSS(CTOnOff doNotRelyOnCSS)
Sets the "doNotRelyOnCSS" element
-
addNewDoNotRelyOnCSS
CTOnOff addNewDoNotRelyOnCSS()
Appends and returns a new empty "doNotRelyOnCSS" element
-
unsetDoNotRelyOnCSS
void unsetDoNotRelyOnCSS()
Unsets the "doNotRelyOnCSS" element
-
getDoNotSaveAsSingleFile
CTOnOff getDoNotSaveAsSingleFile()
Gets the "doNotSaveAsSingleFile" element
-
isSetDoNotSaveAsSingleFile
boolean isSetDoNotSaveAsSingleFile()
True if has "doNotSaveAsSingleFile" element
-
setDoNotSaveAsSingleFile
void setDoNotSaveAsSingleFile(CTOnOff doNotSaveAsSingleFile)
Sets the "doNotSaveAsSingleFile" element
-
addNewDoNotSaveAsSingleFile
CTOnOff addNewDoNotSaveAsSingleFile()
Appends and returns a new empty "doNotSaveAsSingleFile" element
-
unsetDoNotSaveAsSingleFile
void unsetDoNotSaveAsSingleFile()
Unsets the "doNotSaveAsSingleFile" element
-
getDoNotOrganizeInFolder
CTOnOff getDoNotOrganizeInFolder()
Gets the "doNotOrganizeInFolder" element
-
isSetDoNotOrganizeInFolder
boolean isSetDoNotOrganizeInFolder()
True if has "doNotOrganizeInFolder" element
-
setDoNotOrganizeInFolder
void setDoNotOrganizeInFolder(CTOnOff doNotOrganizeInFolder)
Sets the "doNotOrganizeInFolder" element
-
addNewDoNotOrganizeInFolder
CTOnOff addNewDoNotOrganizeInFolder()
Appends and returns a new empty "doNotOrganizeInFolder" element
-
unsetDoNotOrganizeInFolder
void unsetDoNotOrganizeInFolder()
Unsets the "doNotOrganizeInFolder" element
-
getDoNotUseLongFileNames
CTOnOff getDoNotUseLongFileNames()
Gets the "doNotUseLongFileNames" element
-
isSetDoNotUseLongFileNames
boolean isSetDoNotUseLongFileNames()
True if has "doNotUseLongFileNames" element
-
setDoNotUseLongFileNames
void setDoNotUseLongFileNames(CTOnOff doNotUseLongFileNames)
Sets the "doNotUseLongFileNames" element
-
addNewDoNotUseLongFileNames
CTOnOff addNewDoNotUseLongFileNames()
Appends and returns a new empty "doNotUseLongFileNames" element
-
unsetDoNotUseLongFileNames
void unsetDoNotUseLongFileNames()
Unsets the "doNotUseLongFileNames" element
-
getPixelsPerInch
CTDecimalNumber getPixelsPerInch()
Gets the "pixelsPerInch" element
-
isSetPixelsPerInch
boolean isSetPixelsPerInch()
True if has "pixelsPerInch" element
-
setPixelsPerInch
void setPixelsPerInch(CTDecimalNumber pixelsPerInch)
Sets the "pixelsPerInch" element
-
addNewPixelsPerInch
CTDecimalNumber addNewPixelsPerInch()
Appends and returns a new empty "pixelsPerInch" element
-
unsetPixelsPerInch
void unsetPixelsPerInch()
Unsets the "pixelsPerInch" element
-
getTargetScreenSz
CTTargetScreenSz getTargetScreenSz()
Gets the "targetScreenSz" element
-
isSetTargetScreenSz
boolean isSetTargetScreenSz()
True if has "targetScreenSz" element
-
setTargetScreenSz
void setTargetScreenSz(CTTargetScreenSz targetScreenSz)
Sets the "targetScreenSz" element
-
addNewTargetScreenSz
CTTargetScreenSz addNewTargetScreenSz()
Appends and returns a new empty "targetScreenSz" element
-
unsetTargetScreenSz
void unsetTargetScreenSz()
Unsets the "targetScreenSz" element
-
getSaveSmartTagsAsXml
CTOnOff getSaveSmartTagsAsXml()
Gets the "saveSmartTagsAsXml" element
-
isSetSaveSmartTagsAsXml
boolean isSetSaveSmartTagsAsXml()
True if has "saveSmartTagsAsXml" element
-
setSaveSmartTagsAsXml
void setSaveSmartTagsAsXml(CTOnOff saveSmartTagsAsXml)
Sets the "saveSmartTagsAsXml" element
-
addNewSaveSmartTagsAsXml
CTOnOff addNewSaveSmartTagsAsXml()
Appends and returns a new empty "saveSmartTagsAsXml" element
-
unsetSaveSmartTagsAsXml
void unsetSaveSmartTagsAsXml()
Unsets the "saveSmartTagsAsXml" element
-
-