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

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

There is a newer version: 23.1
Show newest version





RevisionFormat




com.aspose.cells
Class RevisionFormat

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

public class RevisionFormat 
extends Revision

represents a revision record of information about a formatting change.


Property Getters/Setters Summary
com.aspose.cells.CellArea[]getAreas()
           The range to which this formatting was applied.
intgetId()→ inherited from Revision
           Gets the number of this revision.
StylegetStyle()
           Gets the applied style.
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.

getAreas

public com.aspose.cells.CellArea[] getAreas()
The range to which this formatting was applied.

getStyle

public Style getStyle()
Gets the applied style.

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