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 Details

  • Method Details

    • 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