All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_WebProperties
 * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
 * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.presentationml.x2006.main;


/**
 * An XML CT_WebProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWebProperties extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTWebProperties.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctwebproperties5308type");
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "showAnimation" attribute
     */
    boolean getShowAnimation();
    
    /**
     * Gets (as xml) the "showAnimation" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowAnimation();
    
    /**
     * True if has "showAnimation" attribute
     */
    boolean isSetShowAnimation();
    
    /**
     * Sets the "showAnimation" attribute
     */
    void setShowAnimation(boolean showAnimation);
    
    /**
     * Sets (as xml) the "showAnimation" attribute
     */
    void xsetShowAnimation(org.apache.xmlbeans.XmlBoolean showAnimation);
    
    /**
     * Unsets the "showAnimation" attribute
     */
    void unsetShowAnimation();
    
    /**
     * Gets the "resizeGraphics" attribute
     */
    boolean getResizeGraphics();
    
    /**
     * Gets (as xml) the "resizeGraphics" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetResizeGraphics();
    
    /**
     * True if has "resizeGraphics" attribute
     */
    boolean isSetResizeGraphics();
    
    /**
     * Sets the "resizeGraphics" attribute
     */
    void setResizeGraphics(boolean resizeGraphics);
    
    /**
     * Sets (as xml) the "resizeGraphics" attribute
     */
    void xsetResizeGraphics(org.apache.xmlbeans.XmlBoolean resizeGraphics);
    
    /**
     * Unsets the "resizeGraphics" attribute
     */
    void unsetResizeGraphics();
    
    /**
     * Gets the "allowPng" attribute
     */
    boolean getAllowPng();
    
    /**
     * Gets (as xml) the "allowPng" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAllowPng();
    
    /**
     * True if has "allowPng" attribute
     */
    boolean isSetAllowPng();
    
    /**
     * Sets the "allowPng" attribute
     */
    void setAllowPng(boolean allowPng);
    
    /**
     * Sets (as xml) the "allowPng" attribute
     */
    void xsetAllowPng(org.apache.xmlbeans.XmlBoolean allowPng);
    
    /**
     * Unsets the "allowPng" attribute
     */
    void unsetAllowPng();
    
    /**
     * Gets the "relyOnVml" attribute
     */
    boolean getRelyOnVml();
    
    /**
     * Gets (as xml) the "relyOnVml" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRelyOnVml();
    
    /**
     * True if has "relyOnVml" attribute
     */
    boolean isSetRelyOnVml();
    
    /**
     * Sets the "relyOnVml" attribute
     */
    void setRelyOnVml(boolean relyOnVml);
    
    /**
     * Sets (as xml) the "relyOnVml" attribute
     */
    void xsetRelyOnVml(org.apache.xmlbeans.XmlBoolean relyOnVml);
    
    /**
     * Unsets the "relyOnVml" attribute
     */
    void unsetRelyOnVml();
    
    /**
     * Gets the "organizeInFolders" attribute
     */
    boolean getOrganizeInFolders();
    
    /**
     * Gets (as xml) the "organizeInFolders" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOrganizeInFolders();
    
    /**
     * True if has "organizeInFolders" attribute
     */
    boolean isSetOrganizeInFolders();
    
    /**
     * Sets the "organizeInFolders" attribute
     */
    void setOrganizeInFolders(boolean organizeInFolders);
    
    /**
     * Sets (as xml) the "organizeInFolders" attribute
     */
    void xsetOrganizeInFolders(org.apache.xmlbeans.XmlBoolean organizeInFolders);
    
    /**
     * Unsets the "organizeInFolders" attribute
     */
    void unsetOrganizeInFolders();
    
    /**
     * Gets the "useLongFilenames" attribute
     */
    boolean getUseLongFilenames();
    
    /**
     * Gets (as xml) the "useLongFilenames" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUseLongFilenames();
    
    /**
     * True if has "useLongFilenames" attribute
     */
    boolean isSetUseLongFilenames();
    
    /**
     * Sets the "useLongFilenames" attribute
     */
    void setUseLongFilenames(boolean useLongFilenames);
    
    /**
     * Sets (as xml) the "useLongFilenames" attribute
     */
    void xsetUseLongFilenames(org.apache.xmlbeans.XmlBoolean useLongFilenames);
    
    /**
     * Unsets the "useLongFilenames" attribute
     */
    void unsetUseLongFilenames();
    
    /**
     * Gets the "imgSz" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum getImgSz();
    
    /**
     * Gets (as xml) the "imgSz" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize xgetImgSz();
    
    /**
     * True if has "imgSz" attribute
     */
    boolean isSetImgSz();
    
    /**
     * Sets the "imgSz" attribute
     */
    void setImgSz(org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize.Enum imgSz);
    
    /**
     * Sets (as xml) the "imgSz" attribute
     */
    void xsetImgSz(org.openxmlformats.schemas.presentationml.x2006.main.STWebScreenSize imgSz);
    
    /**
     * Unsets the "imgSz" attribute
     */
    void unsetImgSz();
    
    /**
     * Gets the "encoding" attribute
     */
    java.lang.String getEncoding();
    
    /**
     * Gets (as xml) the "encoding" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STWebEncoding xgetEncoding();
    
    /**
     * True if has "encoding" attribute
     */
    boolean isSetEncoding();
    
    /**
     * Sets the "encoding" attribute
     */
    void setEncoding(java.lang.String encoding);
    
    /**
     * Sets (as xml) the "encoding" attribute
     */
    void xsetEncoding(org.openxmlformats.schemas.presentationml.x2006.main.STWebEncoding encoding);
    
    /**
     * Unsets the "encoding" attribute
     */
    void unsetEncoding();
    
    /**
     * Gets the "clr" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum getClr();
    
    /**
     * Gets (as xml) the "clr" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType xgetClr();
    
    /**
     * True if has "clr" attribute
     */
    boolean isSetClr();
    
    /**
     * Sets the "clr" attribute
     */
    void setClr(org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType.Enum clr);
    
    /**
     * Sets (as xml) the "clr" attribute
     */
    void xsetClr(org.openxmlformats.schemas.presentationml.x2006.main.STWebColorType clr);
    
    /**
     * Unsets the "clr" attribute
     */
    void unsetClr();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties newInstance() {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy