Options
All
  • Public
  • Public/Protected
  • All
Menu

This tag will allow you to insert a text box starting in the cell containing the tag in Excel.

Hierarchy

Index

Constructors

constructor

  • new TextBox(name: string, value: string, font?: string, fontColor?: string, fontSize?: string | number, transparency?: string | number, width?: string | number, height?: string | number): TextBox
  • Parameters

    • name: string

      the name for this element

    • value: string

      the value for this element

    • Optional font: string

      the font; optional

    • Optional fontColor: string

      the font color; optional

    • Optional fontSize: string | number

      the font size; optional

    • Optional transparency: string | number

      the transparency; optional

    • Optional width: string | number

      the width of the text box; optional

    • Optional height: string | number

      the height of the text box; optional

    Returns TextBox

Properties

font

font: undefined | string

fontColor

fontColor: undefined | string

fontSize

fontSize: undefined | string | number

height

height: undefined | string | number

name

name: string

transparency

transparency: undefined | string | number

value

value: string

width

width: undefined | string | number

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc