Class DxfImpl
Summary description for Dxf style implementation.
Inheritance
System.Object
    DxfImpl
  Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class DxfImpl : Object
  Constructors
DxfImpl()
Initializes new instance of the Dxf style.
Declaration
public DxfImpl()
  Properties
Borders
Gets/sets borders.
Declaration
public BordersCollection Borders { get; set; }
  Property Value
| Type | 
|---|
| BordersCollection | 
Fill
Gets/sets fill.
Declaration
public FillImpl Fill { get; set; }
  Property Value
| Type | 
|---|
| FillImpl | 
Font
Gets/sets font.
Declaration
public FontImpl Font { get; set; }
  Property Value
| Type | 
|---|
| FontImpl | 
FormatRecord
Gets/sets Format record.
Declaration
public FormatImpl FormatRecord { get; set; }
  Property Value
| Type | 
|---|
| FormatImpl | 
Methods
Clone(WorkbookImpl)
Creates copy of the current object.
Declaration
public DxfImpl Clone(WorkbookImpl book)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkbookImpl | book | 
Returns
| Type | Description | 
|---|---|
| DxfImpl | A copy of the current object.  |