@vivliostyle/core
    Preparing search index...

    Enumeration MarginBoxPositionAlongVariableDimension

    Represents position of a margin box along the variable dimension of the page. START and END can be interpreted as 'inline-start' and 'inline-end' in horizontal and vertical writing modes. For example, for top margin boxes (@top-left-corner, @top-left, @top-center, @top-right, @top-right-corner),

    corresponds to START,

    to CENTER, and

    to END. The corner boxes (@top-left-corner and @top-right-corner) have a 'null' position.

    Index

    Enumeration Members

    Enumeration Members

    CENTER: "center"
    END: "end"
    START: "start"