/* * XML Type: CT_NormalViewPortion * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTNormalViewPortion * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_NormalViewPortion(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTNormalViewPortion extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTNormalViewPortion.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctnormalviewportione994type"); /** * Gets the "sz" attribute */ int getSz(); /** * Gets (as xml) the "sz" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STPositiveFixedPercentage xgetSz(); /** * Sets the "sz" attribute */ void setSz(int sz); /** * Sets (as xml) the "sz" attribute */ void xsetSz(org.openxmlformats.schemas.drawingml.x2006.main.STPositiveFixedPercentage sz); /** * Gets the "autoAdjust" attribute */ boolean getAutoAdjust(); /** * Gets (as xml) the "autoAdjust" attribute */ org.apache.xmlbeans.XmlBoolean xgetAutoAdjust(); /** * True if has "autoAdjust" attribute */ boolean isSetAutoAdjust(); /** * Sets the "autoAdjust" attribute */ void setAutoAdjust(boolean autoAdjust); /** * Sets (as xml) the "autoAdjust" attribute */ void xsetAutoAdjust(org.apache.xmlbeans.XmlBoolean autoAdjust); /** * Unsets the "autoAdjust" attribute */ void unsetAutoAdjust(); /** * A factory class with static methods for creating instances * of this type. */ }