Interface IXYFrameOptions

Hierarchy

  • IBaseFrameOptions
    • IXYFrameOptions

Properties

anchor: {
    horizontal: "text" | "margin" | "page";
    vertical: "text" | "margin" | "page";
}

Type declaration

  • Readonly horizontal: "text" | "margin" | "page"
  • Readonly vertical: "text" | "margin" | "page"
anchorLock?: boolean
dropCap?: "none" | "margin" | "drop"
height: number
lines?: number
position: {
    x: number;
    y: number;
}

Type declaration

  • Readonly x: number
  • Readonly y: number
rule?: "auto" | "atLeast" | "exact"
space?: {
    horizontal: number;
    vertical: number;
}

Type declaration

  • Readonly horizontal: number
  • Readonly vertical: number
width: number
wrap?: "auto" | "none" | "around" | "notBeside" | "through" | "tight"

Generated using TypeDoc