IronCalc Wasm
    Preparing search index...

    Interface DxfBorder

    interface DxfBorder {
        bottom?: DxfBorderItem;
        diagonal?: DxfBorderItem;
        diagonal_down?: boolean;
        diagonal_up?: boolean;
        left?: DxfBorderItem;
        right?: DxfBorderItem;
        top?: DxfBorderItem;
    }
    Index
    bottom?: DxfBorderItem
    diagonal?: DxfBorderItem
    diagonal_down?: boolean
    diagonal_up?: boolean