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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTWebSettings>
Factory
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 CTOnOff
addNewAllowPNG()
Appends and returns a new empty "allowPNG" elementCTDivs
addNewDivs()
Appends and returns a new empty "divs" elementCTOnOff
addNewDoNotOrganizeInFolder()
Appends and returns a new empty "doNotOrganizeInFolder" elementCTOnOff
addNewDoNotRelyOnCSS()
Appends and returns a new empty "doNotRelyOnCSS" elementCTOnOff
addNewDoNotSaveAsSingleFile()
Appends and returns a new empty "doNotSaveAsSingleFile" elementCTOnOff
addNewDoNotUseLongFileNames()
Appends and returns a new empty "doNotUseLongFileNames" elementCTString
addNewEncoding()
Appends and returns a new empty "encoding" elementCTFrameset
addNewFrameset()
Appends and returns a new empty "frameset" elementCTOptimizeForBrowser
addNewOptimizeForBrowser()
Appends and returns a new empty "optimizeForBrowser" elementCTDecimalNumber
addNewPixelsPerInch()
Appends and returns a new empty "pixelsPerInch" elementCTOnOff
addNewRelyOnVML()
Appends and returns a new empty "relyOnVML" elementCTOnOff
addNewSaveSmartTagsAsXml()
Appends and returns a new empty "saveSmartTagsAsXml" elementCTTargetScreenSz
addNewTargetScreenSz()
Appends and returns a new empty "targetScreenSz" elementCTOnOff
getAllowPNG()
Gets the "allowPNG" elementCTDivs
getDivs()
Gets the "divs" elementCTOnOff
getDoNotOrganizeInFolder()
Gets the "doNotOrganizeInFolder" elementCTOnOff
getDoNotRelyOnCSS()
Gets the "doNotRelyOnCSS" elementCTOnOff
getDoNotSaveAsSingleFile()
Gets the "doNotSaveAsSingleFile" elementCTOnOff
getDoNotUseLongFileNames()
Gets the "doNotUseLongFileNames" elementCTString
getEncoding()
Gets the "encoding" elementCTFrameset
getFrameset()
Gets the "frameset" elementCTOptimizeForBrowser
getOptimizeForBrowser()
Gets the "optimizeForBrowser" elementCTDecimalNumber
getPixelsPerInch()
Gets the "pixelsPerInch" elementCTOnOff
getRelyOnVML()
Gets the "relyOnVML" elementCTOnOff
getSaveSmartTagsAsXml()
Gets the "saveSmartTagsAsXml" elementCTTargetScreenSz
getTargetScreenSz()
Gets the "targetScreenSz" elementboolean
isSetAllowPNG()
True if has "allowPNG" elementboolean
isSetDivs()
True if has "divs" elementboolean
isSetDoNotOrganizeInFolder()
True if has "doNotOrganizeInFolder" elementboolean
isSetDoNotRelyOnCSS()
True if has "doNotRelyOnCSS" elementboolean
isSetDoNotSaveAsSingleFile()
True if has "doNotSaveAsSingleFile" elementboolean
isSetDoNotUseLongFileNames()
True if has "doNotUseLongFileNames" elementboolean
isSetEncoding()
True if has "encoding" elementboolean
isSetFrameset()
True if has "frameset" elementboolean
isSetOptimizeForBrowser()
True if has "optimizeForBrowser" elementboolean
isSetPixelsPerInch()
True if has "pixelsPerInch" elementboolean
isSetRelyOnVML()
True if has "relyOnVML" elementboolean
isSetSaveSmartTagsAsXml()
True if has "saveSmartTagsAsXml" elementboolean
isSetTargetScreenSz()
True if has "targetScreenSz" elementvoid
setAllowPNG(CTOnOff allowPNG)
Sets the "allowPNG" elementvoid
setDivs(CTDivs divs)
Sets the "divs" elementvoid
setDoNotOrganizeInFolder(CTOnOff doNotOrganizeInFolder)
Sets the "doNotOrganizeInFolder" elementvoid
setDoNotRelyOnCSS(CTOnOff doNotRelyOnCSS)
Sets the "doNotRelyOnCSS" elementvoid
setDoNotSaveAsSingleFile(CTOnOff doNotSaveAsSingleFile)
Sets the "doNotSaveAsSingleFile" elementvoid
setDoNotUseLongFileNames(CTOnOff doNotUseLongFileNames)
Sets the "doNotUseLongFileNames" elementvoid
setEncoding(CTString encoding)
Sets the "encoding" elementvoid
setFrameset(CTFrameset frameset)
Sets the "frameset" elementvoid
setOptimizeForBrowser(CTOptimizeForBrowser optimizeForBrowser)
Sets the "optimizeForBrowser" elementvoid
setPixelsPerInch(CTDecimalNumber pixelsPerInch)
Sets the "pixelsPerInch" elementvoid
setRelyOnVML(CTOnOff relyOnVML)
Sets the "relyOnVML" elementvoid
setSaveSmartTagsAsXml(CTOnOff saveSmartTagsAsXml)
Sets the "saveSmartTagsAsXml" elementvoid
setTargetScreenSz(CTTargetScreenSz targetScreenSz)
Sets the "targetScreenSz" elementvoid
unsetAllowPNG()
Unsets the "allowPNG" elementvoid
unsetDivs()
Unsets the "divs" elementvoid
unsetDoNotOrganizeInFolder()
Unsets the "doNotOrganizeInFolder" elementvoid
unsetDoNotRelyOnCSS()
Unsets the "doNotRelyOnCSS" elementvoid
unsetDoNotSaveAsSingleFile()
Unsets the "doNotSaveAsSingleFile" elementvoid
unsetDoNotUseLongFileNames()
Unsets the "doNotUseLongFileNames" elementvoid
unsetEncoding()
Unsets the "encoding" elementvoid
unsetFrameset()
Unsets the "frameset" elementvoid
unsetOptimizeForBrowser()
Unsets the "optimizeForBrowser" elementvoid
unsetPixelsPerInch()
Unsets the "pixelsPerInch" elementvoid
unsetRelyOnVML()
Unsets the "relyOnVML" elementvoid
unsetSaveSmartTagsAsXml()
Unsets the "saveSmartTagsAsXml" elementvoid
unsetTargetScreenSz()
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTWebSettings> Factory
-
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
CTOptimizeForBrowser getOptimizeForBrowser()
Gets the "optimizeForBrowser" element
-
isSetOptimizeForBrowser
boolean isSetOptimizeForBrowser()
True if has "optimizeForBrowser" element
-
setOptimizeForBrowser
void setOptimizeForBrowser(CTOptimizeForBrowser optimizeForBrowser)
Sets the "optimizeForBrowser" element
-
addNewOptimizeForBrowser
CTOptimizeForBrowser 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
-
-