NuGridCellStyle

Description

The NuGridCellStyle class is used to work with cell style

Inheritance Hierarchy

          NSObject

          NuGridCellStyle

Supported Protocols

<NSCoding>

<NSCopying>

Properties

backgroundBrush. Parameters of brush used for cell background fill.

backgroundColor. Cell background color.

backgroundColorInterchange. Indicates whether alternating colors are used for cell background in separate table rows.

boldForParent. Indicates whether bold font style is used for table parent cell text.

borderWidth. Table cell border width.

bottomBorderColor. Bottom border color.

bottomBorderDash. Array of values that determine order of bottom border dashes.

bottomBorderWidth. Bottom border width.

bottomPadding. Bottom cell border padding.

cellType. Cell type.

clickableCellBackgroundBrush. Parameters of the brush used to fill background of the cell available for clicking.

collapsedImage. Image used for the collapsed expander.

collapsedRTLImage. Image for the collapsed expander if the right-to-left text orientation is used.

columnWithImageCondition. Indicates whether conditional formatting is used for column cells.

currentPictureSetID. ID of the collection of images used for conditional formatting.

expandedImage. Image used for the expanded expander.

expanderImageAlignment. Alignment of the image used for the expanded expander.

expanderImageMargin. Margins of the image used for the expanded expander.

firstColor. The first color of the alternating colors of cell background.

font. Text font.

gradientColumnBackground. Indicates whether the background color is based on conditional column formatting that uses a gradient.

gradientRowBackground. Indicates whether the background color is based on conditional row formatting that uses a gradient.

gradientTag. Label used for gradient formatting.

highlightBackgroundColor. Background color in a highlighted cell.

highlightFont. Font options for text in a highlighted cell.

highlightTextColor. Color of highlighted cell text.

imageAlignment. Alignment of images used for conditional formatting.

imageCollection. A collection of images used for conditional formatting.

imageSetTag. Label of the collection of images used for conditional formatting.

imageZOrder. Position relative to the text for images used for conditional formatting.

indent. Text indent.

indentSize. Indent size in pixels.

isGradientConfigured. Indicates whether the conditional formatting gradient is configured.

leftBorderColor. Left border color.

leftBorderDash. Array of values that determine order of left border dashes.

leftBorderWidth. Left border width.

leftPadding. Padding from the left cell border.

lineBreakMode. Text wrapping and cut off mode.

maxColor. Color that corresponds to the maximum value of the gradient scale.

maxGradValue. Maximum value of the conditional formatting scale.

midColor. Color that corresponds to the mean value of the gradient scale.

midGradValue. Mean value of the conditional formatting scale.

minColor. Color that corresponds to the minimum value of the gradient scale.

minGradValue. Minimum value of the conditional formatting scale.

rightBorderColor. Right border color.

rightBorderDash. Array of values that determine order of right border dashes.

rightBorderWidth. Right border width.

rightPadding. Padding from the right cell border.

rowWithImageCondition. Indicates whether conditional formatting is used for row cells.

secondColor. The second color of the alternating colors of cell background.

styleName. Style name.

textAlignment. Text alignment.

textColor. Text color.

topBorderColor. Top border color.

topBorderDash. Array of values that determine order of top border dashes.

topBorderWidth. Top border width.

topPadding. Padding from the top cell border.

touchHighlightColor. Cell highlighting color on cell touch.

underline. Indicates whether the text is underlined.

Methods

mergeWith:. Merges two styles.

removeBackgroundBrush. Removes parameters of brush used for cell background fill.

removeBackgroundColor. Removes cell background color.

removeBackgroundColorInterchange. Removes whether alternating colors are used for cell background in separate table rows.

removeBoldForParent. Removes bold font style for table parent cell name.

removeBorderWidth. Removes width of all table cell borders.

removeBottomBorderColor. Removes table cell bottom border color.

removeBottomBorderDash. Removes an array of values that determine order of table cell bottom border dashes.

removeBottomBorderWidth. Removes table cell bottom border width.

removeBottomPadding. Removes table cell bottom border padding.

removeCellType. Removes table cell type.

removeClickableCellBackgroundBrush. Removes brush parameters used to fill background of the clickable cell.

removeCollapsedImage. Removes an image used for the collapsed expander.

removeCollapsedRTLImage. Removes an image for the collapsed expander if the right-to-left text direction is used.

removeColumnWithImageCondition. Removes whether conditional formatting is used for column cells.

removeCurrentPictureSetID. Removes identifier of the collection of images used for conditional formatting.

removeExpandedImage. Removes an image used for the expanded expander.

removeExpanderImageAlignment. Removes alignment of the image used for expanded expander.

removeExpanderImageMargin. Removes margins of the image used for the expanded expander.

removeFirstColor. Removes the first of the two alternating colors for cell background in separate table rows.

removeFont. Removes text font parameters.

removeGradientColumnBackground. Removes whether background color is determined based on the column conditional formatting by means of gradient.

removeGradientRowBackground. Removes whether background color is determined based on the row conditional formatting by means of gradient.

removeGradientTag. Removes a label used for formatting by gradient.

removeHighlightBackgroundColor. Removes background color in the highlighted cell.

removeHighlightFont. Removes text font parameters in the highlighted cell.

removeHighlightTextColor. Removes text color in the highlighted cell.

removeImageAlignment. Removes alignment settings for the images used for conditional formatting.

removeImageCollection. Removes collection of images used for conditional formatting.

removeImageSetTag. Removes a label of the collection of images used for conditional formatting.

removeImageZOrder. Removes position of the images, used for conditional formatting, relative to text.

removeIndent.  Removes text indent.

removeIndentSize. Removes indent defined in pixels.

removeIsGradientConfigured. Removes whether conditional formatting gradient is defined.

removeLeftBorderColor. Removes table cell left border color.

removeLeftBorderDash. Removes an array of values that determine order of table cell left border dashes.

removeLeftBorderWidth. Removes table cell left border width.

removeLeftPadding. Removes table cell left border padding.

removeLineBreakMode. Sets text wrapping and cut off mode.

removeMaxColor. Removes the color that corresponds to maximum value of gradient scale.

removeMaxGradValue. Removes maximum value of conditional formatting scale.

removeMidColor. Removes the color that corresponds to middle value of gradient scale.

removeMidGradValue. Removes middle value of conditional formatting scale.

removeMinColor. Removes the color that corresponds to minimum value of gradient scale.

removeMinGradValue. Removes minimum value of conditional formatting scale.

removeRightBorderColor. Removes table cell right border color.

removeRightBorderDash. Removes array of values that determine order of table cell right border dashes.

removeRightBorderWidth. Removes table cell right border width.

removeRightPadding. Removes table cell right border padding.

removeRowWithImageCondition. Removes whether conditional formatting is used for row cells.

removeSecondColor. Removes the second of the two alternating colors for cell background in separate table cells.

removeStyleName. Removes style name.

removeTextAlignment. Removes text alignment.

removeTextColor. Removes text color.

removeTopBorderColor. Removes table cell top border color.

removeTopBorderDash. Removes array of values that determine order of table cell top border dashes.

removeTopBorderWidth. Removes table cell top border width.

removeTopPadding. Removes table cell top border padding.

removeTouchHighlightColor. Removes cell highlighting color on its touch.

removeUnderline. Removes whether underlined font style is used.

setBorderColor:. Sets the specified border color.

Static Methods

defaultStyle. Creates a style with default settings.

emptyStyle. Creates a style with empty settings.

See also:

Classes