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

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


/**
 * An XML CT_TblPPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTblPPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTblPPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cttblppra134type");
    
    /**
     * Gets the "leftFromText" attribute
     */
    java.math.BigInteger getLeftFromText();
    
    /**
     * Gets (as xml) the "leftFromText" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetLeftFromText();
    
    /**
     * True if has "leftFromText" attribute
     */
    boolean isSetLeftFromText();
    
    /**
     * Sets the "leftFromText" attribute
     */
    void setLeftFromText(java.math.BigInteger leftFromText);
    
    /**
     * Sets (as xml) the "leftFromText" attribute
     */
    void xsetLeftFromText(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure leftFromText);
    
    /**
     * Unsets the "leftFromText" attribute
     */
    void unsetLeftFromText();
    
    /**
     * Gets the "rightFromText" attribute
     */
    java.math.BigInteger getRightFromText();
    
    /**
     * Gets (as xml) the "rightFromText" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetRightFromText();
    
    /**
     * True if has "rightFromText" attribute
     */
    boolean isSetRightFromText();
    
    /**
     * Sets the "rightFromText" attribute
     */
    void setRightFromText(java.math.BigInteger rightFromText);
    
    /**
     * Sets (as xml) the "rightFromText" attribute
     */
    void xsetRightFromText(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure rightFromText);
    
    /**
     * Unsets the "rightFromText" attribute
     */
    void unsetRightFromText();
    
    /**
     * Gets the "topFromText" attribute
     */
    java.math.BigInteger getTopFromText();
    
    /**
     * Gets (as xml) the "topFromText" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetTopFromText();
    
    /**
     * True if has "topFromText" attribute
     */
    boolean isSetTopFromText();
    
    /**
     * Sets the "topFromText" attribute
     */
    void setTopFromText(java.math.BigInteger topFromText);
    
    /**
     * Sets (as xml) the "topFromText" attribute
     */
    void xsetTopFromText(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure topFromText);
    
    /**
     * Unsets the "topFromText" attribute
     */
    void unsetTopFromText();
    
    /**
     * Gets the "bottomFromText" attribute
     */
    java.math.BigInteger getBottomFromText();
    
    /**
     * Gets (as xml) the "bottomFromText" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetBottomFromText();
    
    /**
     * True if has "bottomFromText" attribute
     */
    boolean isSetBottomFromText();
    
    /**
     * Sets the "bottomFromText" attribute
     */
    void setBottomFromText(java.math.BigInteger bottomFromText);
    
    /**
     * Sets (as xml) the "bottomFromText" attribute
     */
    void xsetBottomFromText(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure bottomFromText);
    
    /**
     * Unsets the "bottomFromText" attribute
     */
    void unsetBottomFromText();
    
    /**
     * Gets the "vertAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum getVertAnchor();
    
    /**
     * Gets (as xml) the "vertAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor xgetVertAnchor();
    
    /**
     * True if has "vertAnchor" attribute
     */
    boolean isSetVertAnchor();
    
    /**
     * Sets the "vertAnchor" attribute
     */
    void setVertAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum vertAnchor);
    
    /**
     * Sets (as xml) the "vertAnchor" attribute
     */
    void xsetVertAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor vertAnchor);
    
    /**
     * Unsets the "vertAnchor" attribute
     */
    void unsetVertAnchor();
    
    /**
     * Gets the "horzAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum getHorzAnchor();
    
    /**
     * Gets (as xml) the "horzAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor xgetHorzAnchor();
    
    /**
     * True if has "horzAnchor" attribute
     */
    boolean isSetHorzAnchor();
    
    /**
     * Sets the "horzAnchor" attribute
     */
    void setHorzAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum horzAnchor);
    
    /**
     * Sets (as xml) the "horzAnchor" attribute
     */
    void xsetHorzAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor horzAnchor);
    
    /**
     * Unsets the "horzAnchor" attribute
     */
    void unsetHorzAnchor();
    
    /**
     * Gets the "tblpXSpec" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign.Enum getTblpXSpec();
    
    /**
     * Gets (as xml) the "tblpXSpec" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign xgetTblpXSpec();
    
    /**
     * True if has "tblpXSpec" attribute
     */
    boolean isSetTblpXSpec();
    
    /**
     * Sets the "tblpXSpec" attribute
     */
    void setTblpXSpec(org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign.Enum tblpXSpec);
    
    /**
     * Sets (as xml) the "tblpXSpec" attribute
     */
    void xsetTblpXSpec(org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign tblpXSpec);
    
    /**
     * Unsets the "tblpXSpec" attribute
     */
    void unsetTblpXSpec();
    
    /**
     * Gets the "tblpX" attribute
     */
    java.math.BigInteger getTblpX();
    
    /**
     * Gets (as xml) the "tblpX" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetTblpX();
    
    /**
     * True if has "tblpX" attribute
     */
    boolean isSetTblpX();
    
    /**
     * Sets the "tblpX" attribute
     */
    void setTblpX(java.math.BigInteger tblpX);
    
    /**
     * Sets (as xml) the "tblpX" attribute
     */
    void xsetTblpX(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure tblpX);
    
    /**
     * Unsets the "tblpX" attribute
     */
    void unsetTblpX();
    
    /**
     * Gets the "tblpYSpec" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign.Enum getTblpYSpec();
    
    /**
     * Gets (as xml) the "tblpYSpec" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign xgetTblpYSpec();
    
    /**
     * True if has "tblpYSpec" attribute
     */
    boolean isSetTblpYSpec();
    
    /**
     * Sets the "tblpYSpec" attribute
     */
    void setTblpYSpec(org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign.Enum tblpYSpec);
    
    /**
     * Sets (as xml) the "tblpYSpec" attribute
     */
    void xsetTblpYSpec(org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign tblpYSpec);
    
    /**
     * Unsets the "tblpYSpec" attribute
     */
    void unsetTblpYSpec();
    
    /**
     * Gets the "tblpY" attribute
     */
    java.math.BigInteger getTblpY();
    
    /**
     * Gets (as xml) the "tblpY" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetTblpY();
    
    /**
     * True if has "tblpY" attribute
     */
    boolean isSetTblpY();
    
    /**
     * Sets the "tblpY" attribute
     */
    void setTblpY(java.math.BigInteger tblpY);
    
    /**
     * Sets (as xml) the "tblpY" attribute
     */
    void xsetTblpY(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure tblpY);
    
    /**
     * Unsets the "tblpY" attribute
     */
    void unsetTblpY();
    
    /**
     * 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.CTTblPPr newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) 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.CTTblPPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr 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.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr 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.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr 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.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr 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.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPPr) 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.CTTblPPr 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.CTTblPPr) 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.CTTblPPr 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.CTTblPPr) 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