Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate
A B C D E F G H I J L M N O P R S T U V W Y

G

GENERAL - Static variable in exception com.aspose.cells.ExcelException
Represents a general error.
GENERAL - Static variable in interface com.aspose.cells.HorizontalAlignmentType
Represents general text alignment.
get(int) - Method in class com.aspose.cells.ConditionalFormattings
Gets FormatConditions object by index.
get(int) - Method in class com.aspose.cells.HPageBreaks
Gets the HPageBreak object by index.
get(int) - Method in class com.aspose.cells.NSeries
Gets Series object by index.
get(int) - Method in class com.aspose.cells.Pictures
Gets Picture object by index.
get(int) - Method in class com.aspose.cells.Trendlines
Gets Trendline object by index.
get(int) - Method in class com.aspose.cells.Validations
Gets validation object by index.
get(int) - Method in class com.aspose.cells.VPageBreaks
Gets the VPageBreak object by index.
getActiveSheet() - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getActiveSheet().
getActiveSheet() - Method in class com.aspose.cells.Worksheets
Gets the active sheet.
getActiveSheetIndex() - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getActiveSheetIndex().
getActiveSheetIndex() - Method in class com.aspose.cells.Worksheets
Gets the active sheet index.
getAddress() - Method in class com.aspose.cells.Hyperlink
Gets the address of the hyperlink
getAlertType() - Method in class com.aspose.cells.Validation
Gets the validation alert style.
getArea() - Method in class com.aspose.cells.ASeries
Gets the background area of ASeries object.
getArea() - Method in class com.aspose.cells.Floor
Gets the Area.
getArea() - Method in class com.aspose.cells.Walls
Gets the Area.
getAreaList() - Method in class com.aspose.cells.Validation
Gets a collection of CellArea
getAutoFilter() - Method in class com.aspose.cells.Worksheet
Gets autofiltering object for the specified worksheet.
getBackgroundColor() - Method in class com.aspose.cells.Area
Gets the background Color of the Area.
getBackward() - Method in class com.aspose.cells.Trendline
Gets the number of periods (or units on a scatter chart) that the trendline extends backward.
getBlue() - Method in class com.aspose.cells.Color
Gets the blue component value.
getBorder() - Method in class com.aspose.cells.ASeries
Gets the line or border of ASeries object.
getBorder() - Method in class com.aspose.cells.ChartDataTable
Gets a Line object that represents the border of the chart data table.
getBorder() - Method in class com.aspose.cells.Floor
Gets the border Line.
getBorder() - Method in class com.aspose.cells.Walls
Gets the border Line.
getBorderColor(int) - Method in class com.aspose.cells.Style
Gets the color of the specified border.
getBorderLine(int) - Method in class com.aspose.cells.Style
Gets the border line type of the specified boder.
getBottomMargin() - Method in class com.aspose.cells.PageSetup
Gets the size of the bottom margin, in unit of centimeters.
getBottomMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the size of the bottom margin, in unit of inches.
getBubbleSizes() - Method in class com.aspose.cells.ASeries
Gets the size data for the bubble chart.
getCalculationMode() - Method in class com.aspose.cells.Excel
Returns the calculation mode.
getCategoryAxis() - Method in class com.aspose.cells.Chart
Gets the chart's category axis.
getCategoryData() - Method in class com.aspose.cells.NSeries
Gets the range of category Axis values.
getCell(int, int) - Method in class com.aspose.cells.Cells
Gets the cell object with the specified row index and column index.
getCell(String) - Method in class com.aspose.cells.Cells
Gets the cell object by the cell name(like "A1").
getCell(int, int) - Method in class com.aspose.cells.NamedRange
Gets Cell object in this range.
getCell(int) - Method in class com.aspose.cells.Row
Gets the cell at the specified column index.
getCell(int, int) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getCell(int,int)
getCell(String) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getCell(String)
getCellIterator() - Method in class com.aspose.cells.Row
Returns an iterator which can iterate all defined cells in this row.
getCells() - Method in class com.aspose.cells.NamedRange
Gets all cells in the range.
getCells() - Method in class com.aspose.cells.Worksheet
Gets a collection of Cell objects.
getCenterFooter() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the center section footer of an Excel file.
getCenterHeader() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the center section header of an Excel file.
getCharacters() - Method in class com.aspose.cells.Cell
Gets the rich text settings of a cell.
getChart(int) - Method in class com.aspose.cells.Charts
Gets chart object by index.
getChartArea() - Method in class com.aspose.cells.Chart
Gets the chart area in the worksheet.
getChartDataTable() - Method in class com.aspose.cells.Chart
Gets chart data table.
getCharts() - Method in class com.aspose.cells.Worksheet
Gets a Charts collection.
getCode() - Method in exception com.aspose.cells.ExcelException
Gets the exception code.
getColor() - Method in class com.aspose.cells.Font
Gets the font color.
getColor() - Method in class com.aspose.cells.Line
Gets the Color of the line.
getColor(int) - Method in class com.aspose.cells.Palette
Gets the color in the palette at the specified index(0-55).
getColor() - Method in class com.aspose.cells.Style
Gets the cell shading color.
getColumn(int) - Method in class com.aspose.cells.Columns
Gets a column object by its index.
getColumn() - Method in class com.aspose.cells.VPageBreak
Gets column index, zero based.
getColumnIndex() - Method in class com.aspose.cells.Cell
Gets the column index of the cell.
getColumns() - Method in class com.aspose.cells.Cells
Gets the collection of Column objects that represents the individual columns in this worksheet.
getColumnStyle(int) - Method in class com.aspose.cells.Worksheet
Gets the style setting for the specified column.
getColumnWidth(int) - Method in class com.aspose.cells.Cells
Gets the width of the column at the given column index, in unit of characters using default font.
getColumnWidth(int) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getColumnWidth(int)
getConditionalFormattings() - Method in class com.aspose.cells.Worksheet
Gets the ConditionalFormattings in the worksheet.
getCrossAt() - Method in class com.aspose.cells.CategoryAxis
Gets the point on the category axis where the other axis crosses.
getCrossAt() - Method in class com.aspose.cells.ValueAxis
Gets the point on the value axis where the other axis crosses.
getCustom() - Method in class com.aspose.cells.Style
Gets the custom number format string.
getDataLabels() - Method in class com.aspose.cells.ASeries
Gets the DataLabels object for the specified Series.
getDefaultColumnWidth() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getStandardWidth()
getDefaultRowHeight() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getStandardHeight()
getDefaultStyle() - Method in class com.aspose.cells.Excel
Gets the default style of the workbook.
getDepthPercent() - Method in class com.aspose.cells.Chart
Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).
getElevation() - Method in class com.aspose.cells.Chart
Represents the elevation of the 3-D chart view, in degrees(between -90 and 90).
getEndColumn() - Method in class com.aspose.cells.CellArea
Gets the column index of the bottom right cell.
getEndColumn() - Method in class com.aspose.cells.NamedRange
Gets the column index of the bottom right cell.
getEndRow() - Method in class com.aspose.cells.CellArea
Gets the row index of the bottom right cell.
getEndRow() - Method in class com.aspose.cells.NamedRange
Gets the row index of the bottom right cell.
getErrorMessage() - Method in class com.aspose.cells.Validation
Gets the data validation error message.
getErrorTitle() - Method in class com.aspose.cells.Validation
Gets the title of the data-validation error dialog box.
getEscapement() - Method in class com.aspose.cells.Font
Gets the escapement type.
getFamily() - Method in class com.aspose.cells.Font
Gets the font family.
getFirstCellIndex() - Method in class com.aspose.cells.Row
Gets the index of the first defined row.
getFirstPageNumber() - Method in class com.aspose.cells.PageSetup
Gets the first page number that will be used when this sheet is printed.
getFirstRowIndex() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getMinRow()
getFirstSliceAngle() - Method in class com.aspose.cells.Chart
Gets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).
getFirstVisibleColumn() - Method in class com.aspose.cells.Worksheet
Gets first visible column index.
getFirstVisibleRow() - Method in class com.aspose.cells.Worksheet
Gets first visible row index.
getFitToPagesTall() - Method in class com.aspose.cells.PageSetup
Gets the number of pages tall the worksheet will be scaled to when it's printed.
getFitToPagesWide() - Method in class com.aspose.cells.PageSetup
Gets the number of pages wide the worksheet will be scaled to when it's printed.
getFloor() - Method in class com.aspose.cells.Chart
Gets a Floor object that represents the walls of a 3-D chart.
getFont() - Method in class com.aspose.cells.Characters
Gets the font of this object.
getFont() - Method in class com.aspose.cells.ChartArea
Gets a Font object of the chart area.
getFont() - Method in class com.aspose.cells.ChartDataTable
Gets a Font object which represents the font setting of the specified chart data table.
getFont() - Method in class com.aspose.cells.DataLabels
Gets a Font object of the chart data label.
getFont() - Method in class com.aspose.cells.Legend
Gets a Font object of the chart legend.
getFont() - Method in class com.aspose.cells.Style
Gets the font of the style.
getFont() - Method in class com.aspose.cells.Title
Gets a Font object of title.
getFooterMargin() - Method in class com.aspose.cells.PageSetup
Gets the distance from the bottom of the page to the footer, in unit of centimeters.
getFooterMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the distance from the bottom of the page to the footer, in unit of inches.
getForegroundColor() - Method in class com.aspose.cells.Area
Gets the foreground Color.
getFormatCondition(int) - Method in class com.aspose.cells.FormatConditions
Gets the formatting conidition by index.
getFormula() - Method in class com.aspose.cells.Cell
Gets the formula of the cell.
getFormula1() - Method in class com.aspose.cells.FormatCondition
Gets the value or expression associated with conditional formatting.
getFormula1() - Method in class com.aspose.cells.Validation
Gets the value or expression associated with the data validation.
getFormula2() - Method in class com.aspose.cells.FormatCondition
Gets the value or expression associated with conditional formatting.
getFormula2() - Method in class com.aspose.cells.Validation
Sets the value or expression associated with the second part of the data validation.
getForward() - Method in class com.aspose.cells.Trendline
Gets the number of periods (or units on a scatter chart) that the trendline extends forward.
getGreen() - Method in class com.aspose.cells.Color
Gets the green component value.
getHAlignment() - Method in class com.aspose.cells.Style
Gets the horizontal alignment type.
getHeaderMargin() - Method in class com.aspose.cells.PageSetup
Gets the distance from the top of the page to the header, in unit of centimeters.
getHeaderMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the distance from the top of the page to the header, in unit of inches.
getHeight() - Method in class com.aspose.cells.Row
Gets the height of the row in points.
getHPageBreaks() - Method in class com.aspose.cells.Worksheet
Get the HPageBreaks in the worksheet.
getHyperlink(int) - Method in class com.aspose.cells.Hyperlinks
Gets Hyberlink object by index.
getHyperlinks() - Method in class com.aspose.cells.Worksheet
Get the Hyperlinks in the worksheet.
getIndent() - Method in class com.aspose.cells.Style
Gets the indent level.
getInputMessage() - Method in class com.aspose.cells.Validation
Getss the data validation input message.
getInputTitle() - Method in class com.aspose.cells.Validation
Gets the title of the data validation input dialog box.
getIntercept() - Method in class com.aspose.cells.Trendline
Gets the point where the trendline crosses the value axis.
getLastCellIndex() - Method in class com.aspose.cells.Row
Gets the index of the last defined row.
getLastRowIndex() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getMaxRow()
getLeftFooter() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the left section footer of an Excel file.
getLeftHeader() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the left section header of an Excel file.
getLeftMargin() - Method in class com.aspose.cells.PageSetup
Gets the size of the left margin, in unit of centimeters.
getLeftMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the size of the left margin, in unit of inches.
getLegend() - Method in class com.aspose.cells.Chart
Gets the chart legend.
getLength() - Method in class com.aspose.cells.Characters
Gets the character counts start at the start index.
getLine() - Method in class com.aspose.cells.Trendline
Gets the line or border of Trendlines object.
getMajorUnit() - Method in class com.aspose.cells.ValueAxis
Gets the major units for the value axis.
getMarkerBackgroundColor() - Method in class com.aspose.cells.ASeries
Gets the marker backgournd color in a line chart, scatter chart, or radar chart.
getMarkerForegroundColor() - Method in class com.aspose.cells.ASeries
Gets the marker foregournd color in a line chart, scatter chart, or radar chart.
getMarkerSize() - Method in class com.aspose.cells.ASeries
Gets the marker size in a line chart, scatter chart, or radar chart.
getMarkerStyle() - Method in class com.aspose.cells.ASeries
Gets the marker style in a line chart, scatter chart, or radar chart.
getMaxRow() - Method in class com.aspose.cells.Cells
Returns the last defined row index.
getMaxValue() - Method in class com.aspose.cells.ValueAxis
Gets the maximum value on the value axis.
getMergedCells() - Method in class com.aspose.cells.Cells
Gets the collection of merged cell ranges in the worksheet.
getMergedCells() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getMergedCells()
getMinorUnit() - Method in class com.aspose.cells.ValueAxis
Gets the minor units for the value axis.
getMinRow() - Method in class com.aspose.cells.Cells
Returns the first defined row index.
getMinValue() - Method in class com.aspose.cells.ValueAxis
Gets the minimum value on the value axis.
getName() - Method in class com.aspose.cells.ASeries
Gets the name of the data series.
getName() - Method in class com.aspose.cells.Font
Gets the font name.
getName() - Method in class com.aspose.cells.Style
Gets the style name.
getName() - Method in class com.aspose.cells.Trendline
Gets the name of the trendline.
getName() - Method in class com.aspose.cells.Worksheet
Returns the name of the worksheet.
getNamedRanges() - Method in class com.aspose.cells.Worksheet
Gets all pre-defined named ranges in the specific worksheet.
getNamedRanges() - Method in class com.aspose.cells.Worksheets
Gets all pre-defined named ranges in the spreadsheet.
getNamedStyle(String) - Method in class com.aspose.cells.Excel
Gets a style by it's name.
getNamedStyles() - Method in class com.aspose.cells.Excel
Gets all named styles within the workbook.
getNSeries() - Method in class com.aspose.cells.Chart
Gets a NSeries object representing the data series in the chart.
getNumber() - Method in class com.aspose.cells.DataLabels
Gets the built-in display format of numbers and dates.
getNumber() - Method in class com.aspose.cells.Style
Gets the built-in display format of numbers and dates.
getNumerOfSheets() - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getNumerOfSheets().
getNumerOfSheets() - Method in class com.aspose.cells.Worksheets
Gets the number of sheets in the workbook.
getOperator() - Method in class com.aspose.cells.FormatCondition
Gets the conditional format operator.
getOperator() - Method in class com.aspose.cells.Validation
Gets the operator for the data validation.
getOrder() - Method in class com.aspose.cells.Trendline
Gets the trendline order (between 2 and 6) when the trendline type is Polynomial.
getOrientation() - Method in class com.aspose.cells.PageSetup
Gets page print orientation.
getPageOrder() - Method in class com.aspose.cells.PageSetup
Gets the order that Microsoft Excel uses to number pages when printing a large worksheet.
getPageSetup() - Method in class com.aspose.cells.Worksheet
Get the page setup options in the worksheet.
getPalette() - Method in class com.aspose.cells.Excel
Gets the palette of the workbook.
getPaperSize() - Method in class com.aspose.cells.PageSetup
Gets the size of the paper.
getPassword() - Method in class com.aspose.cells.Protection
Gets the password to protect the worksheet.
getPasswordHash() - Method in class com.aspose.cells.Protection
Gets the password hash.
getPatternColor() - Method in class com.aspose.cells.Style
Gets the pattern color.
getPatternStyle() - Method in class com.aspose.cells.Style
Gets the pattern style.
getPeriod() - Method in class com.aspose.cells.Trendline
Gets the period for the moving-average trendline.
getPerspective() - Method in class com.aspose.cells.Chart
Gets the perspective for the 3-D chart view.
getPictures() - Method in class com.aspose.cells.Worksheet
Gets a Pictures collection.
getPlacement() - Method in class com.aspose.cells.Picture
Gets the way the picture is attached to the cells below it.
getPlotArea() - Method in class com.aspose.cells.Chart
Gets the chart's plot area.
getPosition() - Method in class com.aspose.cells.Legend
Gets the legend position type.
getPrintArea() - Method in class com.aspose.cells.PageSetup
Gets the range to be printed.
getPrintComments() - Method in class com.aspose.cells.PageSetup
Gets the way comments are printed with the sheet.
getPrintErrors() - Method in class com.aspose.cells.PageSetup
Gets the type of print error displayed.
getPrintQuality() - Method in class com.aspose.cells.PageSetup
Gets the print quality.
getPrintTitleColumns() - Method in class com.aspose.cells.PageSetup
Gets the columns that contain the cells to be repeated on the left side of each page.
getPrintTitleRows() - Method in class com.aspose.cells.PageSetup
Gets the rows that contain the cells to be repeated at the top of each page.
getProtection() - Method in class com.aspose.cells.Worksheet
Gets the current protection settings.
getRangeByName(String) - Method in class com.aspose.cells.Worksheets
Gets NamedRange object by pre-defined name.
getRed() - Method in class com.aspose.cells.Color
Gets the red component value.
getRightFooter() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the right section footer of an Excel file.
getRightHeader() - Method in class com.aspose.cells.PageSetup
Gets a script formatting the right section header of an Excel file.
getRightMargin() - Method in class com.aspose.cells.PageSetup
Gets the size of the right margin, in unit of centimeters.
getRightMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the size of the right margin, in unit of inches.
getRotation() - Method in class com.aspose.cells.Chart
Represents the rotation of the 3-D chart view (the rotation of the plot area around the series axis, in degrees)(between 0 and 360).
getRotation() - Method in class com.aspose.cells.Style
Gets the rotation degrees.
getRow(int) - Method in class com.aspose.cells.Cells
Gets the row at the specified row index.
getRow() - Method in class com.aspose.cells.HPageBreak
Gets rolumn index, zero based.
getRow(int) - Method in class com.aspose.cells.Rows
Gets the row at the specified row index.
getRow(int) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getRow(int)
getRowIndex() - Method in class com.aspose.cells.Cell
Gets the row index of the cell.
getRowIndex() - Method in class com.aspose.cells.Row
Gets the row index.
getRowIterator() - Method in class com.aspose.cells.Cells
Returns an iterator which can iterate all defined rows in this worksheet.
getRowIterator() - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.getRowIterator()
getRows() - Method in class com.aspose.cells.Cells
Gets the collection of Row objects that represents the individual rows in this worksheet.
getScreenTip() - Method in class com.aspose.cells.Hyperlink
Gets screen tip of the hyperlink.
getSeriesAxis() - Method in class com.aspose.cells.Chart
Gets the chart's series axis.
getSheet(int) - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getSheet(int).
getSheet(String) - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getSheet(String).
getSheet(int) - Method in class com.aspose.cells.Worksheets
Returns the sheet at the specified index.
getSheet(String) - Method in class com.aspose.cells.Worksheets
Gets the sheet with the specified name.
getSheetIndex(String) - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getSheetIndex(String).
getSheetIndex(String) - Method in class com.aspose.cells.Worksheets
Gets the sheet's index according to its name.
getSheetName(int) - Method in class com.aspose.cells.Excel
Deprecated. Replaced by Worksheets.getSheetName(int).
getSheetName(int) - Method in class com.aspose.cells.Worksheets
Returns the name of the sheet at the specified index.
getSize() - Method in class com.aspose.cells.Font
Gets the font size in points.
getStandardHeight() - Method in class com.aspose.cells.Cells
Gets the default row height of the worksheet in points.
getStandardWidth() - Method in class com.aspose.cells.Cells
Returns the default column width of the worksheet, in unit of characters with default font.
getStartColumn() - Method in class com.aspose.cells.CellArea
Gets the column index of the top left cell.
getStartColumn() - Method in class com.aspose.cells.NamedRange
Gets the column index of the top left cell.
getStartIndex() - Method in class com.aspose.cells.Characters
Gets the start index of characters.
getStartRow() - Method in class com.aspose.cells.CellArea
Gets the row index of the top left cell.
getStartRow() - Method in class com.aspose.cells.NamedRange
Gets the row index of the top left cell.
getStringValue() - Method in class com.aspose.cells.Cell
Gets the string value contained in the cell.
getStyle() - Method in class com.aspose.cells.Cell
Gets the style of the cell.
getStyle() - Method in class com.aspose.cells.Column
Gets the style setting for the column.
getStyle() - Method in class com.aspose.cells.FormatCondition
Gets style of conditional formatted cell range.
getStyle() - Method in class com.aspose.cells.Line
Gets the style of the line.
getStyle() - Method in class com.aspose.cells.Row
Gets the style of the row.
getTabColor() - Method in class com.aspose.cells.Worksheet
Gets the colour of the tab below the sheet containing the sheet name.
getText() - Method in class com.aspose.cells.NamedRange
Gets the name of the range.
getText() - Method in class com.aspose.cells.Title
Sets the text of a frame's title.
getTextDirection() - Method in class com.aspose.cells.Style
Gets the text direction type.
getTextHorizontalAlignment() - Method in class com.aspose.cells.DataLabels
Gets the text horizontal alignment.
getTextHorizontalAlignment() - Method in class com.aspose.cells.Title
Gets the text horizontal alignment.
getTextToDisplay() - Method in class com.aspose.cells.Hyperlink
Gets text to be displayed for the hyperlink.
getTextVerticalAlignment() - Method in class com.aspose.cells.DataLabels
Gets the text vertical alignment of text.
getTextVerticalAlignment() - Method in class com.aspose.cells.Title
Gets the text vertical alignment of text.
getTickLabelSpacing() - Method in class com.aspose.cells.CategoryAxis
Gets the number of category between tick-mark labels.
getTickLabelSpacing() - Method in class com.aspose.cells.SeriesAxis
Gets the number of series between tick-mark labels.
getTickMarkSpacing() - Method in class com.aspose.cells.CategoryAxis
Gets the number of category between tick marks.
getTickMarkSpacing() - Method in class com.aspose.cells.SeriesAxis
Gets the number of series between tick marks.
getTitle() - Method in class com.aspose.cells.CategoryAxis
Gets the category axis' title.
getTitle() - Method in class com.aspose.cells.Chart
Gets the chart's title.
getTitle() - Method in class com.aspose.cells.SeriesAxis
Gets the axis' title.
getTitle() - Method in class com.aspose.cells.ValueAxis
Gets the value axis' title.
getTopMargin() - Method in class com.aspose.cells.PageSetup
Gets the size of the top margin, in unit of centimeters.
getTopMarginInch() - Method in class com.aspose.cells.PageSetup
Gets the size of the top margin, in unit of inches.
getTrendlines() - Method in class com.aspose.cells.ASeries
Gets Trendlines object represents a collection of all the trendlines for the series.
getType() - Method in class com.aspose.cells.FormatCondition
Gets whether the conditional format is based on a cell value or an expression.
getType() - Method in class com.aspose.cells.Validation
Gets the validation data type.
getType() - Method in class com.aspose.cells.Worksheet
Returns the type of the worksheet.
getUnderline() - Method in class com.aspose.cells.Font
Gets the underline type.
getValidations() - Method in class com.aspose.cells.Worksheet
Get the Validations in the worksheet.
getVAlignment() - Method in class com.aspose.cells.Style
Gets the vertical alignment type.
getValue() - Method in class com.aspose.cells.Cell
Gets the cell's value.
getValueAxis() - Method in class com.aspose.cells.Chart
Gets the chart's value axis.
getValues() - Method in class com.aspose.cells.ASeries
Gets the data of the chart series.
getValueType() - Method in class com.aspose.cells.Cell
Gets the cell's value type.
getVPageBreaks() - Method in class com.aspose.cells.Worksheet
Get the VPageBreaks in the worksheet.
getWalls() - Method in class com.aspose.cells.Chart
Gets a Walls object that represents the walls of a 3-D chart.
getWeight() - Method in class com.aspose.cells.Line
Gets the weight type of the line.
getWorksheets() - Method in class com.aspose.cells.Excel
 
