FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : NamedStyle Class |
The following tables list the members exposed by NamedStyle.
Name | Description | |
---|---|---|
NamedStyle Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Overridden. Gets or sets the background color for the style. | |
Border | Overridden. Gets or sets the border for the style. | |
CanFocus | Overridden. Gets or sets whether the user can set focus to the cell using the keyboard or mouse. | |
CanSerializeXml | Gets whether the object in its entirety can be rendered with XML without losing any information. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
CellPadding | Overridden. Gets or sets the amount of spaces for cell padding in the cell in pixels. | |
CellType | Overridden. Gets or sets the cell type for the style. | |
Editor | Overridden. Gets or sets the editor for the style. | |
Font | Overridden. Gets or sets the font for the style. | |
FontStyle | Gets the font style applied to the cell for the style. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ForeColor | Overridden. Gets or sets the text color for the style. | |
Formatter | Overridden. Gets or sets the formatter for the style. | |
HorizontalAlignment | Overridden. Gets or sets the horizontal alignment for the named style. | |
ImeMode | Overridden. Gets or sets the IME mode for the style. | |
ImeSentenceMode | Overridden. Gets or sets the IME sentence mode for the style. | |
InputScope | Overridden. Gets or sets the input scope for the style. | |
IsEmpty | Gets whether there are no style settings set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
Locked | Overridden. Gets or sets whether this style permits a cell to be edited when the sheet is protected. | |
Name | Gets or sets the name of the style. | |
NoteIndicatorColor | Overridden. Gets or sets the color of the cell note indicator. | |
NoteIndicatorPosition | Overridden. Gets or sets the position of the note indicator for a cell. | |
NoteIndicatorSize | Overridden. Gets or sets the size of the cell note indicator. | |
NoteStyle | Overridden. Gets or sets the style of cell notes for the cell style. | |
Parent | Overridden. Gets or sets the name of the parent for the style. | |
Renderer | Overridden. Gets or sets the renderer for the style. | |
TabStop | Overridden. Gets or sets whether the user can set focus to the cell using the Tab key. | |
TextIndent | Overridden. Gets or sets the amount to indent the text in a cell. | |
VerticalAlignment | Overridden. Gets or sets the vertical alignment for the style. | |
VisualStyles | Overridden. Gets or sets the visual style setting for the named style. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates and returns a copy of this object. | |
CompareTo | Compares the current object with another object of the same type. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
Compose | Overloaded. Composes style settings using the current style settings and those of a specified object. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
CopyFrom | Overridden. Copies the properties of the specified object to the current object. | |
Deserialize | Overridden. Loads the style object from XML. | |
Equals | Determines whether another object is a reference to this object. | |
GetAppearance | Gets the appearance settings for the specified object. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
GetHashCode | Gets the hash code of this object. | |
IsBackColorSet | Gets whether the background color of the cell (BackColor property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsBorderSet | Gets whether the cell border (Border property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsCanFocusSet | Gets whether the focusable setting of the cell (CanFocus property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsCellPaddingSet | Gets whether the cell padding of the cell is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsCellTypeSet | Gets whether the type of cell (CellType property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsEditorSet | Gets whether the editor for the cell (Editor property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsFontSet | Gets whether the font of the cell (Font property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsForeColorSet | Gets whether the text color of the cell (ForeColor property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsFormatterSet | Gets whether the formatter for the cell (Formatter property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsHorizontalAlignmentSet | Gets whether the horizontal alignment of the cell contents (HorizontalAlignment property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsImeModeSet | Gets whether IME mode is on (ImeMode property set) for a cell. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsImeSentenceModeSet | Gets whether IME mode is on (ImeMode property set) for a cell. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsInputScopeSet | Gets whether input scope is on (InputScope property set) for a cell. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsLockedSet | Gets whether the locked setting of the cell (Locked property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsNoteIndicatorColorSet | Gets whether the cell note indicator color of the cell is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsNoteIndicatorPositionSet | Determines whether the cell note indicator position is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsNoteIndicatorSizeSet | Determines whether the cell note indicator size is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsNoteStyleSet | Gets whether the note style setting of the cell (NoteStyle property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsParentSet | Gets whether the parent of the cell (Parent property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsPropertySet | Gets whether the specified cell style setting (property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsRendererSet | Gets whether the renderer for the cell (Renderer property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsTabStopSet | Gets whether the tab stop setting of the cell (TabStop property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsTextIndentSet | Determines whether the text indent is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsVerticalAlignmentSet | Gets whether the vertical alignment of the cell contents (VerticalAlignment property) is set. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
IsVisualStyleSet | Gets whether visual styles are on (VisualStyles property set) for a cell. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
Merge | Overloaded. Merges the style settings with the current object. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
Reset | Overridden. Resets all the named style properties to their default values. | |
ResetBackColor | Overridden. Resets the background color for the style to the default setting (not set). | |
ResetBorder | Overridden. Resets the border for the style to the default setting (not set). | |
ResetCanFocus | Overridden. Resets to its default value whether the user can set focus to the cell using the keyboard or mouse. | |
ResetCellPadding | Resets the cell padding. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ResetCellType | Overridden. Resets the cell type for the style to the default setting (not set). | |
ResetEditor | Overridden. Resets the editor for the style to the default setting (not set). | |
ResetFont | Overridden. Resets the font for the style to the default setting (not set). | |
ResetForeColor | Overridden. Resets the text color for the style to the default setting (not set). | |
ResetFormatter | Overridden. Resets the formatter for the style to the default setting (not set). | |
ResetHorizontalAlignment | Overridden. Resets the horizontal alignment for the style to the default setting (not set). | |
ResetImeMode | Overridden. Resets the IME mode for the style to the default setting (not set). | |
ResetImeSentenceMode | Overridden. Resets the IME sentence mode for the style to the default setting (not set). | |
ResetInputScope | Resets the StyleInfo.InputScope property to its default value. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ResetLocked | Overridden. Resets to the default setting for the style whether this style permits a cell to be edited when the sheet is protected (not set). | |
ResetName | Resets the name of the style to the default (String.Empty). | |
ResetNoteIndicatorColor | Overridden. Resets to its default value the color of the note indicator for the style. | |
ResetNoteIndicatorPosition | Overridden. Resets to its default value the position of the note indicator for the style. | |
ResetNoteIndicatorSize | Overridden. Resets to its default value the color of the note indicator for the style. | |
ResetNoteStyle | Overridden. Resets to the default setting the style of cell notes (not set). | |
ResetParent | Resets the StyleInfo.Parent property to its default value. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ResetProperty | Overridden. Resets the specified property to the default setting (not set). | |
ResetRenderer | Overridden. Resets the renderer for the style to the default setting (not set). | |
ResetTabStop | Overridden. Resets to its default value whether the user can set focus to the cell using the Tab key. | |
ResetTextIndent | Resets the text indent. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ResetVerticalAlignment | Overridden. Resets the vertical alignment for the style to the default setting (not set). | |
ResetVisualStyles | Resets the visual styles (XP themes) for the style to the default. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
Serialize | Overridden. Saves the style object to XML. | |
SetAppearance | Sets the appearance settings of an Appearance object into this object. (Inherited from FarPoint.Win.Spread.StyleInfo) | |
ToString | Gets the value of the Name property. |
Equality | Determines whether two styles (a specified object and a NamedStyle object) are equal. |
Inequality | Determines whether two styles (a specified object and a NamedStyle object) are not equal. |