Class ChartWrappedFrameFormatImpl
Represents frame format each record is wrapped by ChartWrapperRecord.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ChartWrappedFrameFormatImpl : ChartFrameFormatImpl, IParentApplication, IDisposable, IChartFrameFormat, IChartFillBorder, IFillColor
Constructors
ChartWrappedFrameFormatImpl(IApplication, Object)
Initializes new instance of ChartWrappedFrameFormat.
Declaration
public ChartWrappedFrameFormatImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object. |
System.Object | parent | Parent object. |
Methods
CheckBegin(BiffRecordRaw)
Checks whether specified record is begin.
Declaration
protected override bool CheckBegin(BiffRecordRaw record)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if this is begin; false otherwise. |
Overrides
ParseRecord(BiffRecordRaw, ref Int32, Boolean)
Parses single record.
Declaration
protected override void ParseRecord(BiffRecordRaw record, ref int iBeginCounter, bool isPlotArea)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to parse. |
System.Int32 | iBeginCounter | Number of not closed begin record. |
System.Boolean | isPlotArea |
Overrides
SerializeRecord(IList<IBiffStorage>, BiffRecordRaw)
Serializes single record.
Declaration
protected override void SerializeRecord(IList<IBiffStorage> list, BiffRecordRaw record)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IBiffStorage> | list | OffsetArrayList that will get biff records. |
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to serialize. |
Overrides
UnwrapRecord(BiffRecordRaw)
Unwraps record if necessary.
Declaration
protected override BiffRecordRaw UnwrapRecord(BiffRecordRaw record)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to unwrap. |
Returns
Type | Description |
---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | Unwrapped record. |
Overrides
Implements
System.IDisposable