getXValues() - Method in class com.aspose.cells.ASeries
Gets the range of x values.
getZoom() - Method in class com.aspose.cells.PageSetup
Gets the scaling factor in percent.
getZoom() - Method in class com.aspose.cells.Worksheet
Gets the scaling factor in percent.
GRAY - Static variable in class com.aspose.cells.Color
The color gray.
GRAY12 - Static variable in interface com.aspose.cells.PatternType
Represents 12.5% gray pattern.
GRAY25 - Static variable in interface com.aspose.cells.PatternType
Represents 25% gray pattern.
GRAY50 - Static variable in interface com.aspose.cells.PatternType
Represents 50% gray pattern.
GRAY6 - Static variable in interface com.aspose.cells.PatternType
Represents 6.25% gray pattern.
GRAY75 - Static variable in interface com.aspose.cells.PatternType
Represents 75% gray pattern.
GREATE_THAN - Static variable in interface com.aspose.cells.OperatorType
Represents GreaterThan operator of conditional format and data validation.
GREATER_OR_EQUAL - Static variable in interface com.aspose.cells.OperatorType
Represents GreaterOrEqual operator of conditional format and data validation.
GREEN - Static variable in class com.aspose.cells.Color
The color green.
groupColumns(int, int) - Method in class com.aspose.cells.Cells
Groups columns.
groupColumns(int, int, boolean) - Method in class com.aspose.cells.Cells
Groups columns.
groupColumns(int, int) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.groupColumns(int,int)
groupColumns(int, int, boolean) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.groupColumns(int,int,boolean)
groupRows(int, int) - Method in class com.aspose.cells.Cells
Groups rows.
groupRows(int, int, boolean) - Method in class com.aspose.cells.Cells
Groups rows.
groupRows(int, int) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.groupRows(int,int)
groupRows(int, int, boolean) - Method in class com.aspose.cells.Worksheet
Deprecated. Replaced by Cells.groupRows(int,int,boolean)

A B C D E F G H I J L M N O P R S T U V W Y