[]
        
(Showing Draft Content)

GC.Spread.Sheets.Shapes.IShapeTextFormatOption

Interface: IShapeTextFormatOption

Sheets.Shapes.IShapeTextFormatOption

Table of contents

Properties

Properties

allowTextToOverflowShape

Optional allowTextToOverflowShape: boolean


fill

Optional fill: IShapeFillOption


font

Optional font: string

css font string


horizontalAlignment

Optional horizontalAlignment: 0 | 1 | 2

0: left, 1: center, 2: right


margins

Optional margins: [number, number, number, number]


resizeToFitText

Optional resizeToFitText: boolean


text

Optional text: string


textDirection

Optional textDirection: "horizontal" | "vertical" | "rotate90" | "rotate270"


verticalAlignment

Optional verticalAlignment: 0 | 1 | 2

0: top, 1: center, 2: bottom


wrapTextInShape

Optional wrapTextInShape: boolean