| Class and Description |
|---|
| com.aspose.cells.PivotItemPosition
Use PivotItemPositionType enum instead.
|
| com.aspose.cells.SvgSaveOptions
Use ImageSaveOptions class instead.
|
| com.aspose.cells.SxRng
Use PivotFieldGroupSettings class instead.
|
| Field and Description |
|---|
| com.aspose.cells.ChartSplitType.AUTO
Use Series.IsAutoSplit property instead.
|
| com.aspose.cells.ErrorCheckType.CALC
Use ErrorCheckType.EvaluationError instead.
|
| com.aspose.cells.DisplayUnitType.CUST
Use DisplayUnitType.Custom, instead.
|
| com.aspose.cells.PdfCompliance.NONE
Use PdfCompliance.Pdf14 instead.
|
| com.aspose.cells.LoadDataFilterOptions.NONE
Use Structure instead.
|
| com.aspose.cells.FileFormatType.NUMBERS
Use FileFormatType.Numbers09 instead.
|
| com.aspose.cells.PivotGroupByType.RANGE_OF_VALUES
Use PivotGroupByType.Numbers instead.
|
| com.aspose.cells.LoadDataFilterOptions.SHAPE
Use Drawing instead.
|
| com.aspose.cells.ConnectionDataSourceType.TABLE
Use WorksheetDataModel enum instead.
|
| com.aspose.cells.ErrorCheckType.TEXT_DATE
Use ErrorCheckType.TwoDigitTextYear instead.
|
| com.aspose.cells.ErrorCheckType.TEXT_NUMBER
Use ErrorCheckType.NumberStoredAsText instead.
|
| com.aspose.cells.ErrorCheckType.UNPROCTED_FORMULA
Use ErrorCheckType.UnproctedFormula instead.
|
| com.aspose.cells.ErrorCheckType.VALIDATION
Use ErrorCheckType.TableDataValidation 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.PivotItemCollection.changeitemsOrder(int, int)
Use PivotItemCollection.SwapItem() method instead.
|
| com.aspose.cells.SeriesCollection.changeSeriesOrder(int, int)
Use SeriesCollection.SwapSeries property, instead.
|
| com.aspose.cells.CellsHelper.convertA1FormulaToR1C1(String, int, int)
Use Worksheet.ConvertFormulaReferenceStyle() method instead.
|
| com.aspose.cells.CellsHelper.convertR1C1FormulaToA1(String, int, int)
Use Worksheet.ConvertFormulaReferenceStyle() method instead.
|
| com.aspose.cells.JsonUtility.exportRangeToJson(Range, ExportRangeToJsonOptions)
Use ExportRangeToJson(Range range, JsonSaveOptions options) method instead.
|
| com.aspose.cells.PivotTable.fields(int)
Use PivotField.GetFields() method 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.Axis.getAxisLabels()
Use Axis.GetAxisTexts method, instead.
|
| com.aspose.cells.LegendEntry.getBackground()
Use LegendEntry.BackgroundMode property instead.
|
| com.aspose.cells.ChartFrame.getBackground()
Use ChartFrame.BackgroundMode property instead.
|
| com.aspose.cells.PivotField.getBaseFieldIndex()
Use PivotField.ShowValuesSetting.BaseFieldIndex property instead.
|
| com.aspose.cells.PivotField.getBaseItemIndex()
Use PivotField.ShowValuesSetting.BaseItemIndex property instead.
|
| com.aspose.cells.PivotField.getBaseItemPosition()
Use PivotField.ShowValuesSetting.BaseItemPositionType 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.Title.getCharacters()
Use Title.Characters() method instead.
|
| com.aspose.cells.Shape.getCharacters()
Use Shape.GetRichFormattings() instead.
|
| com.aspose.cells.Comment.getCharacters()
Use Comment.GetRichFormattings() 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.GlobalizationSettings.getColumnLabelsOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfColumnLabels() method instead.
|
| com.aspose.cells.Cells.getColumnOriginalWidthPoint(int)
Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead.
|
| com.aspose.cells.Cells.getColumnWidthInch(int)
Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead.
|
| com.aspose.cells.Cells.getColumnWidthPixel(int, boolean)
Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead.
|
| com.aspose.cells.HtmlLoadOptions.getConvertFormulasData()
Use HtmlLoadOptions.HasFormula property instead.
|
| com.aspose.cells.ExternalConnection.getCredentials()
Use ExternalConnection.CredentialsMethodType property instead.
|
| com.aspose.cells.Axis.getCustUnit()
Use Axis.CustomUnit property, instead.
|
| com.aspose.cells.PivotField.getDataDisplayFormat()
Use PivotField.ShowValuesSetting.CalculationType 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.PdfSecurityOptions.getExtractContentPermissionObsolete()
Use ExtractContentPermission property instead.
|
| com.aspose.cells.Shape.getFillFormat()
Use Shape.Fill 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.ChartPoint.getInnerRadiusPx()
Use ChartPoint.DoughnutInnerRadius property, instead.
|
| com.aspose.cells.Cell.getLeafs()
Use GetDependentsInCalculation(bool) instead.
|
| com.aspose.cells.Cell.getLeafs(boolean)
Use GetDependentsInCalculation(bool) instead.
|
| com.aspose.cells.Legend.getLegendEntriesLabels()
Use Legend.GetLegendLabels method, 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.Cells.getMergedCells()
Use Cells.GetMergedAreas() instead.
|
| com.aspose.cells.HtmlSaveOptions.getMergeEmptyTdForcely()
Use HtmlSaveOptions.MergeEmptyTdType instead.
|
| com.aspose.cells.GlobalizationSettings.getMultipleItemsName()
Use PivotGlobalizationSettings.GetTextOfMultipleItems() method instead.
|
| com.aspose.cells.HtmlTableLoadOption.getName()
Please use HtmlTableLoadOption.Id instead
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.getParagraphs()
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.PivotField.getPivotFilters()
Use PivotField.GetFilters() 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.GlobalizationSettings.getProtectionNameOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.
|
| com.aspose.cells.GlowEffect.getRadius()
Use GlowEffect.Size property instead.
|
| com.aspose.cells.PivotField.getRange()
Use PivotField.GroupSettings property instead.
|
| com.aspose.cells.ExternalConnection.getReconnectionMethod()
Use ExternalConnection.ReconnectionMethodType property instead.
|
| com.aspose.cells.Cells.getRowEnumerator()
Use RowCollection.GetEnumerator() method, instead.
|
| com.aspose.cells.GlobalizationSettings.getRowLabelsNameOfPivotTable()
Use PivotGlobalizationSettings.GetTextOfRowLabels() method instead.
|
| com.aspose.cells.Cells.getRowOriginalHeightPoint(int)
Use Cells.GetRowHeight(int,bool,CellsUnitType) 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.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.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.PivotGlobalizationSettings.getTextOfProtection()
Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.
|
| com.aspose.cells.Style.getTwoColorGradient()
Use Style.GetTwoColorGradientSetting() method instead.
|
| com.aspose.cells.FillFormat.getType()
Use FillFormat.FillType instead.
|
| com.aspose.cells.ChartDataTable.hasBorderHorizontal()
Use ChartDataTable.HasHorizontalBorder property, instead.
|
| com.aspose.cells.ChartDataTable.hasBorderOutline()
Use ChartDataTable.HasOutlineBorder property, instead.
|
| com.aspose.cells.ChartDataTable.hasBorderVertical()
Use ChartDataTable.HasVerticalBorder 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.ImageOrPrintOptions.isCellAutoFit()
Use Worksheet.AutoFitColumns(AutoFitterOptions) and Worksheet.AutoFitRows(AutoFitterOptions) 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.Shape.isLockAspectRatio()
Use Shape.IsAspectRatioLocked property 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.OdsSaveOptions.isStrictSchema11()
Use OdsSaveOptions.OdfStrictVersion 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.Workbook.removeExternalLinks()
Use ExternalLinkCollection.Clear() method instead.
|
| com.aspose.cells.AxisBins.resetOverflow()
This is an internal method.
|
| com.aspose.cells.AxisBins.resetUnderflow()
This is an internal method.
|
| 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.AutoFitterOptions.setAutoFitMergedCells(boolean)
Use AutoFitterOptions.AutoFitMergedCellsType property, instead.
|
| com.aspose.cells.PivotTable.setAutoGroupField(int)
Use PivotField.GroupBy() method instead.
|
| com.aspose.cells.PivotTable.setAutoGroupField(PivotField)
Use PivotField.GroupBy() method 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.PivotField.setBaseFieldIndex(int)
Use PivotField.ShowValuesSetting.BaseFieldIndex property instead.
|
| com.aspose.cells.PivotField.setBaseItemIndex(int)
Use PivotField.ShowValuesSetting.BaseItemIndex property instead.
|
| com.aspose.cells.PivotField.setBaseItemPosition(int)
Use PivotField.ShowValuesSetting.BaseItemPositionType 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.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.ExternalConnection.setCredentials(int)
Use ExternalConnection.CredentialsMethodType property instead.
|
| com.aspose.cells.Axis.setCustUnit(int)
Use Axis.CustomUnit property, instead.
|
| com.aspose.cells.PivotField.setDataDisplayFormat(int)
Use PivotField.ShowValuesSetting.CalculationType 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.PdfSecurityOptions.setExtractContentPermissionObsolete(boolean)
Use ExtractContentPermission property instead.
|
| com.aspose.cells.Protection.setFilteringAllowed(boolean)
Use Protection.AllowFiltering property 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.ChartDataTable.setHasBorderHorizontal(boolean)
Use ChartDataTable.HasHorizontalBorder property, instead.
|
| com.aspose.cells.ChartDataTable.setHasBorderOutline(boolean)
Use ChartDataTable.HasOutlineBorder property, instead.
|
| com.aspose.cells.ChartDataTable.setHasBorderVertical(boolean)
Use ChartDataTable.HasVerticalBorder 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.BuiltInDocumentPropertyCollection.setLines(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.Shape.setLockAspectRatio(boolean)
Use Shape.IsAspectRatioLocked property instead.
|
| com.aspose.cells.PivotTable.setManualGroupField(int, DateTime, DateTime, ArrayList, int)
Use PivotField.GroupBy() method instead.
|
| com.aspose.cells.PivotTable.setManualGroupField(int, double, double, ArrayList, double)
Use PivotField.GroupBy() method instead.
|
| com.aspose.cells.PivotTable.setManualGroupField(PivotField, DateTime, DateTime, ArrayList, int)
Use PivotField.GroupBy() method instead.
|
| com.aspose.cells.PivotTable.setManualGroupField(PivotField, double, double, ArrayList, double)
Use PivotField.GroupBy() method instead.
|
| com.aspose.cells.HtmlSaveOptions.setMergeEmptyTdForcely(boolean)
Use HtmlSaveOptions.MergeEmptyTdType instead.
|
| com.aspose.cells.HtmlTableLoadOption.setName(String)
Please use HtmlTableLoadOption.Id instead
|
| com.aspose.cells.BuiltInDocumentPropertyCollection.setParagraphs(int)
This property is written for Word and PowerPoint. Excel will omit this property
|
| com.aspose.cells.Chart.setPlotVisibleCells(boolean)
Use PlotVisibleCellsOnly property instead.
|
| com.aspose.cells.GlowEffect.setRadius(double)
Use GlowEffect.Size property 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.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.OdsSaveOptions.setStrictSchema11(boolean)
Use OdsSaveOptions.OdfStrictVersion 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.FillFormat.setType(int)
Use FillFormat.FillType instead.
|
| com.aspose.cells.PivotTable.setUngroup(int)
Use PivotField.Ungroup() method instead.
|
| com.aspose.cells.PivotTable.setUngroup(PivotField)
Use PivotField.Ungroup() method instead.
|
| com.aspose.cells.Protection.setUsingPivotTablesAllowed(boolean)
Use Protection.AllowUsingPivotTable 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.
|
| com.aspose.cells.Range.union(Range)
Use Range.UnionRanges() instead.
|
| com.aspose.cells.Range.unionRang(Range)
Use Range.UnionRanges() 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.