当前位置:网站首页>Richview textbox items textbox
Richview textbox items textbox
2022-07-23 10:27:00 【lyhoo163】
RichView TextBox Items The text box
RichView Text box (TextBox) As a part of the document Item, Use the simplified annotation of marginal notes .
The insertion position of the item is usually visible text, but , It can be integrated with the background when it is displayed .
Usually set the text box above or below where there is no text .
The text box will not be displayed directly in TRichView/TRichViewEdit in , They are visible when printing and previewing .
If you directly use ScaleRichView , They can be directly in TSRichViewEdit China and Israel WYSIWYG Mode display and editing .
The text box can contain any item , Including images and tables ( But it cannot contain other text boxes 、 Footnotes and endnotes ).
One 、 class
TRVTextBoxItemInfo = class(TRVSidenoteItemInfo)
1、TRVTextBoxItemInfo Is a representation of TRichView The class of text box items in the document . This item is printed as a floating box .
2、 This is not a component . The object of this class is created at run time and added to TRichView( See AddItem) Or insert into TRichViewEdit( See InsertItem).
3、 This Item The style of the item is :rvsTextBox.
Two 、ITEM
1、TextBox The text box is in the document , As a Item, It can be fixed in one position (ItemCount), But a floating box is displayed in the document .

2、 If rvoShowSpecialCharacters Included in RichView in . Option , A special mark will be displayed at the insertion position of the text box item .
3、Sidenote Contains a sub document . This subdocument does not appear in the... Where the text box item is inserted TCustomRichView in , But you can print in the floating box .
4、 In the editor , Floater , You can move and edit .
3、 ... and 、 Application
1、 The text box (TRVTextBoxItemInfo) Is a representation of TRichView Text floating items in the document ITEM. This item is printed as a floating box .
2、 Text box is a class , But this is not a component . The object of this class is created at run time and added to TRichView.
AddItem or InsertItem Join or insert into TRichViewEdit in .
3、 Application
(1) Floating text box ( mark )

(2) Background map

(3) Insert the specified image ( Stamp )

边栏推荐
- MD5加密解密网站测试,MD5加密还安全吗?
- 行业洞察|如何更好地建设数据中台?IT和业务要“齐步走”
- 2022/7/21
- What is the difference between College coder and 985 programmer?
- Cache penetration, cache breakdown, cache avalanche
- ArcGIS calculates the correlation between two grid layers
- redis伪集群一键部署脚本---亲测可用
- STM32 - input capture experiment
- Sonar中如何删除一个项目
- Redis transaction, lock mechanism, seckill
猜你喜欢
随机推荐
金仓数据库 KingbaseES SQL 语言参考手册 (8. 函数(九))
c# 字节数组和类相互转换
jeecgboot 导入文档
moment 获取周、月、季、年
EasyCVR平台CGO回放回调参数缺失导致设备录像无法播放,该如何解决?
科技赋能新保险:中华财险的数字化转型
使用IDEA的反编译插件 反编译jar包/class文件/修改jar包
Use and implementation of enumeration classes
MySQL查询优化-详解
金仓数据库 KingbaseES SQL 语言参考手册 (8. 函数(二))
Kingbasees SQL language reference manual of Jincang database (8. Function (9))
金仓数据库 KingbaseES SQL 语言参考手册 (4. 伪列)
Moment get week, month, quarter, year
Kingbasees SQL language reference manual of Jincang database (8. Function (III))
[MySQL] cursor
C语言——几道C语言经典习题
Kingbasees SQL language reference manual of Jincang database (8. Function (7))
两个海量数据的同构表,如何查询数据差异
多线程中的「lost wake up 问题」| 为什么wait()和notify()需要搭配synchonized关键字使用?
mysql三表查询问题







