All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.RevisionCellComment.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





RevisionCellComment




com.aspose.cells
Class RevisionCellComment

java.lang.Object
  extended by Revision
      extended by com.aspose.cells.RevisionCellComment

public class RevisionCellComment 
extends Revision

Represents a revision record of a cell comment change.


Property Getters/Setters Summary
intgetActionType()
           Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
java.lang.StringgetCellName()
voidsetCellName(java.lang.String)
           Gets the name of the cell.
intgetColumn()
           Gets the column index of the which contains a comment.
intgetId()→ inherited from Revision
           Gets the number of this revision.
booleanisOldComment()
           Indicates whether it's an old comment.
intgetNewLength()
           Gets Length of the comment before this revision was made.
intgetOldLength()
           Gets Length of the comment text added in this revision.
intgetRow()
           Gets the row index of the which contains a comment.
intgetType()
           Gets the type of revision. The value of the property is RevisionType integer constant.
WorksheetgetWorksheet()→ inherited from Revision
           Gets the worksheet.
 

Property Getters/Setters Detail

getType

public int getType()
Gets the type of revision. The value of the property is RevisionType integer constant.

getRow

public int getRow()
Gets the row index of the which contains a comment.

getColumn

public int getColumn()
Gets the column index of the which contains a comment.

getCellName/setCellName

public java.lang.String getCellName() / public void setCellName(java.lang.String value)
Gets the name of the cell.

setCellName

public void setCellName(java.lang.String value)
Gets the name of the cell.

getActionType

public int getActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.

isOldComment

public boolean isOldComment()
Indicates whether it's an old comment.

getOldLength

public int getOldLength()
Gets Length of the comment text added in this revision.

getNewLength

public int getNewLength()
Gets Length of the comment before this revision was made.

getWorksheet

→ inherited from Revision
public Worksheet getWorksheet()
Gets the worksheet.

getId

→ inherited from Revision
public int getId()
Gets the number of this revision. Zero means this revision does not contains id.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy