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

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

/*
 * 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;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_WebProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWebProperties extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctwebproperties5308type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * 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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy