Variable HorizontalPositionRelativeFromConst

HorizontalPositionRelativeFrom: {
    CHARACTER: "character";
    COLUMN: "column";
    INSIDE_MARGIN: "insideMargin";
    LEFT_MARGIN: "leftMargin";
    MARGIN: "margin";
    OUTSIDE_MARGIN: "outsideMargin";
    PAGE: "page";
    RIGHT_MARGIN: "rightMargin";
} = ...

Horizontal Relative Positioning

Reference: https://www.datypic.com/sc/ooxml/t-wp_ST_RelFromH.html

Type declaration

  • ReadonlyCHARACTER: "character"

    Specifies that the horizontal positioning shall be relative to the position of the anchor within its run content.

  • ReadonlyCOLUMN: "column"

    Specifies that the horizontal positioning shall be relative to the extents of the column which contains its anchor.

  • ReadonlyINSIDE_MARGIN: "insideMargin"

    Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).

  • ReadonlyLEFT_MARGIN: "leftMargin"

    Specifies that the horizontal positioning shall be relative to the left margin of the page.

  • ReadonlyMARGIN: "margin"

    Specifies that the horizontal positioning shall be relative to the page margins.

  • ReadonlyOUTSIDE_MARGIN: "outsideMargin"

    Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).

  • ReadonlyPAGE: "page"

    Specifies that the horizontal positioning shall be relative to the edge of the page.

  • ReadonlyRIGHT_MARGIN: "rightMargin"

    Specifies that the horizontal positioning shall be relative to the right margin of the page.