-
com.grapecity.documents.excel
-
- EventHandler
- IAboveAverage
- IAreas
- IAuthor
- IAutoCorrect
- IAutoFilter
- IAutoMergeRangeInfo
- IBarcode
- IBorder
- IBorders
- IBuiltInDocumentPropertyCollection
- ICalcContext
- ICalculatedFields
- ICalculatedItems
- ICascadeSparkLine
- ICellCollection
- ICellColorSortField
- ICellDecoration
- ICellDecorationIcon
- ICellPadding
- ICodabar
- ICode128
- ICode39
- ICode49
- ICode93
- IColorScale
- IColorScaleCriteria
- IColorScaleCriterion
- IColorStop
- IColorStops
- IComment
- IComments
- ICommentsThreaded
- ICommentThreaded
- IConditionValue
- ICornerFold
- ICsvParser
- ICustomDocumentPropertyCollection
- ICustomView
- ICustomViews
- IDataBar
- IDataBarBorder
- IDataMatrix
- IDataOptions
- IDisplayFormat
- IDocumentProperty
- IDocumentPropertyCollection
- IEAN13
- IEAN8
- IExcelOptions
- IFilter
- IFilters
- IFont
- IFontColorSortField
- IFontOption
- IFontProvider
- IFormatColor
- IFormatCondition
- IFormatConditions
- IFormulaOptions
- IFormulaResolver
- IGraphic
- IGraphicsInfo
- IGroupInfo
- IGS1128
- IHeaderFooter
- IHPageBreak
- IHPageBreaks
- IHyperlink
- IHyperlinks
- IIcon
- IIconCriteria
- IIconCriterion
- IIconSet
- IIconSetCondition
- IIconSets
- IIconSortField
- IInterior
- IJsonSerializer
- ILabelOption
- ILabelOptions
- ILinearGradient
- IName
- INames
- INegativeBarFormat
- IOutline
- IOutlineColumn
- IPage
- IPageSetup
- IPane
- IPanes
- IPDF417
- IPDFRenderEngine
- IPivotAxis
- IPivotCache
- IPivotCaches
- IPivotCell
- IPivotField
- IPivotFields
- IPivotFilter
- IPivotFilters
- IPivotFormula
- IPivotFormulas
- IPivotItem
- IPivotItemList
- IPivotItems
- IPivotLine
- IPivotLineCells
- IPivotLines
- IPivotTable
- IPivotTables
- IPivotValueCell
- IProtectionSettings
- IQRCode
- IRange
- IRangeProvider
- IReadOnlySignatureDetails
- IRectangularGradient
- IRichText
- IScenario
- IScenarios
- ISheetTab
- ISheetTabs
- IShrinkToFitSettings
- ISignature
- ISignatureSet
- ISignatureSetup
- ISlicer
- ISlicerCache
- ISlicerCaches
- ISlicerItem
- ISlicerItems
- ISlicerPivotTables
- ISlicers
- ISort
- ISortField
- ISortFields
- ISparkAxes
- ISparkColor
- ISparkHorizontalAxis
- ISparkline
- ISparklineGroup
- ISparklineGroups
- ISparkLineObject
- ISparkPoints
- ISparkVerticalAxis
- IStyle
- IStyleCollection
- ITable
- ITableColumn
- ITableColumns
- ITableDataSource
- ITableRow
- ITableRows
- ITables
- ITableStyle
- ITableStyleCollection
- ITableStyleElement
- ITableStyleElements
- ITableStyleInfo
- ITextRun
- ITheme
- IThemeColor
- IThemeColorScheme
- IThemeFont
- IThemeFonts
- IThemeFontScheme
- ITop10
- IUniqueValues
- IValidation
- IValueSortField
- IVPageBreak
- IVPageBreaks
- IWebRequestHandler
- IWorkbook
- IWorkbookView
- IWorksheet
- IWorksheets
- IWorksheetView
- RangeFindReplace.FindReplaceImpl.FindMatch
- RangePartialClasses.FindReplaceImpl.FindMatch
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
IInterior
Interface IInterior
public interface IInterior
Represents the interior of an object.
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the Color of the represented interior.intGets the color of the interior.Gets the Gradient property of an Interior object of a selection.Gets the interior pattern.Gets the Color of the pattern for the represented interior.intGets the color of the interior pattern as an index into the current color palette.Gets a theme color pattern for an Interior object.doubleGets a tint and shade pattern for an Interior object.Gets the theme color in the applied color scheme that is associated with the specified object.doubleGets a value that lightens or darkens a color.voidSets the Color of the represented interior.voidsetColorIndex(int value) Sets the color of the interior.voidsetPattern(Pattern value) Sets the interior pattern.voidsetPatternColor(Color value) Sets the Color of the pattern for the represented interior.voidsetPatternColorIndex(int value) Sets the color of the interior pattern as an index into the current color palette.voidsetPatternThemeColor(ThemeColor value) Sets a theme color pattern for an Interior object.voidsetPatternTintAndShade(double value) Sets a tint and shade pattern for an Interior object.voidsetThemeColor(ThemeColor value) Sets the theme color in the applied color scheme that is associated with the specified object.voidsetTintAndShade(double value) Sets a value that lightens or darkens a color.
-
Method Details
-
getColor
Color getColor()Gets the Color of the represented interior. -
setColor
Sets the Color of the represented interior. -
getColorIndex
int getColorIndex()Gets the color of the interior. -
setColorIndex
void setColorIndex(int value) Sets the color of the interior. -
getThemeColor
ThemeColor getThemeColor()Gets the theme color in the applied color scheme that is associated with the specified object. -
setThemeColor
Sets the theme color in the applied color scheme that is associated with the specified object. -
getTintAndShade
double getTintAndShade()Gets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
setTintAndShade
void setTintAndShade(double value) Sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
getPattern
Pattern getPattern()Gets the interior pattern. -
setPattern
Sets the interior pattern. -
getPatternColor
Color getPatternColor()Gets the Color of the pattern for the represented interior. -
setPatternColor
Sets the Color of the pattern for the represented interior. -
getPatternColorIndex
int getPatternColorIndex()Gets the color of the interior pattern as an index into the current color palette. -
setPatternColorIndex
void setPatternColorIndex(int value) Sets the color of the interior pattern as an index into the current color palette. -
getPatternThemeColor
ThemeColor getPatternThemeColor()Gets a theme color pattern for an Interior object. -
setPatternThemeColor
Sets a theme color pattern for an Interior object. -
getPatternTintAndShade
double getPatternTintAndShade()Gets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
setPatternTintAndShade
void setPatternTintAndShade(double value) Sets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral. -
getGradient
Object getGradient()Gets the Gradient property of an Interior object of a selection.
-