Interface IXYFrameOptions

Hierarchy

  • IBaseFrameOptions
    • IXYFrameOptions

Properties

anchor: {
    horizontal: FrameAnchorType;
    vertical: FrameAnchorType;
}

Type declaration

anchorLock?: boolean
dropCap?: DropCapType
height: number
lines?: number
position: {
    x: number;
    y: number;
}

Type declaration

  • Readonly x: number
  • Readonly y: number
rule?: HeightRule
space?: {
    horizontal: number;
    vertical: number;
}

Type declaration

  • Readonly horizontal: number
  • Readonly vertical: number
width: number
wrap?: FrameWrap

Generated using TypeDoc