Class FramePropertiesAttributes

Hierarchy

Constructors

Methods

Constructors

  • Parameters

    • root: {
          alignmentX?: "center" | "left" | "right" | "inside" | "outside";
          alignmentY?: "bottom" | "center" | "top" | "inside" | "outside";
          anchorHorizontal?: "text" | "margin" | "page";
          anchorLock?: boolean;
          anchorVertical?: "text" | "margin" | "page";
          dropCap?: "none" | "margin" | "drop";
          height: number;
          lines?: number;
          rule?: "auto" | "atLeast" | "exact";
          spaceHorizontal?: number;
          spaceVertical?: number;
          width: number;
          wrap?: "auto" | "none" | "around" | "notBeside" | "through" | "tight";
          x?: number;
          y?: number;
      }
      • Optional Readonly alignmentX?: "center" | "left" | "right" | "inside" | "outside"
      • Optional Readonly alignmentY?: "bottom" | "center" | "top" | "inside" | "outside"
      • Optional Readonly anchorHorizontal?: "text" | "margin" | "page"
      • Optional Readonly anchorLock?: boolean
      • Optional Readonly anchorVertical?: "text" | "margin" | "page"
      • Optional Readonly dropCap?: "none" | "margin" | "drop"
      • Readonly height: number
      • Optional Readonly lines?: number
      • Optional Readonly rule?: "auto" | "atLeast" | "exact"
      • Optional Readonly spaceHorizontal?: number
      • Optional Readonly spaceVertical?: number
      • Readonly width: number
      • Optional Readonly wrap?: "auto" | "none" | "around" | "notBeside" | "through" | "tight"
      • Optional Readonly x?: number
      • Optional Readonly y?: number

    Returns FramePropertiesAttributes

Methods

Generated using TypeDoc