Skip to main content
All docs
V26.1
  • IFloatingObjectDistance Interface

    Declares settings that specify the distance between the image borders and the text that wraps around it.

    Declaration

    export interface IFloatingObjectDistance

    Properties

    bottom Property

    Specifies the distance between the bottom image border and the wrapped text.

    Declaration

    bottom?: number

    Property Value

    Type Description
    number

    The distance, in twips.

    left Property

    Specifies the distance between the left image border and the wrapped text.

    Declaration

    left?: number

    Property Value

    Type Description
    number

    The distance, in twips.

    right Property

    Specifies the distance between the right image border and the wrapped text.

    Declaration

    right?: number

    Property Value

    Type Description
    number

    The distance, in twips.

    top Property

    Specifies the distance between the top image border and the wrapped text.

    Declaration

    top?: number

    Property Value

    Type Description
    number

    The distance, in twips.