All Superinterfaces:
CTMarkup, XmlObject, XmlTokenSource
All Known Subinterfaces:
CTCellMergeTrackChange, CTComment, CTMathCtrlDel, CTMathCtrlIns, CTParaRPrChange, CTPPrChange, CTRPrChange, CTRunTrackChange, CTSectPrChange, CTTblPrChange, CTTblPrExChange, CTTcPrChange, CTTrackChangeNumbering, CTTrackChangeRange, CTTrPrChange

public interface CTTrackChange extends CTMarkup
An XML CT_TrackChange(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getAuthor

      String getAuthor()
      Gets the "author" attribute
    • xgetAuthor

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAuthor()
      Gets (as xml) the "author" attribute
    • setAuthor

      void setAuthor(String author)
      Sets the "author" attribute
    • xsetAuthor

      void xsetAuthor(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString author)
      Sets (as xml) the "author" attribute
    • getDate

      Calendar getDate()
      Gets the "date" attribute
    • xgetDate

      STDateTime xgetDate()
      Gets (as xml) the "date" attribute
    • isSetDate

      boolean isSetDate()
      True if has "date" attribute
    • setDate

      void setDate(Calendar date)
      Sets the "date" attribute
    • xsetDate

      void xsetDate(STDateTime date)
      Sets (as xml) the "date" attribute
    • unsetDate

      void unsetDate()
      Unsets the "date" attribute