menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DxfImpl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DxfImpl

    Summary description for Dxf style implementation.

    Inheritance
    System.Object
    DxfImpl
    Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
    Assembly: Syncfusion.XlsIO.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved