/* * 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; /** * An XML CT_PresentationProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTPresentationProperties extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTPresentationProperties.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctpresentationproperties1858type"); /** * 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(); /** * A factory class with static methods for creating instances * of this type. */ }