/* * XML Type: CT_PictureNonVisual * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTPictureNonVisual * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_PictureNonVisual(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTPictureNonVisual extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTPictureNonVisual.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctpicturenonvisualb236type"); /** * Gets the "cNvPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingProps getCNvPr(); /** * Sets the "cNvPr" element */ void setCNvPr(org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingProps cNvPr); /** * Appends and returns a new empty "cNvPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingProps addNewCNvPr(); /** * Gets the "cNvPicPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualPictureProperties getCNvPicPr(); /** * Sets the "cNvPicPr" element */ void setCNvPicPr(org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualPictureProperties cNvPicPr); /** * Appends and returns a new empty "cNvPicPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualPictureProperties addNewCNvPicPr(); /** * Gets the "nvPr" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTApplicationNonVisualDrawingProps getNvPr(); /** * Sets the "nvPr" element */ void setNvPr(org.openxmlformats.schemas.presentationml.x2006.main.CTApplicationNonVisualDrawingProps nvPr); /** * Appends and returns a new empty "nvPr" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTApplicationNonVisualDrawingProps addNewNvPr(); /** * A factory class with static methods for creating instances * of this type. */ }