-
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)
IFont
Interface IFont
public interface IFont
Contains the font attributes (font name, font size, color, and so on) for an object.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBold()Gets whether the font is bold.getColor()Gets or sets theColorof the represented text.intGets the color of the font.booleanGets whether the font style is italic.getName()Gets the name of the object.doublegetSize()Gets the size of the font.booleanGets whether the font is struck through with a horizontal line.booleanGets whether the font is formatted as subscript (False by default).booleanGets whether the font is formatted as superscript.Gets the theme color in the applied color scheme that is associated with the specified object.Gets the theme font in the applied font scheme that is associated with the specified object.doubleGets a value that lightens or darkens a color.Gets the type of underline applied to the font.voidsetBold(boolean value) Sets whether the font is bold.voidSets theColorof the represented text.voidsetColorIndex(int value) Sets the color of the font.voidsetItalic(boolean value) Sets whether the font style is italic.voidSets the name of the object.voidsetSize(double value) Sets the size of the font.voidsetStrikethrough(boolean value) Sets whether the font is struck through with a horizontal line.voidsetSubscript(boolean value) Sets whether the font is formatted as subscript (False by default).voidsetSuperscript(boolean value) Sets whether the font is formatted as superscript.voidsetThemeColor(ThemeColor value) Sets the theme color in the applied color scheme that is associated with the specified object.voidsetThemeFont(ThemeFont value) Sets the theme font in the applied font scheme that is associated with the specified object.voidsetTintAndShade(double value) Sets a value that lightens or darkens a color.voidsetUnderline(UnderlineType value) Sets the type of underline applied to the font.
-
Method Details
-
getBold
boolean getBold()Gets whether the font is bold. -
setBold
void setBold(boolean value) Sets whether the font is bold. -
getColor
Color getColor()Gets or sets theColorof the represented text. -
setColor
Sets theColorof the represented text. -
getColorIndex
int getColorIndex()Gets the color of the font. -
setColorIndex
void setColorIndex(int value) Sets the color of the font. -
getItalic
boolean getItalic()Gets whether the font style is italic. -
setItalic
void setItalic(boolean value) Sets whether the font style is italic. -
getName
String getName()Gets the name of the object. -
setName
Sets the name of the object. -
getSize
double getSize()Gets the size of the font. -
setSize
void setSize(double value) Sets the size of the font. -
getStrikethrough
boolean getStrikethrough()Gets whether the font is struck through with a horizontal line. -
setStrikethrough
void setStrikethrough(boolean value) Sets whether the font is struck through with a horizontal line. -
getSubscript
boolean getSubscript()Gets whether the font is formatted as subscript (False by default). -
setSubscript
void setSubscript(boolean value) Sets whether the font is formatted as subscript (False by default). -
getSuperscript
boolean getSuperscript()Gets whether the font is formatted as superscript. The value is False by default. -
setSuperscript
void setSuperscript(boolean value) Sets whether the font is formatted as superscript. -
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. -
getUnderline
UnderlineType getUnderline()Gets the type of underline applied to the font. -
setUnderline
Sets the type of underline applied to the font. -
getThemeFont
ThemeFont getThemeFont()Gets the theme font in the applied font scheme that is associated with the specified object. -
setThemeFont
Sets the theme font in the applied font scheme that is associated with the specified object.
-