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

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


/**
 * An XML CT_TcPrBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTcPrBase extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTcPrBase.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cttcprbase93e6type");
    
    /**
     * Gets the "cnfStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCnf getCnfStyle();
    
    /**
     * True if has "cnfStyle" element
     */
    boolean isSetCnfStyle();
    
    /**
     * Sets the "cnfStyle" element
     */
    void setCnfStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCnf cnfStyle);
    
    /**
     * Appends and returns a new empty "cnfStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCnf addNewCnfStyle();
    
    /**
     * Unsets the "cnfStyle" element
     */
    void unsetCnfStyle();
    
    /**
     * Gets the "tcW" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth getTcW();
    
    /**
     * True if has "tcW" element
     */
    boolean isSetTcW();
    
    /**
     * Sets the "tcW" element
     */
    void setTcW(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth tcW);
    
    /**
     * Appends and returns a new empty "tcW" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblWidth addNewTcW();
    
    /**
     * Unsets the "tcW" element
     */
    void unsetTcW();
    
    /**
     * Gets the "gridSpan" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getGridSpan();
    
    /**
     * True if has "gridSpan" element
     */
    boolean isSetGridSpan();
    
    /**
     * Sets the "gridSpan" element
     */
    void setGridSpan(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber gridSpan);
    
    /**
     * Appends and returns a new empty "gridSpan" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewGridSpan();
    
    /**
     * Unsets the "gridSpan" element
     */
    void unsetGridSpan();
    
    /**
     * Gets the "hMerge" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHMerge getHMerge();
    
    /**
     * True if has "hMerge" element
     */
    boolean isSetHMerge();
    
    /**
     * Sets the "hMerge" element
     */
    void setHMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHMerge hMerge);
    
    /**
     * Appends and returns a new empty "hMerge" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHMerge addNewHMerge();
    
    /**
     * Unsets the "hMerge" element
     */
    void unsetHMerge();
    
    /**
     * Gets the "vMerge" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVMerge getVMerge();
    
    /**
     * True if has "vMerge" element
     */
    boolean isSetVMerge();
    
    /**
     * Sets the "vMerge" element
     */
    void setVMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVMerge vMerge);
    
    /**
     * Appends and returns a new empty "vMerge" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVMerge addNewVMerge();
    
    /**
     * Unsets the "vMerge" element
     */
    void unsetVMerge();
    
    /**
     * Gets the "tcBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders getTcBorders();
    
    /**
     * True if has "tcBorders" element
     */
    boolean isSetTcBorders();
    
    /**
     * Sets the "tcBorders" element
     */
    void setTcBorders(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders tcBorders);
    
    /**
     * Appends and returns a new empty "tcBorders" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcBorders addNewTcBorders();
    
    /**
     * Unsets the "tcBorders" element
     */
    void unsetTcBorders();
    
    /**
     * 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 "noWrap" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getNoWrap();
    
    /**
     * True if has "noWrap" element
     */
    boolean isSetNoWrap();
    
    /**
     * Sets the "noWrap" element
     */
    void setNoWrap(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff noWrap);
    
    /**
     * Appends and returns a new empty "noWrap" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewNoWrap();
    
    /**
     * Unsets the "noWrap" element
     */
    void unsetNoWrap();
    
    /**
     * Gets the "tcMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcMar getTcMar();
    
    /**
     * True if has "tcMar" element
     */
    boolean isSetTcMar();
    
    /**
     * Sets the "tcMar" element
     */
    void setTcMar(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcMar tcMar);
    
    /**
     * Appends and returns a new empty "tcMar" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcMar addNewTcMar();
    
    /**
     * Unsets the "tcMar" element
     */
    void unsetTcMar();
    
    /**
     * Gets the "textDirection" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection getTextDirection();
    
    /**
     * True if has "textDirection" element
     */
    boolean isSetTextDirection();
    
    /**
     * Sets the "textDirection" element
     */
    void setTextDirection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection textDirection);
    
    /**
     * Appends and returns a new empty "textDirection" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection addNewTextDirection();
    
    /**
     * Unsets the "textDirection" element
     */
    void unsetTextDirection();
    
    /**
     * Gets the "tcFitText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getTcFitText();
    
    /**
     * True if has "tcFitText" element
     */
    boolean isSetTcFitText();
    
    /**
     * Sets the "tcFitText" element
     */
    void setTcFitText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff tcFitText);
    
    /**
     * Appends and returns a new empty "tcFitText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewTcFitText();
    
    /**
     * Unsets the "tcFitText" element
     */
    void unsetTcFitText();
    
    /**
     * Gets the "vAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc getVAlign();
    
    /**
     * True if has "vAlign" element
     */
    boolean isSetVAlign();
    
    /**
     * Sets the "vAlign" element
     */
    void setVAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc vAlign);
    
    /**
     * Appends and returns a new empty "vAlign" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTVerticalJc addNewVAlign();
    
    /**
     * Unsets the "vAlign" element
     */
    void unsetVAlign();
    
    /**
     * Gets the "hideMark" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getHideMark();
    
    /**
     * True if has "hideMark" element
     */
    boolean isSetHideMark();
    
    /**
     * Sets the "hideMark" element
     */
    void setHideMark(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff hideMark);
    
    /**
     * Appends and returns a new empty "hideMark" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewHideMark();
    
    /**
     * Unsets the "hideMark" element
     */
    void unsetHideMark();
    
    /**
     * 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.CTTcPrBase newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) 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.CTTcPrBase parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase 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.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase 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.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase 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.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase 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.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPrBase) 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.CTTcPrBase 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.CTTcPrBase) 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.CTTcPrBase 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.CTTcPrBase) 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