Interface CTFramePr

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTFramePr
    extends XmlObject
    An XML CT_FramePr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • getDropCap

        STDropCap.Enum getDropCap()
        Gets the "dropCap" attribute
      • xgetDropCap

        STDropCap xgetDropCap()
        Gets (as xml) the "dropCap" attribute
      • isSetDropCap

        boolean isSetDropCap()
        True if has "dropCap" attribute
      • setDropCap

        void setDropCap​(STDropCap.Enum dropCap)
        Sets the "dropCap" attribute
      • xsetDropCap

        void xsetDropCap​(STDropCap dropCap)
        Sets (as xml) the "dropCap" attribute
      • unsetDropCap

        void unsetDropCap()
        Unsets the "dropCap" attribute
      • getLines

        java.math.BigInteger getLines()
        Gets the "lines" attribute
      • xgetLines

        STDecimalNumber xgetLines()
        Gets (as xml) the "lines" attribute
      • isSetLines

        boolean isSetLines()
        True if has "lines" attribute
      • setLines

        void setLines​(java.math.BigInteger lines)
        Sets the "lines" attribute
      • xsetLines

        void xsetLines​(STDecimalNumber lines)
        Sets (as xml) the "lines" attribute
      • unsetLines

        void unsetLines()
        Unsets the "lines" attribute
      • getW

        java.math.BigInteger getW()
        Gets the "w" attribute
      • isSetW

        boolean isSetW()
        True if has "w" attribute
      • setW

        void setW​(java.math.BigInteger w)
        Sets the "w" attribute
      • xsetW

        void xsetW​(STTwipsMeasure w)
        Sets (as xml) the "w" attribute
      • unsetW

        void unsetW()
        Unsets the "w" attribute
      • getH

        java.math.BigInteger getH()
        Gets the "h" attribute
      • isSetH

        boolean isSetH()
        True if has "h" attribute
      • setH

        void setH​(java.math.BigInteger h)
        Sets the "h" attribute
      • xsetH

        void xsetH​(STTwipsMeasure h)
        Sets (as xml) the "h" attribute
      • unsetH

        void unsetH()
        Unsets the "h" attribute
      • getVSpace

        java.math.BigInteger getVSpace()
        Gets the "vSpace" attribute
      • xgetVSpace

        STTwipsMeasure xgetVSpace()
        Gets (as xml) the "vSpace" attribute
      • isSetVSpace

        boolean isSetVSpace()
        True if has "vSpace" attribute
      • setVSpace

        void setVSpace​(java.math.BigInteger vSpace)
        Sets the "vSpace" attribute
      • xsetVSpace

        void xsetVSpace​(STTwipsMeasure vSpace)
        Sets (as xml) the "vSpace" attribute
      • unsetVSpace

        void unsetVSpace()
        Unsets the "vSpace" attribute
      • getHSpace

        java.math.BigInteger getHSpace()
        Gets the "hSpace" attribute
      • xgetHSpace

        STTwipsMeasure xgetHSpace()
        Gets (as xml) the "hSpace" attribute
      • isSetHSpace

        boolean isSetHSpace()
        True if has "hSpace" attribute
      • setHSpace

        void setHSpace​(java.math.BigInteger hSpace)
        Sets the "hSpace" attribute
      • xsetHSpace

        void xsetHSpace​(STTwipsMeasure hSpace)
        Sets (as xml) the "hSpace" attribute
      • unsetHSpace

        void unsetHSpace()
        Unsets the "hSpace" attribute
      • getWrap

        STWrap.Enum getWrap()
        Gets the "wrap" attribute
      • xgetWrap

        STWrap xgetWrap()
        Gets (as xml) the "wrap" attribute
      • isSetWrap

        boolean isSetWrap()
        True if has "wrap" attribute
      • setWrap

        void setWrap​(STWrap.Enum wrap)
        Sets the "wrap" attribute
      • xsetWrap

        void xsetWrap​(STWrap wrap)
        Sets (as xml) the "wrap" attribute
      • unsetWrap

        void unsetWrap()
        Unsets the "wrap" attribute
      • getHAnchor

        STHAnchor.Enum getHAnchor()
        Gets the "hAnchor" attribute
      • xgetHAnchor

        STHAnchor xgetHAnchor()
        Gets (as xml) the "hAnchor" attribute
      • isSetHAnchor

        boolean isSetHAnchor()
        True if has "hAnchor" attribute
      • setHAnchor

        void setHAnchor​(STHAnchor.Enum hAnchor)
        Sets the "hAnchor" attribute
      • xsetHAnchor

        void xsetHAnchor​(STHAnchor hAnchor)
        Sets (as xml) the "hAnchor" attribute
      • unsetHAnchor

        void unsetHAnchor()
        Unsets the "hAnchor" attribute
      • getVAnchor

        STVAnchor.Enum getVAnchor()
        Gets the "vAnchor" attribute
      • xgetVAnchor

        STVAnchor xgetVAnchor()
        Gets (as xml) the "vAnchor" attribute
      • isSetVAnchor

        boolean isSetVAnchor()
        True if has "vAnchor" attribute
      • setVAnchor

        void setVAnchor​(STVAnchor.Enum vAnchor)
        Sets the "vAnchor" attribute
      • xsetVAnchor

        void xsetVAnchor​(STVAnchor vAnchor)
        Sets (as xml) the "vAnchor" attribute
      • unsetVAnchor

        void unsetVAnchor()
        Unsets the "vAnchor" attribute
      • getX

        java.math.BigInteger getX()
        Gets the "x" attribute
      • isSetX

        boolean isSetX()
        True if has "x" attribute
      • setX

        void setX​(java.math.BigInteger x)
        Sets the "x" attribute
      • unsetX

        void unsetX()
        Unsets the "x" attribute
      • getXAlign

        STXAlign.Enum getXAlign()
        Gets the "xAlign" attribute
      • xgetXAlign

        STXAlign xgetXAlign()
        Gets (as xml) the "xAlign" attribute
      • isSetXAlign

        boolean isSetXAlign()
        True if has "xAlign" attribute
      • setXAlign

        void setXAlign​(STXAlign.Enum xAlign)
        Sets the "xAlign" attribute
      • xsetXAlign

        void xsetXAlign​(STXAlign xAlign)
        Sets (as xml) the "xAlign" attribute
      • unsetXAlign

        void unsetXAlign()
        Unsets the "xAlign" attribute
      • getY

        java.math.BigInteger getY()
        Gets the "y" attribute
      • isSetY

        boolean isSetY()
        True if has "y" attribute
      • setY

        void setY​(java.math.BigInteger y)
        Sets the "y" attribute
      • unsetY

        void unsetY()
        Unsets the "y" attribute
      • getYAlign

        STYAlign.Enum getYAlign()
        Gets the "yAlign" attribute
      • xgetYAlign

        STYAlign xgetYAlign()
        Gets (as xml) the "yAlign" attribute
      • isSetYAlign

        boolean isSetYAlign()
        True if has "yAlign" attribute
      • setYAlign

        void setYAlign​(STYAlign.Enum yAlign)
        Sets the "yAlign" attribute
      • xsetYAlign

        void xsetYAlign​(STYAlign yAlign)
        Sets (as xml) the "yAlign" attribute
      • unsetYAlign

        void unsetYAlign()
        Unsets the "yAlign" attribute
      • xgetHRule

        STHeightRule xgetHRule()
        Gets (as xml) the "hRule" attribute
      • isSetHRule

        boolean isSetHRule()
        True if has "hRule" attribute
      • xsetHRule

        void xsetHRule​(STHeightRule hRule)
        Sets (as xml) the "hRule" attribute
      • unsetHRule

        void unsetHRule()
        Unsets the "hRule" attribute
      • getAnchorLock

        STOnOff.Enum getAnchorLock()
        Gets the "anchorLock" attribute
      • xgetAnchorLock

        STOnOff xgetAnchorLock()
        Gets (as xml) the "anchorLock" attribute
      • isSetAnchorLock

        boolean isSetAnchorLock()
        True if has "anchorLock" attribute
      • setAnchorLock

        void setAnchorLock​(STOnOff.Enum anchorLock)
        Sets the "anchorLock" attribute
      • xsetAnchorLock

        void xsetAnchorLock​(STOnOff anchorLock)
        Sets (as xml) the "anchorLock" attribute
      • unsetAnchorLock

        void unsetAnchorLock()
        Unsets the "anchorLock" attribute