docx

    Type Alias IFloating

    type IFloating = {
        allowOverlap?: boolean;
        behindDocument?: boolean;
        horizontalPosition: IHorizontalPositionOptions;
        layoutInCell?: boolean;
        lockAnchor?: boolean;
        margins?: IMargins;
        verticalPosition: IVerticalPositionOptions;
        wrap?: ITextWrapping;
        zIndex?: number;
    }
    Index

    Properties

    allowOverlap?: boolean
    behindDocument?: boolean
    horizontalPosition: IHorizontalPositionOptions
    layoutInCell?: boolean
    lockAnchor?: boolean
    margins?: IMargins
    verticalPosition: IVerticalPositionOptions
    zIndex?: number
    MMNEPVFCICPMFPCPTTAAATR