__modified__
: "off"
| {"on"
}backgroundcolor
: colorspec, def. "none"
backgroundcolor
is unused.
beingdeleted
: {"off"
} | "on"
busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
children
(read-only): vector of graphics handles, def. [](0x1)
children
is unused.
clipping
: "off"
| {"on"
}clipping
is "on"
, the text is clipped in its parent axes limits.
color
: colorspec, def. [0 0 0]
createfcn
: string | function handle, def. [](0x0)
set (0, "defaulttextcreatefcn", 'disp ("text created!")')
.
deletefcn
: string | function handle, def. [](0x0)
displayname
: def. ""
edgecolor
: colorspec, def. "none"
edgecolor
is unused.
editing
: {"off"
} | "on"
erasemode
: "background"
| "none"
| {"normal"
} | "xor"
erasemode
is unused.
extent
(read-only): def. [0.000000 -0.005843 0.000000 0.032136]
fontangle
: "italic"
| {"normal"
} | "oblique"
fontangle
is currently unused.
fontname
: string, def. "*"
fontsize
: scalar, def. 10
fontunits
.
fontunits
: "centimeters"
| "inches"
| "normalized"
| "pixels"
| {"points"
}fontsize
property.
fontweight
: "bold"
| "demi"
| "light"
| {"normal"
}handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the text's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}horizontalalignment
: "center"
| {"left"
} | "right"
interpreter
: "latex"
| "none"
| {"tex"
}interruptible
: "off"
| {"on"
}linestyle
: {"-"
} | "--"
| "-."
| ":"
| "none"
linestyle
is unused.
linewidth
: scalar, def. 0.50000
linewidth
is unused.
margin
: scalar, def. 2
margin
is unused.
parent
: graphics handleposition
: four-element vector, def. [0 0 0]
[X0 Y0 Z0]
where X0, Y0 and Z0 indicate the position of the text anchor as defined by verticalalignment
and horizontalalignment
.
rotation
: scalar, def. 0
selected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}string
: string, def. ""
tag
: string, def. ""
type
(read-only): stringtype
is always "text"
uicontextmenu
: graphics handle, def. [](0x0)
units
: "centimeters"
| {"data"
} | "inches"
| "normalized"
| "pixels"
| "points"
userdata
: Any Octave data, def. [](0x0)
verticalalignment
: "baseline"
| "bottom"
| "cap"
| {"middle"
} | "top"
visible
: "off"
| {"on"
}visible
is "off"
, the text is not rendered on screen.