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

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


/**
 * An XML CT_Ind(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTInd extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTInd.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctind4b93type");
    
    /**
     * Gets the "left" attribute
     */
    java.math.BigInteger getLeft();
    
    /**
     * Gets (as xml) the "left" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetLeft();
    
    /**
     * True if has "left" attribute
     */
    boolean isSetLeft();
    
    /**
     * Sets the "left" attribute
     */
    void setLeft(java.math.BigInteger left);
    
    /**
     * Sets (as xml) the "left" attribute
     */
    void xsetLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure left);
    
    /**
     * Unsets the "left" attribute
     */
    void unsetLeft();
    
    /**
     * Gets the "leftChars" attribute
     */
    java.math.BigInteger getLeftChars();
    
    /**
     * Gets (as xml) the "leftChars" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetLeftChars();
    
    /**
     * True if has "leftChars" attribute
     */
    boolean isSetLeftChars();
    
    /**
     * Sets the "leftChars" attribute
     */
    void setLeftChars(java.math.BigInteger leftChars);
    
    /**
     * Sets (as xml) the "leftChars" attribute
     */
    void xsetLeftChars(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber leftChars);
    
    /**
     * Unsets the "leftChars" attribute
     */
    void unsetLeftChars();
    
    /**
     * Gets the "right" attribute
     */
    java.math.BigInteger getRight();
    
    /**
     * Gets (as xml) the "right" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetRight();
    
    /**
     * True if has "right" attribute
     */
    boolean isSetRight();
    
    /**
     * Sets the "right" attribute
     */
    void setRight(java.math.BigInteger right);
    
    /**
     * Sets (as xml) the "right" attribute
     */
    void xsetRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure right);
    
    /**
     * Unsets the "right" attribute
     */
    void unsetRight();
    
    /**
     * Gets the "rightChars" attribute
     */
    java.math.BigInteger getRightChars();
    
    /**
     * Gets (as xml) the "rightChars" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetRightChars();
    
    /**
     * True if has "rightChars" attribute
     */
    boolean isSetRightChars();
    
    /**
     * Sets the "rightChars" attribute
     */
    void setRightChars(java.math.BigInteger rightChars);
    
    /**
     * Sets (as xml) the "rightChars" attribute
     */
    void xsetRightChars(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber rightChars);
    
    /**
     * Unsets the "rightChars" attribute
     */
    void unsetRightChars();
    
    /**
     * Gets the "hanging" attribute
     */
    java.math.BigInteger getHanging();
    
    /**
     * Gets (as xml) the "hanging" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetHanging();
    
    /**
     * True if has "hanging" attribute
     */
    boolean isSetHanging();
    
    /**
     * Sets the "hanging" attribute
     */
    void setHanging(java.math.BigInteger hanging);
    
    /**
     * Sets (as xml) the "hanging" attribute
     */
    void xsetHanging(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure hanging);
    
    /**
     * Unsets the "hanging" attribute
     */
    void unsetHanging();
    
    /**
     * Gets the "hangingChars" attribute
     */
    java.math.BigInteger getHangingChars();
    
    /**
     * Gets (as xml) the "hangingChars" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetHangingChars();
    
    /**
     * True if has "hangingChars" attribute
     */
    boolean isSetHangingChars();
    
    /**
     * Sets the "hangingChars" attribute
     */
    void setHangingChars(java.math.BigInteger hangingChars);
    
    /**
     * Sets (as xml) the "hangingChars" attribute
     */
    void xsetHangingChars(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber hangingChars);
    
    /**
     * Unsets the "hangingChars" attribute
     */
    void unsetHangingChars();
    
    /**
     * Gets the "firstLine" attribute
     */
    java.math.BigInteger getFirstLine();
    
    /**
     * Gets (as xml) the "firstLine" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetFirstLine();
    
    /**
     * True if has "firstLine" attribute
     */
    boolean isSetFirstLine();
    
    /**
     * Sets the "firstLine" attribute
     */
    void setFirstLine(java.math.BigInteger firstLine);
    
    /**
     * Sets (as xml) the "firstLine" attribute
     */
    void xsetFirstLine(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure firstLine);
    
    /**
     * Unsets the "firstLine" attribute
     */
    void unsetFirstLine();
    
    /**
     * Gets the "firstLineChars" attribute
     */
    java.math.BigInteger getFirstLineChars();
    
    /**
     * Gets (as xml) the "firstLineChars" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetFirstLineChars();
    
    /**
     * True if has "firstLineChars" attribute
     */
    boolean isSetFirstLineChars();
    
    /**
     * Sets the "firstLineChars" attribute
     */
    void setFirstLineChars(java.math.BigInteger firstLineChars);
    
    /**
     * Sets (as xml) the "firstLineChars" attribute
     */
    void xsetFirstLineChars(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber firstLineChars);
    
    /**
     * Unsets the "firstLineChars" attribute
     */
    void unsetFirstLineChars();
    
    /**
     * 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.CTInd newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) 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.CTInd parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd 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.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd 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.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd 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.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd 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.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTInd) 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.CTInd 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.CTInd) 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.CTInd 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.CTInd) 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