Interface CTRevisionComment

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTRevisionComment extends XmlObject
An XML CT_RevisionComment(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getSheetId

      long getSheetId()
      Gets the "sheetId" attribute
    • xgetSheetId

      XmlUnsignedInt xgetSheetId()
      Gets (as xml) the "sheetId" attribute
    • setSheetId

      void setSheetId(long sheetId)
      Sets the "sheetId" attribute
    • xsetSheetId

      void xsetSheetId(XmlUnsignedInt sheetId)
      Sets (as xml) the "sheetId" attribute
    • getCell

      String getCell()
      Gets the "cell" attribute
    • xgetCell

      STCellRef xgetCell()
      Gets (as xml) the "cell" attribute
    • setCell

      void setCell(String cell)
      Sets the "cell" attribute
    • xsetCell

      void xsetCell(STCellRef cell)
      Sets (as xml) the "cell" attribute
    • getGuid

      String getGuid()
      Gets the "guid" attribute
    • xgetGuid

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()
      Gets (as xml) the "guid" attribute
    • setGuid

      void setGuid(String guid)
      Sets the "guid" attribute
    • xsetGuid

      void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
      Sets (as xml) the "guid" attribute
    • getAction

      Gets the "action" attribute
    • xgetAction

      STRevisionAction xgetAction()
      Gets (as xml) the "action" attribute
    • isSetAction

      boolean isSetAction()
      True if has "action" attribute
    • setAction

      void setAction(STRevisionAction.Enum action)
      Sets the "action" attribute
    • xsetAction

      void xsetAction(STRevisionAction action)
      Sets (as xml) the "action" attribute
    • unsetAction

      void unsetAction()
      Unsets the "action" attribute
    • getAlwaysShow

      boolean getAlwaysShow()
      Gets the "alwaysShow" attribute
    • xgetAlwaysShow

      XmlBoolean xgetAlwaysShow()
      Gets (as xml) the "alwaysShow" attribute
    • isSetAlwaysShow

      boolean isSetAlwaysShow()
      True if has "alwaysShow" attribute
    • setAlwaysShow

      void setAlwaysShow(boolean alwaysShow)
      Sets the "alwaysShow" attribute
    • xsetAlwaysShow

      void xsetAlwaysShow(XmlBoolean alwaysShow)
      Sets (as xml) the "alwaysShow" attribute
    • unsetAlwaysShow

      void unsetAlwaysShow()
      Unsets the "alwaysShow" attribute
    • getOld

      boolean getOld()
      Gets the "old" attribute
    • xgetOld

      XmlBoolean xgetOld()
      Gets (as xml) the "old" attribute
    • isSetOld

      boolean isSetOld()
      True if has "old" attribute
    • setOld

      void setOld(boolean old)
      Sets the "old" attribute
    • xsetOld

      void xsetOld(XmlBoolean old)
      Sets (as xml) the "old" attribute
    • unsetOld

      void unsetOld()
      Unsets the "old" attribute
    • getHiddenRow

      boolean getHiddenRow()
      Gets the "hiddenRow" attribute
    • xgetHiddenRow

      XmlBoolean xgetHiddenRow()
      Gets (as xml) the "hiddenRow" attribute
    • isSetHiddenRow

      boolean isSetHiddenRow()
      True if has "hiddenRow" attribute
    • setHiddenRow

      void setHiddenRow(boolean hiddenRow)
      Sets the "hiddenRow" attribute
    • xsetHiddenRow

      void xsetHiddenRow(XmlBoolean hiddenRow)
      Sets (as xml) the "hiddenRow" attribute
    • unsetHiddenRow

      void unsetHiddenRow()
      Unsets the "hiddenRow" attribute
    • getHiddenColumn

      boolean getHiddenColumn()
      Gets the "hiddenColumn" attribute
    • xgetHiddenColumn

      XmlBoolean xgetHiddenColumn()
      Gets (as xml) the "hiddenColumn" attribute
    • isSetHiddenColumn

      boolean isSetHiddenColumn()
      True if has "hiddenColumn" attribute
    • setHiddenColumn

      void setHiddenColumn(boolean hiddenColumn)
      Sets the "hiddenColumn" attribute
    • xsetHiddenColumn

      void xsetHiddenColumn(XmlBoolean hiddenColumn)
      Sets (as xml) the "hiddenColumn" attribute
    • unsetHiddenColumn

      void unsetHiddenColumn()
      Unsets the "hiddenColumn" attribute
    • getAuthor

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

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring 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.STXstring author)
      Sets (as xml) the "author" attribute
    • getOldLength

      long getOldLength()
      Gets the "oldLength" attribute
    • xgetOldLength

      XmlUnsignedInt xgetOldLength()
      Gets (as xml) the "oldLength" attribute
    • isSetOldLength

      boolean isSetOldLength()
      True if has "oldLength" attribute
    • setOldLength

      void setOldLength(long oldLength)
      Sets the "oldLength" attribute
    • xsetOldLength

      void xsetOldLength(XmlUnsignedInt oldLength)
      Sets (as xml) the "oldLength" attribute
    • unsetOldLength

      void unsetOldLength()
      Unsets the "oldLength" attribute
    • getNewLength

      long getNewLength()
      Gets the "newLength" attribute
    • xgetNewLength

      XmlUnsignedInt xgetNewLength()
      Gets (as xml) the "newLength" attribute
    • isSetNewLength

      boolean isSetNewLength()
      True if has "newLength" attribute
    • setNewLength

      void setNewLength(long newLength)
      Sets the "newLength" attribute
    • xsetNewLength

      void xsetNewLength(XmlUnsignedInt newLength)
      Sets (as xml) the "newLength" attribute
    • unsetNewLength

      void unsetNewLength()
      Unsets the "newLength" attribute