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.
  • Field Details

  • Method Details

    • getCountBy

      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(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

      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(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

      Object getDistance()
      Gets the "distance" attribute
    • xgetDistance

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetDistance()
      Gets (as xml) the "distance" attribute
    • isSetDistance

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

      void setDistance(Object distance)
      Sets the "distance" attribute
    • xsetDistance

      void xsetDistance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure distance)
      Sets (as xml) the "distance" attribute
    • unsetDistance

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

      Gets the "restart" attribute
    • xgetRestart

      STLineNumberRestart xgetRestart()
      Gets (as xml) the "restart" attribute
    • isSetRestart

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

      void setRestart(STLineNumberRestart.Enum restart)
      Sets the "restart" attribute
    • xsetRestart

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

      void unsetRestart()
      Unsets the "restart" attribute