| Interface and Description |
|---|
| com.aspose.cells.ICustomFunction
Use AbstractCalculationEngine instead.
|
| Class and Description |
|---|
| com.aspose.cells.DataLablesSeparatorType
Use DataLabelsSeparatorType enum instead.
|
| com.aspose.cells.SvgSaveOptions
Use ImageSaveOptions class instead.
|
| Field and Description |
|---|
| com.aspose.cells.DisplayUnitType.CUST
Use DisplayUnitType.Custom, instead.
|
| com.aspose.cells.LoadDataFilterOptions.NONE
Use Structure instead.
|
| com.aspose.cells.FileFormatType.NUMBERS
Use FileFormatType.Numbers09 instead.
|
| com.aspose.cells.LoadDataFilterOptions.SHAPE
Use Drawing instead.
|
| com.aspose.cells.ConnectionDataSourceType.TABLE
Use WorksheetDataModel enum instead.
|
| Method and Description |
|---|
| com.aspose.cells.ValidationCollection.add()
Use ValidationCollection.Add(CellArea) method instead.
|
| com.aspose.cells.ChartCollection.add(int, String, int, int, int, int)
Use ChartCollection.Add(ChartType, string, bool ,int , int, int, int ) instead.
|
| com.aspose.cells.CellsHelper.addAddInFunction(String, int, int, int[], int)
Use WorksheetCollection.RegisterAddInFunction() methods instead.
|
| com.aspose.cells.Cell.calculate(boolean, ICustomFunction)
Use Calculate(CalculationOptions) method instead.
|
| com.aspose.cells.Worksheet.calculateFormula(boolean, boolean, ICustomFunction)
Use CalculateFormula(CalculationOptions, bool) method instead.
|
| com.aspose.cells.Workbook.calculateFormula(boolean, ICustomFunction)
Use CalculateFormula(CalculationOptions) method instead.
|
| com.aspose.cells.JsonUtility.exportRangeToJson(Range, ExportRangeToJsonOptions)
Use ExportRangeToJson(Range range, JsonSaveOptions options) method instead.
|
| com.aspose.cells.Cells.findFormula(String, Cell)
Use Cells.Find(object,Cell,FindOptions) method instead.
|
| com.aspose.cells.Cells.findFormulaContains(String, Cell)
Use Cells.Find(object,Cell,FindOptions) method instead.
|
| com.aspose.cells.Shape.formatCharacters(int, int, Font)
Shape.FormatCharacters(int startIndex, int length, Font font,StyleFlag flag) method instead.
|
| com.aspose.cells.Cells.get(int)
Use Cells.GetEnumerator() method to iterate all cells in this worksheet instead.
|
| com.aspose.cells.Chart.getActualChartSize()
Use Chart.getActualSize() method instead.
|
| com.aspose.cells.GlobalizationSettings.getAllName()
Use PivotGlobalizationSettings.GetTextOfAll() method instead.
|
| com.aspose.cells.TxtSaveOptions.getAlwaysQuoted()
Use QuoteType property instead.
|
| com.aspose.cells.HtmlLoadOptions.getAttachedFilesDirectory()
Use HtmlLoadOptions.StreamProvider property instead.
|
| com.aspose.cells.AutoFitterOptions.getAutoFitMergedCells()
Use AutoFitterOptions.AutoFitMergedCellsType property, instead.
|
| com.aspose.cells.LegendEntry.getBackground()
Use LegendEntry.BackgroundMode property instead.
|
| com.aspose.cells.ChartFrame.getBackground()
Use ChartFrame.BackgroundMode property instead.
|
| com.aspose.cells.ChartDataTable.getBackground()
Use ChartDataTable.BackgroundMode property instead.
|
| com.aspose.cells.Series.getBarShape()
Use Series.Bar3DShapeType property instead.
|
| com.aspose.cells.LineShape.getBeginArrowheadLength()
Use Shape.Line.BeginArrowheadLength property instead.
|
| com.aspose.cells.ArcShape.getBeginArrowheadLength()
Use Shape.Line.BeginArrowheadLength property instead.
|
| com.aspose.cells.LineShape.getBeginArrowheadStyle()
Use Shape.Line.BeginArrowheadStyle property instead.
|
| com.aspose.cells.ArcShape.getBeginArrowheadStyle()
Use Shape.Line.BeginArrowheadStyle property instead.
|
| com.aspose.cells.LineShape.getBeginArrowheadWidth()
Use Shape.Line.BeginArrowheadWidth property instead.
|
| com.aspose.cells.ArcShape.getBeginArrowheadWidth()
Use Shape.Line.BeginArrowheadWidth property instead.
|
| com.aspose.cells.Series.getBubbleSizeRepresents()
Use Aspose.Cells.Charts.Series.SizeRepresents property instead.
|
| com.aspose.cells.ColumnCollection.getByIndex(int)
Use Columns.GetColumnByIndex() method instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getBytes()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.getCalcMode()
Use FormulaSettings.CalculationMode instead.
|
| com.aspose.cells.WorkbookSettings.getCalcStackSize()
Use CalculationOptions.CalcStackSize instead.
|
| com.aspose.cells.WorkbookSettings.getCalculationId()
Use FormulaSettings.CalculationId instead.
|
| com.aspose.cells.Cells.getCell(int, int)
Use Aspose.Cells.Cells.Get(int,int) instead.
|
| com.aspose.cells.Row.getCellByIndex(int)
Use Row.GetEnumerator() method to iterate all cells in this row instead.
|
| com.aspose.cells.Range.getCellCount()
Use RowCount and ColumnCount to get total cells count instead.
|
| com.aspose.cells.Title.getCharacters()
Use Title.Characters() method instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getCharacters()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getCharactersWithSpaces()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.ImageOrPrintOptions.getChartImageType()
Chart and Shape are always rendered as vector elements(e.g. point, line) for rendering quality.
|
| com.aspose.cells.Chart.getChartShape()
Use Aspose.Cells.Charts.Chart.ChartObject property instead.
|
| com.aspose.cells.CheckBox.getCheckValue()
Use CheckBox.CheckValueType property instead.
|
| com.aspose.cells.Cells.getColumn(int)
Use Aspose.Cells.Cells.Columns[int] instead.
|
| com.aspose.cells.GlobalizationSettings.getColumnLabelsOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfColumnLabels() method instead.
|
| com.aspose.cells.HtmlLoadOptions.getConvertFormulasData()
Use HtmlLoadOptions.HasFormula property instead.
|
| com.aspose.cells.WorkbookSettings.getCreateCalcChain()
Use FormulaSettings.EnableCalculationChain instead.
|
| com.aspose.cells.ExternalConnection.getCredentials()
Use ExternalConnection.CredentialsMethodType property instead.
|
| com.aspose.cells.CalculationOptions.getCustomFunction()
Use CustomEngine property instead.
|
| com.aspose.cells.Axis.getCustUnit()
Use Axis.CustomUnit property, instead.
|
| com.aspose.cells.GlobalizationSettings.getDataFieldHeaderNameOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfDataFieldHeader() method instead.
|
| com.aspose.cells.WebQueryConnection.getEditPage()
Use WebQueryConnection.EditWebPage property instead.
|
| com.aspose.cells.GlobalizationSettings.getEmptyDataName()
Use PivotGlobalizationSettings.GetTextOfEmptyData() method instead.
|
| com.aspose.cells.LineShape.getEndArrowheadLength()
Use Shape.Line.EndArrowheadLength property instead.
|
| com.aspose.cells.ArcShape.getEndArrowheadLength()
Use Shape.Line.EndArrowheadLength property instead.
|
| com.aspose.cells.LineShape.getEndArrowheadStyle()
Use Shape.Line.EndArrowheadStyle property instead.
|
| com.aspose.cells.ArcShape.getEndArrowheadStyle()
Use Shape.Line.EndArrowheadStyle property instead.
|
| com.aspose.cells.LineShape.getEndArrowheadWidth()
Use Shape.Line.EndArrowheadWidth property instead.
|
| com.aspose.cells.ArcShape.getEndArrowheadWidth()
Use Shape.Line.EndArrowheadWidth property instead.
|
| com.aspose.cells.HtmlSaveOptions.getExportHeadings()
Use HtmlSaveOptions.ExportRowColumnHeadings instead.
|
| com.aspose.cells.HtmlSaveOptions.getExportObjectListener()
Use HtmlSaveOptions.IStreamProvider property instead.
|
| com.aspose.cells.Shape.getFillFormat()
Use Shape.Fill property instead.
|
| com.aspose.cells.WorkbookSettings.getForceFullCalculate()
Use FormulaSettings.ForceFullCalculation instead.
|
| com.aspose.cells.Shape.getHeightInChart()
Use Aspose.Cells.Drawing.Shape.HeightInShape property instead.
|
| com.aspose.cells.JsonLayoutOptions.getIgnoreArrayTitle()
Use JsonLayoutOptions.IgnoreTitle property instead.
|
| com.aspose.cells.JsonLayoutOptions.getIgnoreObjectTitle()
Use JsonLayoutOptions.IgnoreTitle property instead.
|
| com.aspose.cells.PdfSaveOptions.getImageType()
Chart and Shape are always rendered as vector elements(e.g. point, line) for rendering quality.
|
| com.aspose.cells.WorkbookSettings.getIteration()
Use FormulaSettings.EnableIterativeCalculation instead.
|
| com.aspose.cells.Cell.getLeafs()
Use GetDependentsInCalculation(bool) instead.
|
| com.aspose.cells.Cell.getLeafs(boolean)
Use GetDependentsInCalculation(bool) instead.
|
| com.aspose.cells.Shape.getLeftInChart()
Use Aspose.Cells.Drawing.Shape.LeftInShape property instead.
|
| com.aspose.cells.Shape.getLineFormat()
Use Shape.Line property instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getLines()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.getMaxChange()
Use FormulaSettings.MaxChange instead.
|
| com.aspose.cells.WorkbookSettings.getMaxIteration()
Use FormulaSettings.MaxIteration instead.
|
| com.aspose.cells.GlobalizationSettings.getMultipleItemsName()
Use PivotGlobalizationSettings.GetTextOfMultipleItems() method instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getParagraphs()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.getParsingFormulaOnOpen()
Use LoadOptions.ParsingFormulaOnOpen instead.
|
| com.aspose.cells.GlobalizationSettings.getPivotGrandTotalName()
Use PivotGlobalizationSettings.GetTextOfGrandTotal() method instead.
|
| com.aspose.cells.GlobalizationSettings.getPivotTotalName()
Use PivotGlobalizationSettings.GetTextOfTotal() method instead.
|
| com.aspose.cells.Chart.getPlotVisibleCells()
Use PlotVisibleCellsOnly property instead.
|
| com.aspose.cells.Shape.getPositionX()
Use Aspose.Cells.Drawing.Shape.X property instead.
|
| com.aspose.cells.Shape.getPositionY()
Use Aspose.Cells.Drawing.Shape.Y property instead.
|
| com.aspose.cells.WorkbookSettings.getPrecisionAsDisplayed()
Use FormulaSettings.PrecisionAsDisplayed instead.
|
| com.aspose.cells.GlobalizationSettings.getProtectionNameOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.
|
| com.aspose.cells.GlowEffect.getRadius()
Use GlowEffect.Size property instead.
|
| com.aspose.cells.WorkbookSettings.getRecalculateBeforeSave()
Use FormulaSettings.CalculateOnSave instead.
|
| com.aspose.cells.WorkbookSettings.getReCalculateOnOpen()
Use FormulaSettings.CalculateOnOpen instead.
|
| com.aspose.cells.ExternalConnection.getReconnectionMethod()
Use ExternalConnection.ReconnectionMethodType property instead.
|
| com.aspose.cells.Cells.getRow(int)
Use Aspose.Cells.Cells.Rows[int] instead.
|
| com.aspose.cells.Cells.getRowEnumerator()
Use RowCollection.GetEnumerator() method, instead.
|
| com.aspose.cells.GlobalizationSettings.getRowLabelsNameOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfRowLabels() method instead.
|
| com.aspose.cells.ImageOrPrintOptions.getSaveFormat()
For Tiff/Svg, use ImageType; For Xps, use Workbook.Save(string, SaveOptions) with XpsSaveOptions
|
| com.aspose.cells.FindOptions.getSearchNext()
Use FindOptions.SearchBackward property instead.
|
| com.aspose.cells.DataLabels.getSeparator()
Use DataLabels.SeparatorType instead.
|
| com.aspose.cells.FillFormat.getSetType()
Use FillFormat.FillType instead.
|
| com.aspose.cells.SvgSaveOptions.getSheetIndex()
Use ImageSaveOptions.ImageOrPrintOptions.SheetSet instead.
|
| com.aspose.cells.OleObject.getSourceFullName()
Use OleObject.ObjectSourceFullName property instead.
|
| com.aspose.cells.SparklineGroup.getSparklineCollection()
Use SparklineGroup.Sparklines property instead.
|
| com.aspose.cells.Worksheet.getSparklineGroupCollection()
Use Worksheet.SparklineGroups property instead.
|
| com.aspose.cells.LoadOptions.getStandardFont()
Use DefaultStyleSettings.FontName property instead.
|
| com.aspose.cells.LoadOptions.getStandardFontSize()
Use DefaultStyleSettings.FontSize property instead.
|
| com.aspose.cells.WorkbookSettings.getStreamProvider()
Use ResourceProvider property instead.
|
| com.aspose.cells.CustomProperty.getStringValue()
Use CustomProperty.Value property instead.
|
| com.aspose.cells.Cell.getStringValueWithoutFormat()
Use GetStringValue(CellValueFormatStrategy) with CellValueFormatStrategy.None instead.
|
| com.aspose.cells.GlobalizationSettings.getSubTotalName(int)
Use PivotGlobalizationSettings.GetTextOfSubTotal() method instead.
|
| com.aspose.cells.TableStyleElementCollection.getTableStyleElementWithIndex(int)
Use Aspose.Cells.Tables.TableStyleElementCollection.this[int index] property instead.
|
| com.aspose.cells.TableStyleElementCollection.getTableStyleElementWithType(int)
Use Aspose.Cells.Tables.TableStyleElementCollection.this[TableStyleElementType type] property instead.
|
| com.aspose.cells.TickLabels.getTextDirection()
Use TickLabels.ReadingOrder property instead.
|
| com.aspose.cells.ChartTextFrame.getTextDirection()
Use ChartTextFrame.ReadingOrder property instead.
|
| com.aspose.cells.LegendEntry.getTextFont()
Use LegendEntry.Font property instead.
|
| com.aspose.cells.ChartFrame.getTextFont()
Use ChartFrame.Font property instead.
|
| com.aspose.cells.Shape.getTextFrame()
Use Shape.TextBody.TextAlignment property instead.
|
| com.aspose.cells.PivotGlobalizationSettings.getTextOfProtection()
Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.
|
| com.aspose.cells.Shape.getTopInChart()
Use Aspose.Cells.Drawing.Shape.TopInShape property instead.
|
| com.aspose.cells.Style.getTwoColorGradient()
Use Style.GetTwoColorGradientSetting() method instead.
|
| com.aspose.cells.FillFormat.getType()
Use FillFormat.FillType instead.
|
| com.aspose.cells.FilterColumn.getVisibledropdown()
Use FilterColumn.IsDropdownVisible instead.
|
| com.aspose.cells.Shape.getWidthInChart()
Use Aspose.Cells.Drawing.Shape.WidthInShape property instead.
|
| com.aspose.cells.Workbook.hasExernalLinks()
Use ExternalLinkCollection.Count property instead.
|
| com.aspose.cells.PivotItem.hide(boolean)
Use Aspose.Cells.Pivot.PivotField.HideItem method instead.
|
| com.aspose.cells.Area.isAuto()
Use Aspose.Cells.Drawing.Area.Formatting property instead.
|
| com.aspose.cells.Axis.isAutoCross()
Use Aspose.Cells.Charts.Axis.CrossType property instead.
|
| com.aspose.cells.ImageOrPrintOptions.isCellAutoFit()
Use Worksheet.AutoFitColumns(AutoFitterOptions) and Worksheet.AutoFitRows(AutoFitterOptions) instead.
|
| com.aspose.cells.Axis.isCrossAtMax()
Use Aspose.Cells.Charts.Axis.CrossType property instead.
|
| com.aspose.cells.Protection.isDeletingColumnsAllowed()
Use Protection.AllowDeletingColumn property instead.
|
| com.aspose.cells.Protection.isDeletingRowsAllowed()
Use Protection.AllowDeletingRow property instead.
|
| com.aspose.cells.Protection.isEditingContentsAllowed()
Use Protection.AllowEditingContent property instead.
|
| com.aspose.cells.Protection.isEditingObjectsAllowed()
Use Protection.AllowEditingObject property instead.
|
| com.aspose.cells.Protection.isEditingScenariosAllowed()
Use Protection.AllowEditingScenario property instead.
|
| com.aspose.cells.Protection.isFilteringAllowed()
Use Protection.AllowFiltering property instead.
|
| com.aspose.cells.Protection.isFormattingCellsAllowed()
Use Protection.AllowFormattingCell property instead.
|
| com.aspose.cells.Protection.isFormattingColumnsAllowed()
Use Protection.AllowFormattingColumn property instead.
|
| com.aspose.cells.Protection.isFormattingRowsAllowed()
Use Protection.AllowFormattingRow property instead.
|
| com.aspose.cells.Cell.isInArray()
Use IsArrayFormula instead.
|
| com.aspose.cells.Protection.isInsertingColumnsAllowed()
Use Protection.AllowInsertingColumn property instead.
|
| com.aspose.cells.Protection.isInsertingHyperlinksAllowed()
Use Protection.AllowInsertingHyperlink property instead.
|
| com.aspose.cells.Protection.isInsertingRowsAllowed()
Use Protection.AllowInsertingRow property instead.
|
| com.aspose.cells.Cell.isInTable()
Use IsTableFormula instead.
|
| com.aspose.cells.Chart.isReferedByChart(int, int)
Use Chart.IsCellReferedByChart(int,int,int) method instead.
|
| com.aspose.cells.Protection.isSelectingLockedCellsAllowed()
Use Protection.AllowSelectingLockedCell property instead.
|
| com.aspose.cells.Protection.isSelectingUnlockedCellsAllowed()
Use Protection.AllowSelectingUnlockedCell property instead.
|
| com.aspose.cells.Protection.isSortingAllowed()
Use Protection.AllowSorting property instead.
|
| com.aspose.cells.XlsSaveOptions.isTemplate()
Use XlsSaveOptions(SaveFormat.Xlt) when it is template, otherwise use XlsSaveOptions().
|
| com.aspose.cells.Protection.isUsingPivotTablesAllowed()
Use Protection.AllowUsingPivotTable property instead.
|
| com.aspose.cells.Area.isVisible()
Use Aspose.Cells.Drawing.Area.Formatting property instead.
|
| com.aspose.cells.Workbook.removeExternalLinks()
Use ExternalLinkCollection.Clear() method instead.
|
| com.aspose.cells.TxtSaveOptions.setAlwaysQuoted(boolean)
Use QuoteType property instead.
|
| com.aspose.cells.Cell.setArrayFormula(String, int, int, boolean, boolean)
Use FormulaParseOptions for more options instead.
|
| com.aspose.cells.HtmlLoadOptions.setAttachedFilesDirectory(String)
Use HtmlLoadOptions.StreamProvider property instead.
|
| com.aspose.cells.Area.setAuto(boolean)
Use Aspose.Cells.Drawing.Area.Formatting property instead.
|
| com.aspose.cells.Axis.setAutoCross()
Use Aspose.Cells.Charts.Axis.CrossType property instead.
|
| com.aspose.cells.AutoFitterOptions.setAutoFitMergedCells(boolean)
Use AutoFitterOptions.AutoFitMergedCellsType property, instead.
|
| com.aspose.cells.Worksheet.setBackground(byte[])
Use Worksheet.BackgroundImage property instead.
|
| com.aspose.cells.LegendEntry.setBackground(int)
Use LegendEntry.BackgroundMode property instead.
|
| com.aspose.cells.ChartFrame.setBackground(int)
Use ChartFrame.BackgroundMode property instead.
|
| com.aspose.cells.ChartDataTable.setBackground(int)
Use ChartDataTable.BackgroundMode property instead.
|
| com.aspose.cells.Series.setBarShape(int)
Use Series.Bar3DShapeType property instead.
|
| com.aspose.cells.LineShape.setBeginArrowheadLength(int)
Use Shape.Line.BeginArrowheadLength property instead.
|
| com.aspose.cells.ArcShape.setBeginArrowheadLength(int)
Use Shape.Line.BeginArrowheadLength property instead.
|
| com.aspose.cells.LineShape.setBeginArrowheadStyle(int)
Use Shape.Line.BeginArrowheadStyle property instead.
|
| com.aspose.cells.ArcShape.setBeginArrowheadStyle(int)
Use Shape.Line.BeginArrowheadStyle property instead.
|
| com.aspose.cells.LineShape.setBeginArrowheadWidth(int)
Use Shape.Line.BeginArrowheadWidth property instead.
|
| com.aspose.cells.ArcShape.setBeginArrowheadWidth(int)
Use Shape.Line.BeginArrowheadWidth property instead.
|
| com.aspose.cells.Series.setBubbleSizeRepresents(int)
Use Aspose.Cells.Charts.Series.SizeRepresents property instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setBytes(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.setCalcMode(int)
Use FormulaSettings.CalculationMode instead.
|
| com.aspose.cells.WorkbookSettings.setCalcStackSize(int)
Use CalculationOptions.CalcStackSize instead.
|
| com.aspose.cells.WorkbookSettings.setCalculationId(String)
Use FormulaSettings.CalculationId instead.
|
| com.aspose.cells.ImageOrPrintOptions.setCellAutoFit(boolean)
Use Worksheet.AutoFitColumns(AutoFitterOptions) and Worksheet.AutoFitRows(AutoFitterOptions) instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setCharacters(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setCharactersWithSpaces(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.ImageOrPrintOptions.setChartImageType(ImageFormat)
Chart and Shape are always rendered as vector elements(e.g. point, line) for rendering quality.
|
| com.aspose.cells.CheckBox.setCheckValue(int)
Use CheckBox.CheckValueType property instead.
|
| com.aspose.cells.HtmlLoadOptions.setConvertFormulasData(boolean)
Use HtmlLoadOptions.HasFormula property instead.
|
| com.aspose.cells.WorkbookSettings.setCreateCalcChain(boolean)
Use FormulaSettings.EnableCalculationChain instead.
|
| com.aspose.cells.ExternalConnection.setCredentials(int)
Use ExternalConnection.CredentialsMethodType property instead.
|
| com.aspose.cells.Axis.setCrossAtMax(boolean)
Use Aspose.Cells.Charts.Axis.CrossType property instead.
|
| com.aspose.cells.CalculationOptions.setCustomFunction(ICustomFunction)
Use CustomEngine property instead.
|
| com.aspose.cells.Axis.setCustUnit(int)
Use Axis.CustomUnit property, instead.
|
| com.aspose.cells.Protection.setDeletingColumnsAllowed(boolean)
Use Protection.AllowDeletingColumn property instead.
|
| com.aspose.cells.Protection.setDeletingRowsAllowed(boolean)
Use Protection.AllowDeletingRow property instead.
|
| com.aspose.cells.ImageOrPrintOptions.setDesiredSize(int, int)
Use SetDesiredSize(int, int, bool) by setting param keepAspectRatio to false instead.
|
| com.aspose.cells.Protection.setEditingContentsAllowed(boolean)
Use Protection.AllowEditingContent property instead.
|
| com.aspose.cells.Protection.setEditingObjectsAllowed(boolean)
Use Protection.AllowEditingObject property instead.
|
| com.aspose.cells.Protection.setEditingScenariosAllowed(boolean)
Use Protection.AllowEditingScenario property instead.
|
| com.aspose.cells.WebQueryConnection.setEditPage(String)
Use WebQueryConnection.EditWebPage property instead.
|
| com.aspose.cells.LineShape.setEndArrowheadLength(int)
Use Shape.Line.EndArrowheadLength property instead.
|
| com.aspose.cells.ArcShape.setEndArrowheadLength(int)
Use Shape.Line.EndArrowheadLength property instead.
|
| com.aspose.cells.LineShape.setEndArrowheadStyle(int)
Use Shape.Line.EndArrowheadStyle property instead.
|
| com.aspose.cells.ArcShape.setEndArrowheadStyle(int)
Use Shape.Line.EndArrowheadStyle property instead.
|
| com.aspose.cells.LineShape.setEndArrowheadWidth(int)
Use Shape.Line.EndArrowheadWidth property instead.
|
| com.aspose.cells.ArcShape.setEndArrowheadWidth(int)
Use Shape.Line.EndArrowheadWidth property instead.
|
| com.aspose.cells.HtmlSaveOptions.setExportHeadings(boolean)
Use HtmlSaveOptions.ExportRowColumnHeadings instead.
|
| com.aspose.cells.HtmlSaveOptions.setExportObjectListener(IExportObjectListener)
Use HtmlSaveOptions.IStreamProvider property instead.
|
| com.aspose.cells.Protection.setFilteringAllowed(boolean)
Use Protection.AllowFiltering property instead.
|
| com.aspose.cells.WorkbookSettings.setForceFullCalculate(boolean)
Use FormulaSettings.ForceFullCalculation instead.
|
| com.aspose.cells.Protection.setFormattingCellsAllowed(boolean)
Use Protection.AllowFormattingCell property instead.
|
| com.aspose.cells.Protection.setFormattingColumnsAllowed(boolean)
Use Protection.AllowFormattingColumn property instead.
|
| com.aspose.cells.Protection.setFormattingRowsAllowed(boolean)
Use Protection.AllowFormattingRow property instead.
|
| com.aspose.cells.Cell.setFormula(String, boolean, boolean, Object)
Use FormulaParseOptions for more options instead.
|
| com.aspose.cells.Shape.setHeightInChart(int)
Use Aspose.Cells.Drawing.Shape.HeightInShape property instead.
|
| com.aspose.cells.JsonLayoutOptions.setIgnoreArrayTitle(boolean)
Use JsonLayoutOptions.IgnoreTitle property instead.
|
| com.aspose.cells.JsonLayoutOptions.setIgnoreObjectTitle(boolean)
Use JsonLayoutOptions.IgnoreTitle property instead.
|
| com.aspose.cells.PdfSaveOptions.setImageType(ImageFormat)
Chart and Shape are always rendered as vector elements(e.g. point, line) for rendering quality.
|
| com.aspose.cells.Protection.setInsertingColumnsAllowed(boolean)
Use Protection.AllowInsertingColumn property instead.
|
| com.aspose.cells.Protection.setInsertingHyperlinksAllowed(boolean)
Use Protection.AllowInsertingHyperlink property instead.
|
| com.aspose.cells.Protection.setInsertingRowsAllowed(boolean)
Use Protection.AllowInsertingRow property instead.
|
| com.aspose.cells.WorkbookSettings.setIteration(boolean)
Use FormulaSettings.EnableIterativeCalculation instead.
|
| com.aspose.cells.Shape.setLeftInChart(int)
Use Aspose.Cells.Drawing.Shape.LeftInShape property instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setLines(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.setMaxChange(double)
Use FormulaSettings.MaxChange instead.
|
| com.aspose.cells.WorkbookSettings.setMaxIteration(int)
Use FormulaSettings.MaxIteration instead.
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setParagraphs(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.WorkbookSettings.setParsingFormulaOnOpen(boolean)
Use LoadOptions.ParsingFormulaOnOpen instead.
|
| com.aspose.cells.Chart.setPlotVisibleCells(boolean)
Use PlotVisibleCellsOnly property instead.
|
| com.aspose.cells.Shape.setPositionX(int)
Use Aspose.Cells.Drawing.Shape.X property instead.
|
| com.aspose.cells.Shape.setPositionY(int)
Use Aspose.Cells.Drawing.Shape.Y property instead.
|
| com.aspose.cells.WorkbookSettings.setPrecisionAsDisplayed(boolean)
Use FormulaSettings.PrecisionAsDisplayed instead.
|
| com.aspose.cells.GlowEffect.setRadius(double)
Use GlowEffect.Size property instead.
|
| com.aspose.cells.WorkbookSettings.setRecalculateBeforeSave(boolean)
Use FormulaSettings.CalculateOnSave instead.
|
| com.aspose.cells.WorkbookSettings.setReCalculateOnOpen(boolean)
Use FormulaSettings.CalculateOnOpen instead.
|
| com.aspose.cells.ExternalConnection.setReconnectionMethod(int)
Use ExternalConnection.ReconnectionMethodType property instead.
|
| com.aspose.cells.ImageOrPrintOptions.setSaveFormat(int)
For Tiff/Svg, use ImageType; For Xps, use Workbook.Save(string, SaveOptions) with XpsSaveOptions
|
| com.aspose.cells.FindOptions.setSearchNext(boolean)
Use FindOptions.SearchBackward property instead.
|
| com.aspose.cells.Protection.setSelectingLockedCellsAllowed(boolean)
Use Protection.AllowSelectingLockedCell property instead.
|
| com.aspose.cells.Protection.setSelectingUnlockedCellsAllowed(boolean)
Use Protection.AllowSelectingUnlockedCell property instead.
|
| com.aspose.cells.DataLabels.setSeparator(int)
Use DataLabels.SeparatorType instead.
|
| com.aspose.cells.FillFormat.setSetType(int)
Use FillFormat.FillType instead.
|
| com.aspose.cells.Cell.setSharedFormula(String, int, int, boolean, boolean)
Use FormulaParseOptions for more options instead.
|
| com.aspose.cells.SvgSaveOptions.setSheetIndex(int)
Use ImageSaveOptions.ImageOrPrintOptions.SheetSet instead.
|
| com.aspose.cells.Protection.setSortingAllowed(boolean)
Use Protection.AllowSorting property instead.
|
| com.aspose.cells.OleObject.setSourceFullName(String)
Use OleObject.ObjectSourceFullName property instead.
|
| com.aspose.cells.LoadOptions.setStandardFont(String)
Use DefaultStyleSettings.FontName property instead.
|
| com.aspose.cells.LoadOptions.setStandardFontSize(double)
Use DefaultStyleSettings.FontSize property instead.
|
| com.aspose.cells.WorkbookSettings.setStreamProvider(IStreamProvider)
Use ResourceProvider property instead.
|
| com.aspose.cells.CustomProperty.setStringValue(String)
Use CustomProperty.Value property instead.
|
| com.aspose.cells.XlsSaveOptions.setTemplate(boolean)
Use XlsSaveOptions(SaveFormat.Xlt) when it is template, otherwise use XlsSaveOptions().
|
| com.aspose.cells.TickLabels.setTextDirection(int)
Use TickLabels.ReadingOrder property instead.
|
| com.aspose.cells.ChartTextFrame.setTextDirection(int)
Use ChartTextFrame.ReadingOrder property instead.
|
| com.aspose.cells.Shape.setTopInChart(int)
Use Aspose.Cells.Drawing.Shape.TopInShape property instead.
|
| com.aspose.cells.FillFormat.setType(int)
Use FillFormat.FillType instead.
|
| com.aspose.cells.Protection.setUsingPivotTablesAllowed(boolean)
Use Protection.AllowUsingPivotTable property instead.
|
| com.aspose.cells.FilterColumn.setVisibledropdown(boolean)
Use FilterColumn.IsDropdownVisible instead.
|
| com.aspose.cells.Shape.setWidthInChart(int)
Use Aspose.Cells.Drawing.Shape.WidthInShape property instead.
|
| com.aspose.cells.Chart.toImage(String, ImageFormat)
Use Chart.ToImage(string, ImageType) method instead.
|
| com.aspose.cells.WorkbookRender.toPrinter(String, int, int)
Use ToPrinter(string PrinterName) and ImageOrPrintOptions.PageIndex, PageCount instead.
|
| com.aspose.cells.SheetRender.toPrinter(String, int, int)
Use ToPrinter(string PrinterName) and ImageOrPrintOptions.PageIndex, PageCount instead.
|
| Constructor and Description |
|---|
| com.aspose.cells.SpreadsheetML2003SaveOptions(int)
Use SpreadsheetML2003SaveOptions() constructor instead.
|
| com.aspose.cells.Style()
Use CellsFactory.CreateStyle() method instead.
|
| com.aspose.cells.SvgSaveOptions()
Use ImageSaveOptions(SaveFormat.Svg) instead and set ImageSaveOptions.ImageOrPrintOptions.OnePagePerSheet to true.
|
| com.aspose.cells.SvgSaveOptions(int)
Use SvgSaveOptions() constructor instead.
|
| com.aspose.cells.XlsbSaveOptions(int)
Use XlsbSaveOptions() constructor instead.
|
| com.aspose.cells.XpsSaveOptions(int)
Use XpsSaveOptions() constructor instead.
|
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.