SpreadsheetFont Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Spreadsheet font class
Inheritance Hierarchy
Bytescout.SpreadsheetSpreadsheetFont
Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class SpreadsheetFont : ISpreadsheetFont, IDisposable
The SpreadsheetFont type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpreadsheetFont(String, Single) | Initializes a new instance of the SpreadsheetFont class. | |
SpreadsheetFont(String, Single, FontStyle, Color, FontEscapementType, FontUnderlineStyle, Byte) | Initializes a new instance of the SpreadsheetFont class. |
Properties
Name | Description | |
---|---|---|
Bold | Gets a value indicating whether this SpreadsheetFont is bold. | |
CharacterSet | Gets the character set. | |
Escapement | Gets the escapement. | |
Font | Gets the font. | |
FontColor | Gets the color of the font. | |
FontName | Gets the name of the font. | |
Height | Gets the height. | |
Italic | Gets a value indicating whether this SpreadsheetFont is italic. | |
StruckOut | Gets a value indicating whether [struck out]. | |
Style | Gets the style. | |
Underline | Gets the underline. |
Methods
Name | Description | |
---|---|---|
Dispose | Disposes the object | |
Dispose(Boolean) | Disposes the object | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object).) | |
Equals(SpreadsheetFont) | Equalses the specified SpreadsheetFont. | |
Finalize | Destructor (Overrides ObjectFinalize.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Overrides ObjectGetHashCode.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Equality | Implements the operator ==. | |
Inequality | Implements the operator !=. |
See Also