StemAttributes: {
    color: string | null;
    default-x: number | null;
    default-y: number | null;
    relative-x: number | null;
    relative-y: number | null;
}

Type declaration

  • color: string | null

    Indicates the color of an element.

  • default-x: number | null

    Changes the computation of the default horizontal position. The origin is changed relative to the bottom left-hand corner of the specified page. Positive x is right and negative x is left.

  • default-y: number | null

    Changes the computation of the default vertical position. The origin is changed relative to the bottom left-hand corner of the specified page. Positive y is up and negative y is down.

  • relative-x: number | null

    Changes the horizontal position relative to the default position, either as computed by the individual program, or as overridden by the default-x attribute. Positive x is right and negative x is left.

  • relative-y: number | null

    Changes the vertical position relative to the default position, either as computed by the individual program, or as overridden by the default-y attribute. Positive y is up and negative y is down.

Generated using TypeDoc