Class DXFN
Represents DXFN
Inheritance
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class DXFN : Object
Constructors
DXFN()
Constructor.
Declaration
public DXFN()
Fields
DefaultColorIndex
Default color index.
Declaration
public const uint DefaultColorIndex = 4294967295U
Field Value
Type |
---|
System.UInt32 |
Methods
GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
Declaration
public int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current Object. |
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
ParseBorderBlock(DataProvider, ref Int32)
Parses border block if it is present in the conditional format.
Declaration
public int ParseBorderBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the border block data in the internal data array. |
Returns
Type |
---|
System.Int32 |
ParseDXFN(DataProvider, Int32, ExcelVersion)
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public int ParseDXFN(DataProvider provider, int iOffset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the record's data. |
ExcelVersion | version | Excel version used for infill. |
Returns
Type |
---|
System.Int32 |
ParseFontBlock(DataProvider, ref Int32)
Parses font block if it is present in the conditional format.
Declaration
public int ParseFontBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the font block data in the internal data array. |
Returns
Type |
---|
System.Int32 |
ParseNumberFormatBlock(DataProvider, ref Int32)
Parses number format block if it is present in the conditional format.
Declaration
public int ParseNumberFormatBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the number format block data in the internal data array. |
Returns
Type |
---|
System.Int32 |
ParsePatternBlock(DataProvider, ref Int32)
Parses pattern block if it is present in the conditional format.
Declaration
public int ParsePatternBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the pattern block data in the internal data array. |
Returns
Type |
---|
System.Int32 |
ParseUserdefinedNumberFormatBlock(DataProvider, ref Int32)
Parses user defined number format block if it is present in the conditional format.
Declaration
public int ParseUserdefinedNumberFormatBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the number format block data in the internal data array. |
Returns
Type |
---|
System.Int32 |
SerializeBorderBlock(DataProvider, ref Int32)
Writes border block into internal data array if it is present in the conditional format.
Declaration
public int SerializeBorderBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset where border block should be written. |
Returns
Type |
---|
System.Int32 |
SerializeDXFN(DataProvider, Int32, ExcelVersion)
In this method, class must pack all of its properties into an internal data array, m_data. This method is called by FillStream, when the record must be serialized into a stream.
Declaration
public int SerializeDXFN(DataProvider provider, int iOffset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset in the buffer. |
ExcelVersion | version | Excel version used for infill. |
Returns
Type |
---|
System.Int32 |
SerializeFontBlock(DataProvider, ref Int32)
Writes font block into internal data array if it is present in the conditional format.
Declaration
public int SerializeFontBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset where font block should be written. |
Returns
Type |
---|
System.Int32 |
SerializeNumberFormatBlock(DataProvider, ref Int32)
Writes number format block into internal data array if it is present in the conditional format.
Declaration
public int SerializeNumberFormatBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset where number format block should be written. |
Returns
Type |
---|
System.Int32 |
SerializePatternBlock(DataProvider, ref Int32)
Writes pattern block into internal data array if it is present in the conditional format.
Declaration
public int SerializePatternBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset where pattern block should be written. |
Returns
Type |
---|
System.Int32 |
SerializeUserdefinedNumberFormatBlock(DataProvider, ref Int32)
Writes number format block into internal data array if it is present in the conditional format.
Declaration
public int SerializeUserdefinedNumberFormatBlock(DataProvider provider, ref int iOffset)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset where number format block should be written. |
Returns
Type |
---|
System.Int32 |