Click or drag to resize

AddtionalFormatWrapper Class

The base style class.
Inheritance Hierarchy

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class AddtionalFormatWrapper : CommonWrapper, 
	IInternalAddtionalFormat, IExtendedFormat, IExcelApplication, IExtendIndex, IStyle, 
	IOptimizedUpdate, ICloneParent

The AddtionalFormatWrapper type exposes the following members.

Constructors
Name Description
Public method AddtionalFormatWrapper
Initializes a new instance of the AddtionalFormatWrapper class with the specified workbook.
Top
Properties
Name Description
Public property BackgroundColor
Gets or sets the background color of the cell.
Public property BackgroundKnownColor
Gets or sets the background known color of the cell.
Protected property BeginCallsCount
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from CommonWrapper .)
Public property Borders
Gets the borders associated with the cell.
Public property BottomBorderColor
Gets the bottom border color of the style.
Public property BottomBorderLineStyle
Gets or sets the line style of the bottom border.
Public property BuiltIn
Gets a value indicating whether the item is built-in.
Public property Color
Gets or sets the color of the style.
Public property DiagonalBorderColor
Gets the color of the diagonal border.
Public property DiagonalDownBorderLineStyle
Gets or sets the line style of the diagonal down border.
Public property DiagonalDownVisible
Gets or sets the visibility of the diagonal line starting from the top-left corner.
Public property DiagonalUpBorderLineStyle
Gets or sets the line style of the diagonal up border.
Public property DiagonalUpVisible
Gets or sets the visibility of the diagonal line from the bottom left to the top right.
Public property ExtendedFormatIndex
Gets the index of the extended format.
Public property FillPattern
Gets or sets the fill pattern of the cell.
Public property Font
Gets the font associated with the current style.
Public property ForegroundColor
Gets or sets the foreground color of the cell.
Public property ForegroundKnownColor
Gets or sets the foreground color of the cell.
Public property FormulaHidden
Gets or sets whether the formula is hidden.
Public property HorizontalAlignment
Gets or sets the horizontal alignment of the text in the cell.
Public property IncludeAlignment
Gets or sets a value indicating whether alignment is included.
Public property IncludeBorder
Gets or sets a value indicating whether to include borders in the style.
Public property IncludeFont
Gets or sets a value indicating whether the font is included.
Public property IncludeNumberFormat
Gets or sets a value indicating whether the number format is included.
Public property IncludePatterns
Gets or sets a value indicating whether patterns are included.
Public property IncludeProtection
Gets or sets a value indicating whether protection is included.
Public property IndentLevel
Gets or sets the indentation level of the style converter.
Public property Interior
Gets the interior style of the cell.
Public property IsFirstSymbolApostrophe
Gets or sets a value indicating whether the first symbol is an apostrophe.
Public property IsInitialized
Checks if the current style is initialized.
Public property IsModified
Gets a value indicating whether the current style has been modified.
Public property JustifyLast
Gets or sets a value indicating whether the last item should be justified.
Public property KnownColor
Gets or sets the known color of the foreground.
Public property LeftBorderColor
Gets the left border color of the object.
Public property LeftBorderLineStyle
Gets or sets the line style of the left border.
Public property Locked
Gets or sets a value indicating whether the style converter is locked.
Public property Name
Gets the name of the style converter.
Public property NumberFormat
Gets or sets the number format string for the cell.
Public property NumberFormatIndex
Gets or sets the index of the number format.
Public property NumberFormatLocal
Gets or sets the number format.
Public property NumberFormatSettings
Gets the number format settings for the specified number format index.
Public property Parent
Gets the parent object, which is typically a book in this context.
Public property PatternColor
Gets or sets the pattern color of the style.
Public property PatternKnownColor
Gets or sets the known color of the pattern.
Public property ReadingOrder
Gets or sets the reading order of the text.
Public property RightBorderColor
Gets the right border color of the style.
Public property RightBorderLineStyle
Gets or sets the line style of the right border of the cell.
Public property Rotation
Gets or sets the rotation angle of the style.
Public property ShrinkToFit
Gets or sets a value indicating whether the control should shrink to fit its content.
Public property TopBorderColor
Gets the top border color of the style.
Public property TopBorderLineStyle
Gets or sets the line style of the top border.
Public property VerticalAlignment
Gets or sets the vertical alignment of the text in the cell.
Public property Workbook
Gets the workbook associated with the current spreadsheet.
Public property WrapText
Gets or sets a value indicating whether text is wrapped within a cell.
Top
Methods
Name Description
Public method BeginUpdate
Begins the update process for the control.This method should be called before several updates to the object will take place.
(Overrides CommonWrapper BeginUpdate .)
Public method Clone
Clones the current object and sets the parent object.
(Overrides CommonWrapper Clone(Object) .)
Public method EndUpdate
Ends the update process, making the control available for interaction.This method should be called after several updates to the object took place.
(Overrides CommonWrapper EndUpdate .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetBackgroundThemeColor
Retrieves the background theme color and its tint.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetThemeColor
Retrieves the theme color and tint for the current style.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetBackgroundThemeColor
Sets the background theme color for the style.
Public method SetThemeColor
Sets the theme color for the foreground.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_book
Represents the workbook object.
Top
See Also