Last updated

API / geotoolkit / scene / shapes / Text / Text

Namespace: Text

shapes.Text.Text

Table of contents

Type Aliases

Contents

Type Aliases

Area

Ƭ Area: Rect | Point | { x?: number[] ; y?: number[] }

model area or position


EllipsisOptions

Ƭ EllipsisOptions: Object

ellipsis options

Type declaration

NameTypeDescription
ellipsis?stringellipsis text
minlength?numberminimum line symbols
visible?booleanellipsis visibility flag

Hits

Ƭ Hits: Object

properties

Type declaration

NameTypeDescription
id?stringid of the selected tag
xml?stringxml content of the selected tag

Options

Ƭ Options: Options & { autosize?: boolean ; ellipsisstring?: string ; padding?: number ; paddingstyle?: Type ; radius?: number ; showellipsis?: boolean ; sizemode?: SizeMode ; text?: string ; textstyle?: Type ; texttransform?: Transform | string ; userheight?: number ; userwidth?: number }

text to display or object, which contains shape properties


OptionsOut

Ƭ OptionsOut: OptionsOut & { autosize: boolean ; bounds: Rect ; ellipsisstring: string ; layout: Rect | null ; padding: number ; paddingstyle: SpaceStyle | null ; radius: number ; showellipsis: boolean ; sizemode: SizeMode ; text: string ; textstyle: TextStyle | null ; texttransform: Transform ; userheight: number ; userwidth: number }

properties