Interface IAlignmentFrameOptions

Hierarchy

  • IBaseFrameOptions
    • IAlignmentFrameOptions

Properties

alignment: {
    x: HorizontalPositionAlign;
    y: VerticalPositionAlign;
}

Type declaration

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

Type declaration

anchorLock?: boolean
dropCap?: DropCapType
height: number
lines?: number
rule?: HeightRule
space?: {
    horizontal: number;
    vertical: number;
}

Type declaration

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

Generated using TypeDoc