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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * XML Type:  CT_ObjectPr
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_ObjectPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTObjectPr extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctobjectpr7d2atype");
    
    /**
     * Gets the "anchor" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectAnchor getAnchor();
    
    /**
     * Sets the "anchor" element
     */
    void setAnchor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectAnchor anchor);
    
    /**
     * Appends and returns a new empty "anchor" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectAnchor addNewAnchor();
    
    /**
     * Gets the "locked" attribute
     */
    boolean getLocked();
    
    /**
     * Gets (as xml) the "locked" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetLocked();
    
    /**
     * True if has "locked" attribute
     */
    boolean isSetLocked();
    
    /**
     * Sets the "locked" attribute
     */
    void setLocked(boolean locked);
    
    /**
     * Sets (as xml) the "locked" attribute
     */
    void xsetLocked(org.apache.xmlbeans.XmlBoolean locked);
    
    /**
     * Unsets the "locked" attribute
     */
    void unsetLocked();
    
    /**
     * Gets the "defaultSize" attribute
     */
    boolean getDefaultSize();
    
    /**
     * Gets (as xml) the "defaultSize" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDefaultSize();
    
    /**
     * True if has "defaultSize" attribute
     */
    boolean isSetDefaultSize();
    
    /**
     * Sets the "defaultSize" attribute
     */
    void setDefaultSize(boolean defaultSize);
    
    /**
     * Sets (as xml) the "defaultSize" attribute
     */
    void xsetDefaultSize(org.apache.xmlbeans.XmlBoolean defaultSize);
    
    /**
     * Unsets the "defaultSize" attribute
     */
    void unsetDefaultSize();
    
    /**
     * Gets the "print" attribute
     */
    boolean getPrint();
    
    /**
     * Gets (as xml) the "print" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPrint();
    
    /**
     * True if has "print" attribute
     */
    boolean isSetPrint();
    
    /**
     * Sets the "print" attribute
     */
    void setPrint(boolean print);
    
    /**
     * Sets (as xml) the "print" attribute
     */
    void xsetPrint(org.apache.xmlbeans.XmlBoolean print);
    
    /**
     * Unsets the "print" attribute
     */
    void unsetPrint();
    
    /**
     * Gets the "disabled" attribute
     */
    boolean getDisabled();
    
    /**
     * Gets (as xml) the "disabled" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDisabled();
    
    /**
     * True if has "disabled" attribute
     */
    boolean isSetDisabled();
    
    /**
     * Sets the "disabled" attribute
     */
    void setDisabled(boolean disabled);
    
    /**
     * Sets (as xml) the "disabled" attribute
     */
    void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled);
    
    /**
     * Unsets the "disabled" attribute
     */
    void unsetDisabled();
    
    /**
     * Gets the "uiObject" attribute
     */
    boolean getUiObject();
    
    /**
     * Gets (as xml) the "uiObject" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUiObject();
    
    /**
     * True if has "uiObject" attribute
     */
    boolean isSetUiObject();
    
    /**
     * Sets the "uiObject" attribute
     */
    void setUiObject(boolean uiObject);
    
    /**
     * Sets (as xml) the "uiObject" attribute
     */
    void xsetUiObject(org.apache.xmlbeans.XmlBoolean uiObject);
    
    /**
     * Unsets the "uiObject" attribute
     */
    void unsetUiObject();
    
    /**
     * Gets the "autoFill" attribute
     */
    boolean getAutoFill();
    
    /**
     * Gets (as xml) the "autoFill" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoFill();
    
    /**
     * True if has "autoFill" attribute
     */
    boolean isSetAutoFill();
    
    /**
     * Sets the "autoFill" attribute
     */
    void setAutoFill(boolean autoFill);
    
    /**
     * Sets (as xml) the "autoFill" attribute
     */
    void xsetAutoFill(org.apache.xmlbeans.XmlBoolean autoFill);
    
    /**
     * Unsets the "autoFill" attribute
     */
    void unsetAutoFill();
    
    /**
     * Gets the "autoLine" attribute
     */
    boolean getAutoLine();
    
    /**
     * Gets (as xml) the "autoLine" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoLine();
    
    /**
     * True if has "autoLine" attribute
     */
    boolean isSetAutoLine();
    
    /**
     * Sets the "autoLine" attribute
     */
    void setAutoLine(boolean autoLine);
    
    /**
     * Sets (as xml) the "autoLine" attribute
     */
    void xsetAutoLine(org.apache.xmlbeans.XmlBoolean autoLine);
    
    /**
     * Unsets the "autoLine" attribute
     */
    void unsetAutoLine();
    
    /**
     * Gets the "autoPict" attribute
     */
    boolean getAutoPict();
    
    /**
     * Gets (as xml) the "autoPict" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoPict();
    
    /**
     * True if has "autoPict" attribute
     */
    boolean isSetAutoPict();
    
    /**
     * Sets the "autoPict" attribute
     */
    void setAutoPict(boolean autoPict);
    
    /**
     * Sets (as xml) the "autoPict" attribute
     */
    void xsetAutoPict(org.apache.xmlbeans.XmlBoolean autoPict);
    
    /**
     * Unsets the "autoPict" attribute
     */
    void unsetAutoPict();
    
    /**
     * Gets the "macro" attribute
     */
    java.lang.String getMacro();
    
    /**
     * Gets (as xml) the "macro" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula xgetMacro();
    
    /**
     * True if has "macro" attribute
     */
    boolean isSetMacro();
    
    /**
     * Sets the "macro" attribute
     */
    void setMacro(java.lang.String macro);
    
    /**
     * Sets (as xml) the "macro" attribute
     */
    void xsetMacro(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula macro);
    
    /**
     * Unsets the "macro" attribute
     */
    void unsetMacro();
    
    /**
     * Gets the "altText" attribute
     */
    java.lang.String getAltText();
    
    /**
     * Gets (as xml) the "altText" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetAltText();
    
    /**
     * True if has "altText" attribute
     */
    boolean isSetAltText();
    
    /**
     * Sets the "altText" attribute
     */
    void setAltText(java.lang.String altText);
    
    /**
     * Sets (as xml) the "altText" attribute
     */
    void xsetAltText(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring altText);
    
    /**
     * Unsets the "altText" attribute
     */
    void unsetAltText();
    
    /**
     * Gets the "dde" attribute
     */
    boolean getDde();
    
    /**
     * Gets (as xml) the "dde" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDde();
    
    /**
     * True if has "dde" attribute
     */
    boolean isSetDde();
    
    /**
     * Sets the "dde" attribute
     */
    void setDde(boolean dde);
    
    /**
     * Sets (as xml) the "dde" attribute
     */
    void xsetDde(org.apache.xmlbeans.XmlBoolean dde);
    
    /**
     * Unsets the "dde" attribute
     */
    void unsetDde();
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId();
    
    /**
     * True if has "id" attribute
     */
    boolean isSetId();
    
    /**
     * Sets the "id" attribute
     */
    void setId(java.lang.String id);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTObjectPr) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy