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

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


/**
 * An XML CT_FramePr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTFramePr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTFramePr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctframepr12a3type");
    
    /**
     * Gets the "dropCap" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap.Enum getDropCap();
    
    /**
     * Gets (as xml) the "dropCap" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap xgetDropCap();
    
    /**
     * True if has "dropCap" attribute
     */
    boolean isSetDropCap();
    
    /**
     * Sets the "dropCap" attribute
     */
    void setDropCap(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap.Enum dropCap);
    
    /**
     * Sets (as xml) the "dropCap" attribute
     */
    void xsetDropCap(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDropCap dropCap);
    
    /**
     * Unsets the "dropCap" attribute
     */
    void unsetDropCap();
    
    /**
     * Gets the "lines" attribute
     */
    java.math.BigInteger getLines();
    
    /**
     * Gets (as xml) the "lines" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetLines();
    
    /**
     * True if has "lines" attribute
     */
    boolean isSetLines();
    
    /**
     * Sets the "lines" attribute
     */
    void setLines(java.math.BigInteger lines);
    
    /**
     * Sets (as xml) the "lines" attribute
     */
    void xsetLines(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber lines);
    
    /**
     * Unsets the "lines" attribute
     */
    void unsetLines();
    
    /**
     * Gets the "w" attribute
     */
    java.math.BigInteger getW();
    
    /**
     * Gets (as xml) the "w" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetW();
    
    /**
     * True if has "w" attribute
     */
    boolean isSetW();
    
    /**
     * Sets the "w" attribute
     */
    void setW(java.math.BigInteger w);
    
    /**
     * Sets (as xml) the "w" attribute
     */
    void xsetW(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure w);
    
    /**
     * Unsets the "w" attribute
     */
    void unsetW();
    
    /**
     * Gets the "h" attribute
     */
    java.math.BigInteger getH();
    
    /**
     * Gets (as xml) the "h" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetH();
    
    /**
     * True if has "h" attribute
     */
    boolean isSetH();
    
    /**
     * Sets the "h" attribute
     */
    void setH(java.math.BigInteger h);
    
    /**
     * Sets (as xml) the "h" attribute
     */
    void xsetH(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure h);
    
    /**
     * Unsets the "h" attribute
     */
    void unsetH();
    
    /**
     * Gets the "vSpace" attribute
     */
    java.math.BigInteger getVSpace();
    
    /**
     * Gets (as xml) the "vSpace" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetVSpace();
    
    /**
     * True if has "vSpace" attribute
     */
    boolean isSetVSpace();
    
    /**
     * Sets the "vSpace" attribute
     */
    void setVSpace(java.math.BigInteger vSpace);
    
    /**
     * Sets (as xml) the "vSpace" attribute
     */
    void xsetVSpace(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure vSpace);
    
    /**
     * Unsets the "vSpace" attribute
     */
    void unsetVSpace();
    
    /**
     * Gets the "hSpace" attribute
     */
    java.math.BigInteger getHSpace();
    
    /**
     * Gets (as xml) the "hSpace" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure xgetHSpace();
    
    /**
     * True if has "hSpace" attribute
     */
    boolean isSetHSpace();
    
    /**
     * Sets the "hSpace" attribute
     */
    void setHSpace(java.math.BigInteger hSpace);
    
    /**
     * Sets (as xml) the "hSpace" attribute
     */
    void xsetHSpace(org.openxmlformats.schemas.wordprocessingml.x2006.main.STTwipsMeasure hSpace);
    
    /**
     * Unsets the "hSpace" attribute
     */
    void unsetHSpace();
    
    /**
     * Gets the "wrap" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap.Enum getWrap();
    
    /**
     * Gets (as xml) the "wrap" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap xgetWrap();
    
    /**
     * True if has "wrap" attribute
     */
    boolean isSetWrap();
    
    /**
     * Sets the "wrap" attribute
     */
    void setWrap(org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap.Enum wrap);
    
    /**
     * Sets (as xml) the "wrap" attribute
     */
    void xsetWrap(org.openxmlformats.schemas.wordprocessingml.x2006.main.STWrap wrap);
    
    /**
     * Unsets the "wrap" attribute
     */
    void unsetWrap();
    
    /**
     * Gets the "hAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum getHAnchor();
    
    /**
     * Gets (as xml) the "hAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor xgetHAnchor();
    
    /**
     * True if has "hAnchor" attribute
     */
    boolean isSetHAnchor();
    
    /**
     * Sets the "hAnchor" attribute
     */
    void setHAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor.Enum hAnchor);
    
    /**
     * Sets (as xml) the "hAnchor" attribute
     */
    void xsetHAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHAnchor hAnchor);
    
    /**
     * Unsets the "hAnchor" attribute
     */
    void unsetHAnchor();
    
    /**
     * Gets the "vAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum getVAnchor();
    
    /**
     * Gets (as xml) the "vAnchor" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor xgetVAnchor();
    
    /**
     * True if has "vAnchor" attribute
     */
    boolean isSetVAnchor();
    
    /**
     * Sets the "vAnchor" attribute
     */
    void setVAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor.Enum vAnchor);
    
    /**
     * Sets (as xml) the "vAnchor" attribute
     */
    void xsetVAnchor(org.openxmlformats.schemas.wordprocessingml.x2006.main.STVAnchor vAnchor);
    
    /**
     * Unsets the "vAnchor" attribute
     */
    void unsetVAnchor();
    
    /**
     * Gets the "x" attribute
     */
    java.math.BigInteger getX();
    
    /**
     * Gets (as xml) the "x" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetX();
    
    /**
     * True if has "x" attribute
     */
    boolean isSetX();
    
    /**
     * Sets the "x" attribute
     */
    void setX(java.math.BigInteger x);
    
    /**
     * Sets (as xml) the "x" attribute
     */
    void xsetX(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure x);
    
    /**
     * Unsets the "x" attribute
     */
    void unsetX();
    
    /**
     * Gets the "xAlign" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign.Enum getXAlign();
    
    /**
     * Gets (as xml) the "xAlign" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign xgetXAlign();
    
    /**
     * True if has "xAlign" attribute
     */
    boolean isSetXAlign();
    
    /**
     * Sets the "xAlign" attribute
     */
    void setXAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign.Enum xAlign);
    
    /**
     * Sets (as xml) the "xAlign" attribute
     */
    void xsetXAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STXAlign xAlign);
    
    /**
     * Unsets the "xAlign" attribute
     */
    void unsetXAlign();
    
    /**
     * Gets the "y" attribute
     */
    java.math.BigInteger getY();
    
    /**
     * Gets (as xml) the "y" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure xgetY();
    
    /**
     * True if has "y" attribute
     */
    boolean isSetY();
    
    /**
     * Sets the "y" attribute
     */
    void setY(java.math.BigInteger y);
    
    /**
     * Sets (as xml) the "y" attribute
     */
    void xsetY(org.openxmlformats.schemas.wordprocessingml.x2006.main.STSignedTwipsMeasure y);
    
    /**
     * Unsets the "y" attribute
     */
    void unsetY();
    
    /**
     * Gets the "yAlign" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign.Enum getYAlign();
    
    /**
     * Gets (as xml) the "yAlign" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign xgetYAlign();
    
    /**
     * True if has "yAlign" attribute
     */
    boolean isSetYAlign();
    
    /**
     * Sets the "yAlign" attribute
     */
    void setYAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign.Enum yAlign);
    
    /**
     * Sets (as xml) the "yAlign" attribute
     */
    void xsetYAlign(org.openxmlformats.schemas.wordprocessingml.x2006.main.STYAlign yAlign);
    
    /**
     * Unsets the "yAlign" attribute
     */
    void unsetYAlign();
    
    /**
     * Gets the "hRule" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule.Enum getHRule();
    
    /**
     * Gets (as xml) the "hRule" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule xgetHRule();
    
    /**
     * True if has "hRule" attribute
     */
    boolean isSetHRule();
    
    /**
     * Sets the "hRule" attribute
     */
    void setHRule(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule.Enum hRule);
    
    /**
     * Sets (as xml) the "hRule" attribute
     */
    void xsetHRule(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHeightRule hRule);
    
    /**
     * Unsets the "hRule" attribute
     */
    void unsetHRule();
    
    /**
     * Gets the "anchorLock" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getAnchorLock();
    
    /**
     * Gets (as xml) the "anchorLock" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetAnchorLock();
    
    /**
     * True if has "anchorLock" attribute
     */
    boolean isSetAnchorLock();
    
    /**
     * Sets the "anchorLock" attribute
     */
    void setAnchorLock(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum anchorLock);
    
    /**
     * Sets (as xml) the "anchorLock" attribute
     */
    void xsetAnchorLock(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff anchorLock);
    
    /**
     * Unsets the "anchorLock" attribute
     */
    void unsetAnchorLock();
    
    /**
     * 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.CTFramePr newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) 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.CTFramePr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr 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.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr 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.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr 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.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr 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.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFramePr) 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.CTFramePr 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.CTFramePr) 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.CTFramePr 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.CTFramePr) 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