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

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

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  CT_PresentationProperties
 * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
 * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTPresentationProperties
 *
 * 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_PresentationProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTPresentationProperties extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpresentationproperties1858type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "htmlPubPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTHtmlPublishProperties getHtmlPubPr();

    /**
     * True if has "htmlPubPr" element
     */
    boolean isSetHtmlPubPr();

    /**
     * Sets the "htmlPubPr" element
     */
    void setHtmlPubPr(org.openxmlformats.schemas.presentationml.x2006.main.CTHtmlPublishProperties htmlPubPr);

    /**
     * Appends and returns a new empty "htmlPubPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTHtmlPublishProperties addNewHtmlPubPr();

    /**
     * Unsets the "htmlPubPr" element
     */
    void unsetHtmlPubPr();

    /**
     * Gets the "webPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties getWebPr();

    /**
     * True if has "webPr" element
     */
    boolean isSetWebPr();

    /**
     * Sets the "webPr" element
     */
    void setWebPr(org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties webPr);

    /**
     * Appends and returns a new empty "webPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTWebProperties addNewWebPr();

    /**
     * Unsets the "webPr" element
     */
    void unsetWebPr();

    /**
     * Gets the "prnPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTPrintProperties getPrnPr();

    /**
     * True if has "prnPr" element
     */
    boolean isSetPrnPr();

    /**
     * Sets the "prnPr" element
     */
    void setPrnPr(org.openxmlformats.schemas.presentationml.x2006.main.CTPrintProperties prnPr);

    /**
     * Appends and returns a new empty "prnPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTPrintProperties addNewPrnPr();

    /**
     * Unsets the "prnPr" element
     */
    void unsetPrnPr();

    /**
     * Gets the "showPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTShowProperties getShowPr();

    /**
     * True if has "showPr" element
     */
    boolean isSetShowPr();

    /**
     * Sets the "showPr" element
     */
    void setShowPr(org.openxmlformats.schemas.presentationml.x2006.main.CTShowProperties showPr);

    /**
     * Appends and returns a new empty "showPr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTShowProperties addNewShowPr();

    /**
     * Unsets the "showPr" element
     */
    void unsetShowPr();

    /**
     * Gets the "clrMru" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorMRU getClrMru();

    /**
     * True if has "clrMru" element
     */
    boolean isSetClrMru();

    /**
     * Sets the "clrMru" element
     */
    void setClrMru(org.openxmlformats.schemas.drawingml.x2006.main.CTColorMRU clrMru);

    /**
     * Appends and returns a new empty "clrMru" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTColorMRU addNewClrMru();

    /**
     * Unsets the "clrMru" element
     */
    void unsetClrMru();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy