Class CFExTextTemplateParameter
CFEx Text Template Parameter
Inheritance
System.Object
CFExTextTemplateParameter
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CFExTextTemplateParameter : Object
Constructors
CFExTextTemplateParameter()
Initializes CFEx Template Parameter
Declaration
public CFExTextTemplateParameter()
Properties
TextRuleType
Type of text rule.
Declaration
public CFTextRuleType TextRuleType { get; set; }
Property Value
Type |
---|
CFTextRuleType |
Methods
ParseTextTemplateParameter(DataProvider, Int32, ExcelVersion)
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public void ParseTextTemplateParameter(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. |
SerializeTextTemplateParameter(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 void SerializeTextTemplateParameter(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. |