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

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase 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_TblPrBase
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML CT_TblPrBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTblPrBase extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTblPrBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cttblprbaseeba1type");
    
    /**
     * Gets the "tblStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getTblStyle();
    
    /**
     * True if has "tblStyle" element
     */
    boolean isSetTblStyle();
    
    /**
     * Sets the "tblStyle" element
     */
    void setTblStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString tblStyle);
    
    /**
     * Appends and returns a new empty "tblStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewTblStyle();
    
    /**
     * Unsets the "tblStyle" element
     */
    void unsetTblStyle();
    
    /**
     * Gets the "tblpPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr getTblpPr();
    
    /**
     * True if has "tblpPr" element
     */
    boolean isSetTblpPr();
    
    /**
     * Sets the "tblpPr" element
     */
    void setTblpPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr tblpPr);
    
    /**
     * Appends and returns a new empty "tblpPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr addNewTblpPr();
    
    /**
     * Unsets the "tblpPr" element
     */
    void unsetTblpPr();
    
    /**
     * Gets the "tblOverlap" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblOverlap getTblOverlap();
    
    /**
     * True if has "tblOverlap" element
     */
    boolean isSetTblOverlap();
    
    /**
     * Sets the "tblOverlap" element
     */
    void setTblOverlap(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblOverlap tblOverlap);
    
    /**
     * Appends and returns a new empty "tblOverlap" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblOverlap addNewTblOverlap();
    
    /**
     * Unsets the "tblOverlap" element
     */
    void unsetTblOverlap();
    
    /**
     * Gets the "bidiVisual" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getBidiVisual();
    
    /**
     * True if has "bidiVisual" element
     */
    boolean isSetBidiVisual();
    
    /**
     * Sets the "bidiVisual" element
     */
    void setBidiVisual(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff bidiVisual);
    
    /**
     * Appends and returns a new empty "bidiVisual" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewBidiVisual();
    
    /**
     * Unsets the "bidiVisual" element
     */
    void unsetBidiVisual();
    
    /**
     * Gets the "tblStyleRowBandSize" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getTblStyleRowBandSize();
    
    /**
     * True if has "tblStyleRowBandSize" element
     */
    boolean isSetTblStyleRowBandSize();
    
    /**
     * Sets the "tblStyleRowBandSize" element
     */
    void setTblStyleRowBandSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber tblStyleRowBandSize);
    
    /**
     * Appends and returns a new empty "tblStyleRowBandSize" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewTblStyleRowBandSize();
    
    /**
     * Unsets the "tblStyleRowBandSize" element
     */
    void unsetTblStyleRowBandSize();
    
    /**
     * Gets the "tblStyleColBandSize" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getTblStyleColBandSize();
    
    /**
     * True if has "tblStyleColBandSize" element
     */
    boolean isSetTblStyleColBandSize();
    
    /**
     * Sets the "tblStyleColBandSize" element
     */
    void setTblStyleColBandSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber tblStyleColBandSize);
    
    /**
     * Appends and returns a new empty "tblStyleColBandSize" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewTblStyleColBandSize();
    
    /**
     * Unsets the "tblStyleColBandSize" element
     */
    void unsetTblStyleColBandSize();
    
    /**
     * Gets the "tblW" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getTblW();
    
    /**
     * True if has "tblW" element
     */
    boolean isSetTblW();
    
    /**
     * Sets the "tblW" element
     */
    void setTblW(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth tblW);
    
    /**
     * Appends and returns a new empty "tblW" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth addNewTblW();
    
    /**
     * Unsets the "tblW" element
     */
    void unsetTblW();
    
    /**
     * Gets the "jc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc getJc();
    
    /**
     * True if has "jc" element
     */
    boolean isSetJc();
    
    /**
     * Sets the "jc" element
     */
    void setJc(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc jc);
    
    /**
     * Appends and returns a new empty "jc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc addNewJc();
    
    /**
     * Unsets the "jc" element
     */
    void unsetJc();
    
    /**
     * Gets the "tblCellSpacing" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getTblCellSpacing();
    
    /**
     * True if has "tblCellSpacing" element
     */
    boolean isSetTblCellSpacing();
    
    /**
     * Sets the "tblCellSpacing" element
     */
    void setTblCellSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth tblCellSpacing);
    
    /**
     * Appends and returns a new empty "tblCellSpacing" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth addNewTblCellSpacing();
    
    /**
     * Unsets the "tblCellSpacing" element
     */
    void unsetTblCellSpacing();
    
    /**
     * Gets the "tblInd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getTblInd();
    
    /**
     * True if has "tblInd" element
     */
    boolean isSetTblInd();
    
    /**
     * Sets the "tblInd" element
     */
    void setTblInd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth tblInd);
    
    /**
     * Appends and returns a new empty "tblInd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth addNewTblInd();
    
    /**
     * Unsets the "tblInd" element
     */
    void unsetTblInd();
    
    /**
     * Gets the "tblBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders getTblBorders();
    
    /**
     * True if has "tblBorders" element
     */
    boolean isSetTblBorders();
    
    /**
     * Sets the "tblBorders" element
     */
    void setTblBorders(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders tblBorders);
    
    /**
     * Appends and returns a new empty "tblBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblBorders addNewTblBorders();
    
    /**
     * Unsets the "tblBorders" element
     */
    void unsetTblBorders();
    
    /**
     * Gets the "shd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd getShd();
    
    /**
     * True if has "shd" element
     */
    boolean isSetShd();
    
    /**
     * Sets the "shd" element
     */
    void setShd(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd shd);
    
    /**
     * Appends and returns a new empty "shd" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShd addNewShd();
    
    /**
     * Unsets the "shd" element
     */
    void unsetShd();
    
    /**
     * Gets the "tblLayout" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblLayoutType getTblLayout();
    
    /**
     * True if has "tblLayout" element
     */
    boolean isSetTblLayout();
    
    /**
     * Sets the "tblLayout" element
     */
    void setTblLayout(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblLayoutType tblLayout);
    
    /**
     * Appends and returns a new empty "tblLayout" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblLayoutType addNewTblLayout();
    
    /**
     * Unsets the "tblLayout" element
     */
    void unsetTblLayout();
    
    /**
     * Gets the "tblCellMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar getTblCellMar();
    
    /**
     * True if has "tblCellMar" element
     */
    boolean isSetTblCellMar();
    
    /**
     * Sets the "tblCellMar" element
     */
    void setTblCellMar(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar tblCellMar);
    
    /**
     * Appends and returns a new empty "tblCellMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblCellMar addNewTblCellMar();
    
    /**
     * Unsets the "tblCellMar" element
     */
    void unsetTblCellMar();
    
    /**
     * Gets the "tblLook" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShortHexNumber getTblLook();
    
    /**
     * True if has "tblLook" element
     */
    boolean isSetTblLook();
    
    /**
     * Sets the "tblLook" element
     */
    void setTblLook(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShortHexNumber tblLook);
    
    /**
     * Appends and returns a new empty "tblLook" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTShortHexNumber addNewTblLook();
    
    /**
     * Unsets the "tblLook" element
     */
    void unsetTblLook();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) 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.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase 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.wordprocessingml.x2006.main.CTTblPrBase) 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