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

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

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

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


/**
 * An XML CT_RevisionAutoFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisionAutoFormatting extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTRevisionAutoFormatting.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctrevisionautoformatting8c78type");
    
    /**
     * Gets the "sheetId" attribute
     */
    long getSheetId();
    
    /**
     * Gets (as xml) the "sheetId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetSheetId();
    
    /**
     * Sets the "sheetId" attribute
     */
    void setSheetId(long sheetId);
    
    /**
     * Sets (as xml) the "sheetId" attribute
     */
    void xsetSheetId(org.apache.xmlbeans.XmlUnsignedInt sheetId);
    
    /**
     * Gets the "autoFormatId" attribute
     */
    long getAutoFormatId();
    
    /**
     * Gets (as xml) the "autoFormatId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetAutoFormatId();
    
    /**
     * True if has "autoFormatId" attribute
     */
    boolean isSetAutoFormatId();
    
    /**
     * Sets the "autoFormatId" attribute
     */
    void setAutoFormatId(long autoFormatId);
    
    /**
     * Sets (as xml) the "autoFormatId" attribute
     */
    void xsetAutoFormatId(org.apache.xmlbeans.XmlUnsignedInt autoFormatId);
    
    /**
     * Unsets the "autoFormatId" attribute
     */
    void unsetAutoFormatId();
    
    /**
     * Gets the "applyNumberFormats" attribute
     */
    boolean getApplyNumberFormats();
    
    /**
     * Gets (as xml) the "applyNumberFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyNumberFormats();
    
    /**
     * True if has "applyNumberFormats" attribute
     */
    boolean isSetApplyNumberFormats();
    
    /**
     * Sets the "applyNumberFormats" attribute
     */
    void setApplyNumberFormats(boolean applyNumberFormats);
    
    /**
     * Sets (as xml) the "applyNumberFormats" attribute
     */
    void xsetApplyNumberFormats(org.apache.xmlbeans.XmlBoolean applyNumberFormats);
    
    /**
     * Unsets the "applyNumberFormats" attribute
     */
    void unsetApplyNumberFormats();
    
    /**
     * Gets the "applyBorderFormats" attribute
     */
    boolean getApplyBorderFormats();
    
    /**
     * Gets (as xml) the "applyBorderFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyBorderFormats();
    
    /**
     * True if has "applyBorderFormats" attribute
     */
    boolean isSetApplyBorderFormats();
    
    /**
     * Sets the "applyBorderFormats" attribute
     */
    void setApplyBorderFormats(boolean applyBorderFormats);
    
    /**
     * Sets (as xml) the "applyBorderFormats" attribute
     */
    void xsetApplyBorderFormats(org.apache.xmlbeans.XmlBoolean applyBorderFormats);
    
    /**
     * Unsets the "applyBorderFormats" attribute
     */
    void unsetApplyBorderFormats();
    
    /**
     * Gets the "applyFontFormats" attribute
     */
    boolean getApplyFontFormats();
    
    /**
     * Gets (as xml) the "applyFontFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyFontFormats();
    
    /**
     * True if has "applyFontFormats" attribute
     */
    boolean isSetApplyFontFormats();
    
    /**
     * Sets the "applyFontFormats" attribute
     */
    void setApplyFontFormats(boolean applyFontFormats);
    
    /**
     * Sets (as xml) the "applyFontFormats" attribute
     */
    void xsetApplyFontFormats(org.apache.xmlbeans.XmlBoolean applyFontFormats);
    
    /**
     * Unsets the "applyFontFormats" attribute
     */
    void unsetApplyFontFormats();
    
    /**
     * Gets the "applyPatternFormats" attribute
     */
    boolean getApplyPatternFormats();
    
    /**
     * Gets (as xml) the "applyPatternFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyPatternFormats();
    
    /**
     * True if has "applyPatternFormats" attribute
     */
    boolean isSetApplyPatternFormats();
    
    /**
     * Sets the "applyPatternFormats" attribute
     */
    void setApplyPatternFormats(boolean applyPatternFormats);
    
    /**
     * Sets (as xml) the "applyPatternFormats" attribute
     */
    void xsetApplyPatternFormats(org.apache.xmlbeans.XmlBoolean applyPatternFormats);
    
    /**
     * Unsets the "applyPatternFormats" attribute
     */
    void unsetApplyPatternFormats();
    
    /**
     * Gets the "applyAlignmentFormats" attribute
     */
    boolean getApplyAlignmentFormats();
    
    /**
     * Gets (as xml) the "applyAlignmentFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyAlignmentFormats();
    
    /**
     * True if has "applyAlignmentFormats" attribute
     */
    boolean isSetApplyAlignmentFormats();
    
    /**
     * Sets the "applyAlignmentFormats" attribute
     */
    void setApplyAlignmentFormats(boolean applyAlignmentFormats);
    
    /**
     * Sets (as xml) the "applyAlignmentFormats" attribute
     */
    void xsetApplyAlignmentFormats(org.apache.xmlbeans.XmlBoolean applyAlignmentFormats);
    
    /**
     * Unsets the "applyAlignmentFormats" attribute
     */
    void unsetApplyAlignmentFormats();
    
    /**
     * Gets the "applyWidthHeightFormats" attribute
     */
    boolean getApplyWidthHeightFormats();
    
    /**
     * Gets (as xml) the "applyWidthHeightFormats" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetApplyWidthHeightFormats();
    
    /**
     * True if has "applyWidthHeightFormats" attribute
     */
    boolean isSetApplyWidthHeightFormats();
    
    /**
     * Sets the "applyWidthHeightFormats" attribute
     */
    void setApplyWidthHeightFormats(boolean applyWidthHeightFormats);
    
    /**
     * Sets (as xml) the "applyWidthHeightFormats" attribute
     */
    void xsetApplyWidthHeightFormats(org.apache.xmlbeans.XmlBoolean applyWidthHeightFormats);
    
    /**
     * Unsets the "applyWidthHeightFormats" attribute
     */
    void unsetApplyWidthHeightFormats();
    
    /**
     * Gets the "ref" attribute
     */
    java.lang.String getRef();
    
    /**
     * Gets (as xml) the "ref" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef xgetRef();
    
    /**
     * Sets the "ref" attribute
     */
    void setRef(java.lang.String ref);
    
    /**
     * Sets (as xml) the "ref" attribute
     */
    void xsetRef(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef ref);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting 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.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting 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.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting 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.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting 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.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy