docx
    Preparing search index...

    Type Alias IBodyPropertiesOptions

    type IBodyPropertiesOptions = {
        margins?: {
            bottom?: number;
            left?: number;
            right?: number;
            top?: number;
        };
        noAutoFit?: boolean;
        verticalAnchor?: VerticalAnchor;
        wrap?: typeof TextWrappingType[keyof typeof TextWrappingType];
    }
    Index

    Properties

    margins?: { bottom?: number; left?: number; right?: number; top?: number }
    noAutoFit?: boolean
    verticalAnchor?: VerticalAnchor
    wrap?: typeof TextWrappingType[keyof typeof TextWrappingType]