/* * XML Type: CT_ShapeNonVisual * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTShapeNonVisual * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_ShapeNonVisual(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTShapeNonVisual extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTShapeNonVisual.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctshapenonvisualb619type"); /** * 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 "cNvSpPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingShapeProps getCNvSpPr(); /** * Sets the "cNvSpPr" element */ void setCNvSpPr(org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingShapeProps cNvSpPr); /** * Appends and returns a new empty "cNvSpPr" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTNonVisualDrawingShapeProps addNewCNvSpPr(); /** * 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. */ }