VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface StoryLayoutDirective

    interface StoryLayoutDirective {
        align?: StoryFloatAlign;
        gap?: number;
        mode: StoryLayoutMode;
        wrap?: StoryWrapMode;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    float: which margin to anchor to (default 'left').

    gap?: number

    Extra whitespace clearance around the obstacle bounding box (points).

    How text interacts with this obstacle (default 'around').

    x?: number

    story-absolute: X offset from story content-area left edge (points).

    y?: number

    story-absolute: Y offset from story origin (points).