Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrameOptions

Hierarchy

  • IFrameOptions

Index

Properties

Type declaration

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