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

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

There is a newer version: 23.1
Show newest version





RevisionCellChange




com.aspose.cells
Class RevisionCellChange

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

public class RevisionCellChange 
extends Revision

Represents the revision that changing cells.


Property Getters/Setters Summary
java.lang.StringgetCellName()
           Gets the name of the cell.
intgetColumn()
           Gets the column index of the cell.
intgetId()→ inherited from Revision
           Gets the number of this revision.
booleanisNewFormatted()
           Indicates whether this cell is new formatted.
booleanisOldFormatted()
           Indicates whether this cell is old formatted.
java.lang.StringgetNewFormula()
           Gets the old formula.
StylegetNewStyle()
           Gets the new style of the cell.
java.lang.ObjectgetNewValue()
           Gets new value of the cell.
java.lang.StringgetOldFormula()
           Gets the old formula.
StylegetOldStyle()
           Gets the old style of the cell.
java.lang.ObjectgetOldValue()
           Gets old value of the cell.
intgetRow()
           Gets the row index of the cell.
intgetType()
           Represents 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()
Represents the type of revision. The value of the property is RevisionType integer constant.

getCellName

public java.lang.String getCellName()
Gets the name of the cell.

getRow

public int getRow()
Gets the row index of the cell.

getColumn

public int getColumn()
Gets the column index of the cell.

isNewFormatted

public boolean isNewFormatted()
Indicates whether this cell is new formatted.

isOldFormatted

public boolean isOldFormatted()
Indicates whether this cell is old formatted.

getOldFormula

public java.lang.String getOldFormula()
Gets the old formula.

getOldValue

public java.lang.Object getOldValue()
Gets old value of the cell.

getNewValue

public java.lang.Object getNewValue()
Gets new value of the cell.

getNewFormula

public java.lang.String getNewFormula()
Gets the old formula.

getNewStyle

public Style getNewStyle()
Gets the new style of the cell.

getOldStyle

public Style getOldStyle()
Gets the old style of the cell.

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