SheetXL - v0.3.20
    Preparing search index...

    Interface ITile

    Represents a tile used for filling shapes or other elements with a repeating pattern.

    interface ITile {
        getAlign(): string;
        getBounds(): Rectangle;
        getMirror(): TileMirror;
    }
    Index

    Methods

    • Specifies the alignment of the tile within its container.

      Returns string

      • Possible values: 'tl', 't', 'tr', 'l', 'c', 'r', 'bl', 'b', 'br' (representing top-left, top, top-right, etc.)
    • Defines the rectangular bounds of the tile pattern.

      Returns Rectangle

    • Determines how the tile is mirrored or flipped when filling the container.

      Returns TileMirror