# Interface: IDbMText
多行文本实体类型接口
# Hierarchy
-
↳ IDbMText
# Table of contents
# Properties
- alpha
- attachment
- color
- colorIndex
- contents
- delete
- height
- layer
- lineWidth
- linetype
- linetypeScale
- location
- matrix
- objectid
- rotation
- textHeight
- textStyle
- typename
- visibility
- width
- xdata
# Properties
# alpha
• Optional
alpha: number
透明度. [0-255][0完全透明,255完全不透明]
Inherited from: IDbEntity.alpha
# attachment
• Optional
attachment: kTopLeft | kTopCenter | kTopRight | kMiddleLeft | kMiddleCenter | kMiddleRight | kBottomLeft | kBottomCenter | kBottomRight | kBaseLeft | kBaseCenter | kBaseRight | kBaseAlign | kBottomAlign | kMiddleAlign | kTopAlign | kBaseFit | kBottomFit | kMiddleFit | kTopFit | kBaseMid | kBottomMid | kMiddleMid | kTopMid
对齐方式.
# color
• Optional
color: number
颜色.
Inherited from: IDbEntity.color
# colorIndex
• Optional
colorIndex: number
颜色索引.
Inherited from: IDbEntity.colorIndex
# contents
• Optional
contents: string
文本内容.
# delete
• Optional
delete: boolean
是否删除此实体.
Inherited from: IDbEntity.delete
# height
• Optional
height: number
高.
# layer
• Optional
layer: string
图层.
Inherited from: IDbEntity.layer
# lineWidth
• Optional
lineWidth: number
线宽.
Inherited from: IDbEntity.lineWidth
# linetype
• Optional
linetype: string
线型.
Inherited from: IDbEntity.linetype
# linetypeScale
• Optional
linetypeScale: number
线型比例.
Inherited from: IDbEntity.linetypeScale
# location
• Optional
location: [number, number, undefined | number]
位置.
# matrix
• Optional
matrix: IDbMatrixOp[]
矩阵.
Inherited from: IDbEntity.matrix
# objectid
• Optional
objectid: string
实体句柄,如传了实体句柄,是表示修改此实体.
Inherited from: IDbEntity.objectid
# rotation
• Optional
rotation: number
旋转角度.
# textHeight
• Optional
textHeight: number
文本高.
# textStyle
• Optional
textStyle: string
文本样式.
# typename
• Optional
typename: string
类型.
Inherited from: IDbEntity.typename
# visibility
• Optional
visibility: boolean
可见.
Inherited from: IDbEntity.visibility
# width
• Optional
width: number
宽.
# xdata
• Optional
xdata: string
扩展数据.