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

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

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


    /**
     * Gets the "sldMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList getSldMasterIdLst();

    /**
     * True if has "sldMasterIdLst" element
     */
    boolean isSetSldMasterIdLst();

    /**
     * Sets the "sldMasterIdLst" element
     */
    void setSldMasterIdLst(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList sldMasterIdLst);

    /**
     * Appends and returns a new empty "sldMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList addNewSldMasterIdLst();

    /**
     * Unsets the "sldMasterIdLst" element
     */
    void unsetSldMasterIdLst();

    /**
     * Gets the "notesMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMasterIdList getNotesMasterIdLst();

    /**
     * True if has "notesMasterIdLst" element
     */
    boolean isSetNotesMasterIdLst();

    /**
     * Sets the "notesMasterIdLst" element
     */
    void setNotesMasterIdLst(org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMasterIdList notesMasterIdLst);

    /**
     * Appends and returns a new empty "notesMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTNotesMasterIdList addNewNotesMasterIdLst();

    /**
     * Unsets the "notesMasterIdLst" element
     */
    void unsetNotesMasterIdLst();

    /**
     * Gets the "handoutMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTHandoutMasterIdList getHandoutMasterIdLst();

    /**
     * True if has "handoutMasterIdLst" element
     */
    boolean isSetHandoutMasterIdLst();

    /**
     * Sets the "handoutMasterIdLst" element
     */
    void setHandoutMasterIdLst(org.openxmlformats.schemas.presentationml.x2006.main.CTHandoutMasterIdList handoutMasterIdLst);

    /**
     * Appends and returns a new empty "handoutMasterIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTHandoutMasterIdList addNewHandoutMasterIdLst();

    /**
     * Unsets the "handoutMasterIdLst" element
     */
    void unsetHandoutMasterIdLst();

    /**
     * Gets the "sldIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList getSldIdLst();

    /**
     * True if has "sldIdLst" element
     */
    boolean isSetSldIdLst();

    /**
     * Sets the "sldIdLst" element
     */
    void setSldIdLst(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList sldIdLst);

    /**
     * Appends and returns a new empty "sldIdLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList addNewSldIdLst();

    /**
     * Unsets the "sldIdLst" element
     */
    void unsetSldIdLst();

    /**
     * Gets the "sldSz" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideSize getSldSz();

    /**
     * True if has "sldSz" element
     */
    boolean isSetSldSz();

    /**
     * Sets the "sldSz" element
     */
    void setSldSz(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideSize sldSz);

    /**
     * Appends and returns a new empty "sldSz" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSlideSize addNewSldSz();

    /**
     * Unsets the "sldSz" element
     */
    void unsetSldSz();

    /**
     * Gets the "notesSz" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTPositiveSize2D getNotesSz();

    /**
     * Sets the "notesSz" element
     */
    void setNotesSz(org.openxmlformats.schemas.drawingml.x2006.main.CTPositiveSize2D notesSz);

    /**
     * Appends and returns a new empty "notesSz" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTPositiveSize2D addNewNotesSz();

    /**
     * Gets the "smartTags" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSmartTags getSmartTags();

    /**
     * True if has "smartTags" element
     */
    boolean isSetSmartTags();

    /**
     * Sets the "smartTags" element
     */
    void setSmartTags(org.openxmlformats.schemas.presentationml.x2006.main.CTSmartTags smartTags);

    /**
     * Appends and returns a new empty "smartTags" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTSmartTags addNewSmartTags();

    /**
     * Unsets the "smartTags" element
     */
    void unsetSmartTags();

    /**
     * Gets the "embeddedFontLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTEmbeddedFontList getEmbeddedFontLst();

    /**
     * True if has "embeddedFontLst" element
     */
    boolean isSetEmbeddedFontLst();

    /**
     * Sets the "embeddedFontLst" element
     */
    void setEmbeddedFontLst(org.openxmlformats.schemas.presentationml.x2006.main.CTEmbeddedFontList embeddedFontLst);

    /**
     * Appends and returns a new empty "embeddedFontLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTEmbeddedFontList addNewEmbeddedFontLst();

    /**
     * Unsets the "embeddedFontLst" element
     */
    void unsetEmbeddedFontLst();

    /**
     * Gets the "custShowLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTCustomShowList getCustShowLst();

    /**
     * True if has "custShowLst" element
     */
    boolean isSetCustShowLst();

    /**
     * Sets the "custShowLst" element
     */
    void setCustShowLst(org.openxmlformats.schemas.presentationml.x2006.main.CTCustomShowList custShowLst);

    /**
     * Appends and returns a new empty "custShowLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTCustomShowList addNewCustShowLst();

    /**
     * Unsets the "custShowLst" element
     */
    void unsetCustShowLst();

    /**
     * Gets the "photoAlbum" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTPhotoAlbum getPhotoAlbum();

    /**
     * True if has "photoAlbum" element
     */
    boolean isSetPhotoAlbum();

    /**
     * Sets the "photoAlbum" element
     */
    void setPhotoAlbum(org.openxmlformats.schemas.presentationml.x2006.main.CTPhotoAlbum photoAlbum);

    /**
     * Appends and returns a new empty "photoAlbum" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTPhotoAlbum addNewPhotoAlbum();

    /**
     * Unsets the "photoAlbum" element
     */
    void unsetPhotoAlbum();

    /**
     * Gets the "custDataLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTCustomerDataList getCustDataLst();

    /**
     * True if has "custDataLst" element
     */
    boolean isSetCustDataLst();

    /**
     * Sets the "custDataLst" element
     */
    void setCustDataLst(org.openxmlformats.schemas.presentationml.x2006.main.CTCustomerDataList custDataLst);

    /**
     * Appends and returns a new empty "custDataLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTCustomerDataList addNewCustDataLst();

    /**
     * Unsets the "custDataLst" element
     */
    void unsetCustDataLst();

    /**
     * Gets the "kinsoku" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTKinsoku getKinsoku();

    /**
     * True if has "kinsoku" element
     */
    boolean isSetKinsoku();

    /**
     * Sets the "kinsoku" element
     */
    void setKinsoku(org.openxmlformats.schemas.presentationml.x2006.main.CTKinsoku kinsoku);

    /**
     * Appends and returns a new empty "kinsoku" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTKinsoku addNewKinsoku();

    /**
     * Unsets the "kinsoku" element
     */
    void unsetKinsoku();

    /**
     * Gets the "defaultTextStyle" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle getDefaultTextStyle();

    /**
     * True if has "defaultTextStyle" element
     */
    boolean isSetDefaultTextStyle();

    /**
     * Sets the "defaultTextStyle" element
     */
    void setDefaultTextStyle(org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle defaultTextStyle);

    /**
     * Appends and returns a new empty "defaultTextStyle" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle addNewDefaultTextStyle();

    /**
     * Unsets the "defaultTextStyle" element
     */
    void unsetDefaultTextStyle();

    /**
     * Gets the "modifyVerifier" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTModifyVerifier getModifyVerifier();

    /**
     * True if has "modifyVerifier" element
     */
    boolean isSetModifyVerifier();

    /**
     * Sets the "modifyVerifier" element
     */
    void setModifyVerifier(org.openxmlformats.schemas.presentationml.x2006.main.CTModifyVerifier modifyVerifier);

    /**
     * Appends and returns a new empty "modifyVerifier" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTModifyVerifier addNewModifyVerifier();

    /**
     * Unsets the "modifyVerifier" element
     */
    void unsetModifyVerifier();

    /**
     * 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 "serverZoom" attribute
     */
    java.lang.Object getServerZoom();

    /**
     * Gets (as xml) the "serverZoom" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STPercentage xgetServerZoom();

    /**
     * True if has "serverZoom" attribute
     */
    boolean isSetServerZoom();

    /**
     * Sets the "serverZoom" attribute
     */
    void setServerZoom(java.lang.Object serverZoom);

    /**
     * Sets (as xml) the "serverZoom" attribute
     */
    void xsetServerZoom(org.openxmlformats.schemas.drawingml.x2006.main.STPercentage serverZoom);

    /**
     * Unsets the "serverZoom" attribute
     */
    void unsetServerZoom();

    /**
     * Gets the "firstSlideNum" attribute
     */
    int getFirstSlideNum();

    /**
     * Gets (as xml) the "firstSlideNum" attribute
     */
    org.apache.xmlbeans.XmlInt xgetFirstSlideNum();

    /**
     * True if has "firstSlideNum" attribute
     */
    boolean isSetFirstSlideNum();

    /**
     * Sets the "firstSlideNum" attribute
     */
    void setFirstSlideNum(int firstSlideNum);

    /**
     * Sets (as xml) the "firstSlideNum" attribute
     */
    void xsetFirstSlideNum(org.apache.xmlbeans.XmlInt firstSlideNum);

    /**
     * Unsets the "firstSlideNum" attribute
     */
    void unsetFirstSlideNum();

    /**
     * Gets the "showSpecialPlsOnTitleSld" attribute
     */
    boolean getShowSpecialPlsOnTitleSld();

    /**
     * Gets (as xml) the "showSpecialPlsOnTitleSld" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowSpecialPlsOnTitleSld();

    /**
     * True if has "showSpecialPlsOnTitleSld" attribute
     */
    boolean isSetShowSpecialPlsOnTitleSld();

    /**
     * Sets the "showSpecialPlsOnTitleSld" attribute
     */
    void setShowSpecialPlsOnTitleSld(boolean showSpecialPlsOnTitleSld);

    /**
     * Sets (as xml) the "showSpecialPlsOnTitleSld" attribute
     */
    void xsetShowSpecialPlsOnTitleSld(org.apache.xmlbeans.XmlBoolean showSpecialPlsOnTitleSld);

    /**
     * Unsets the "showSpecialPlsOnTitleSld" attribute
     */
    void unsetShowSpecialPlsOnTitleSld();

    /**
     * Gets the "rtl" attribute
     */
    boolean getRtl();

    /**
     * Gets (as xml) the "rtl" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRtl();

    /**
     * True if has "rtl" attribute
     */
    boolean isSetRtl();

    /**
     * Sets the "rtl" attribute
     */
    void setRtl(boolean rtl);

    /**
     * Sets (as xml) the "rtl" attribute
     */
    void xsetRtl(org.apache.xmlbeans.XmlBoolean rtl);

    /**
     * Unsets the "rtl" attribute
     */
    void unsetRtl();

    /**
     * Gets the "removePersonalInfoOnSave" attribute
     */
    boolean getRemovePersonalInfoOnSave();

    /**
     * Gets (as xml) the "removePersonalInfoOnSave" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRemovePersonalInfoOnSave();

    /**
     * True if has "removePersonalInfoOnSave" attribute
     */
    boolean isSetRemovePersonalInfoOnSave();

    /**
     * Sets the "removePersonalInfoOnSave" attribute
     */
    void setRemovePersonalInfoOnSave(boolean removePersonalInfoOnSave);

    /**
     * Sets (as xml) the "removePersonalInfoOnSave" attribute
     */
    void xsetRemovePersonalInfoOnSave(org.apache.xmlbeans.XmlBoolean removePersonalInfoOnSave);

    /**
     * Unsets the "removePersonalInfoOnSave" attribute
     */
    void unsetRemovePersonalInfoOnSave();

    /**
     * Gets the "compatMode" attribute
     */
    boolean getCompatMode();

    /**
     * Gets (as xml) the "compatMode" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCompatMode();

    /**
     * True if has "compatMode" attribute
     */
    boolean isSetCompatMode();

    /**
     * Sets the "compatMode" attribute
     */
    void setCompatMode(boolean compatMode);

    /**
     * Sets (as xml) the "compatMode" attribute
     */
    void xsetCompatMode(org.apache.xmlbeans.XmlBoolean compatMode);

    /**
     * Unsets the "compatMode" attribute
     */
    void unsetCompatMode();

    /**
     * Gets the "strictFirstAndLastChars" attribute
     */
    boolean getStrictFirstAndLastChars();

    /**
     * Gets (as xml) the "strictFirstAndLastChars" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetStrictFirstAndLastChars();

    /**
     * True if has "strictFirstAndLastChars" attribute
     */
    boolean isSetStrictFirstAndLastChars();

    /**
     * Sets the "strictFirstAndLastChars" attribute
     */
    void setStrictFirstAndLastChars(boolean strictFirstAndLastChars);

    /**
     * Sets (as xml) the "strictFirstAndLastChars" attribute
     */
    void xsetStrictFirstAndLastChars(org.apache.xmlbeans.XmlBoolean strictFirstAndLastChars);

    /**
     * Unsets the "strictFirstAndLastChars" attribute
     */
    void unsetStrictFirstAndLastChars();

    /**
     * Gets the "embedTrueTypeFonts" attribute
     */
    boolean getEmbedTrueTypeFonts();

    /**
     * Gets (as xml) the "embedTrueTypeFonts" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEmbedTrueTypeFonts();

    /**
     * True if has "embedTrueTypeFonts" attribute
     */
    boolean isSetEmbedTrueTypeFonts();

    /**
     * Sets the "embedTrueTypeFonts" attribute
     */
    void setEmbedTrueTypeFonts(boolean embedTrueTypeFonts);

    /**
     * Sets (as xml) the "embedTrueTypeFonts" attribute
     */
    void xsetEmbedTrueTypeFonts(org.apache.xmlbeans.XmlBoolean embedTrueTypeFonts);

    /**
     * Unsets the "embedTrueTypeFonts" attribute
     */
    void unsetEmbedTrueTypeFonts();

    /**
     * Gets the "saveSubsetFonts" attribute
     */
    boolean getSaveSubsetFonts();

    /**
     * Gets (as xml) the "saveSubsetFonts" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSaveSubsetFonts();

    /**
     * True if has "saveSubsetFonts" attribute
     */
    boolean isSetSaveSubsetFonts();

    /**
     * Sets the "saveSubsetFonts" attribute
     */
    void setSaveSubsetFonts(boolean saveSubsetFonts);

    /**
     * Sets (as xml) the "saveSubsetFonts" attribute
     */
    void xsetSaveSubsetFonts(org.apache.xmlbeans.XmlBoolean saveSubsetFonts);

    /**
     * Unsets the "saveSubsetFonts" attribute
     */
    void unsetSaveSubsetFonts();

    /**
     * Gets the "autoCompressPictures" attribute
     */
    boolean getAutoCompressPictures();

    /**
     * Gets (as xml) the "autoCompressPictures" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoCompressPictures();

    /**
     * True if has "autoCompressPictures" attribute
     */
    boolean isSetAutoCompressPictures();

    /**
     * Sets the "autoCompressPictures" attribute
     */
    void setAutoCompressPictures(boolean autoCompressPictures);

    /**
     * Sets (as xml) the "autoCompressPictures" attribute
     */
    void xsetAutoCompressPictures(org.apache.xmlbeans.XmlBoolean autoCompressPictures);

    /**
     * Unsets the "autoCompressPictures" attribute
     */
    void unsetAutoCompressPictures();

    /**
     * Gets the "bookmarkIdSeed" attribute
     */
    long getBookmarkIdSeed();

    /**
     * Gets (as xml) the "bookmarkIdSeed" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STBookmarkIdSeed xgetBookmarkIdSeed();

    /**
     * True if has "bookmarkIdSeed" attribute
     */
    boolean isSetBookmarkIdSeed();

    /**
     * Sets the "bookmarkIdSeed" attribute
     */
    void setBookmarkIdSeed(long bookmarkIdSeed);

    /**
     * Sets (as xml) the "bookmarkIdSeed" attribute
     */
    void xsetBookmarkIdSeed(org.openxmlformats.schemas.presentationml.x2006.main.STBookmarkIdSeed bookmarkIdSeed);

    /**
     * Unsets the "bookmarkIdSeed" attribute
     */
    void unsetBookmarkIdSeed();

    /**
     * Gets the "conformance" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass.Enum getConformance();

    /**
     * Gets (as xml) the "conformance" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass xgetConformance();

    /**
     * True if has "conformance" attribute
     */
    boolean isSetConformance();

    /**
     * Sets the "conformance" attribute
     */
    void setConformance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass.Enum conformance);

    /**
     * Sets (as xml) the "conformance" attribute
     */
    void xsetConformance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass conformance);

    /**
     * Unsets the "conformance" attribute
     */
    void unsetConformance();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy