Interface CTLineNumber

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCountBy

        java.math.BigInteger getCountBy()
        Gets the "countBy" attribute
      • xgetCountBy

        STDecimalNumber xgetCountBy()
        Gets (as xml) the "countBy" attribute
      • isSetCountBy

        boolean isSetCountBy()
        True if has "countBy" attribute
      • setCountBy

        void setCountBy​(java.math.BigInteger countBy)
        Sets the "countBy" attribute
      • xsetCountBy

        void xsetCountBy​(STDecimalNumber countBy)
        Sets (as xml) the "countBy" attribute
      • unsetCountBy

        void unsetCountBy()
        Unsets the "countBy" attribute
      • getStart

        java.math.BigInteger getStart()
        Gets the "start" attribute
      • xgetStart

        STDecimalNumber xgetStart()
        Gets (as xml) the "start" attribute
      • isSetStart

        boolean isSetStart()
        True if has "start" attribute
      • setStart

        void setStart​(java.math.BigInteger start)
        Sets the "start" attribute
      • xsetStart

        void xsetStart​(STDecimalNumber start)
        Sets (as xml) the "start" attribute
      • unsetStart

        void unsetStart()
        Unsets the "start" attribute
      • getDistance

        java.math.BigInteger getDistance()
        Gets the "distance" attribute
      • xgetDistance

        STTwipsMeasure xgetDistance()
        Gets (as xml) the "distance" attribute
      • isSetDistance

        boolean isSetDistance()
        True if has "distance" attribute
      • setDistance

        void setDistance​(java.math.BigInteger distance)
        Sets the "distance" attribute
      • xsetDistance

        void xsetDistance​(STTwipsMeasure distance)
        Sets (as xml) the "distance" attribute
      • unsetDistance

        void unsetDistance()
        Unsets the "distance" attribute
      • isSetRestart

        boolean isSetRestart()
        True if has "restart" attribute
      • xsetRestart

        void xsetRestart​(STLineNumberRestart restart)
        Sets (as xml) the "restart" attribute
      • unsetRestart

        void unsetRestart()
        Unsets the "restart" attribute