当前位置:网站首页>RichView TextBox Items 文本框
RichView TextBox Items 文本框
2022-07-23 03:34:00 【lyhoo163】
RichView TextBox Items 文本框
RichView的文本框(TextBox)作为文档的一个Item,运用于是旁注的简化标注。
该项目插入的位置通常可见的文本但是,它显示时与背景可以溶合一体的。
通常将文本框设置于上方或下方的没有文本地方。
文本框不会直接显示在 TRichView/TRichViewEdit 中,它们在打印和预览时可见。
如果您直接使用 ScaleRichView ,它们可以直接在 TSRichViewEdit 中以 WYSIWYG 模式显示和编辑。
文本框可以包含任何项目,包括图像和表格(但不能包含其他文本框、脚注和尾注)。
一、类
TRVTextBoxItemInfo = class(TRVSidenoteItemInfo)
1、TRVTextBoxItemInfo是一个表示TRichView文档中文本框项的类。此项目印为浮动框。
2、这不是一个组件。这个类的对象在运行时被创建并添加到TRichView(参见AddItem)或插入到TRichViewEdit(参见InsertItem)。
3、这个Item项目的样式为:rvsTextBox。
二、ITEM
1、TextBox文本框是文档中,作为一个Item,可以固定在一个位置上(ItemCount),但是一个浮动的框在文档中显示出来。

2、如果rvoShowSpecialCharacters包含在RichView中。选项时,将在文本框项的插入位置显示特殊标记。
3、Sidenote包含一个子文档。该子文档不显示在插入文本框项的TCustomRichView中,但可以在浮动框中打印。
4、在编辑器中,浮动框,可以移动和编辑。
三、运用
1、文本框(TRVTextBoxItemInfo)是一个表示TRichView文档中文本浮动项ITEM。此项目打印为浮动框。
2、文本框是个类,但这不是一个组件。这个类的对象在运行时被创建并添加到TRichView。
AddItem或InsertItem加入或插入到插到TRichViewEdit中。
3、运用
(1)浮动文本框(标注)

(2)背景图

(3)插入指定图像(加盖印章)

边栏推荐
- What level is GF futures? Is the account opening safe and reliable?
- error MSB4181: “QtRunWork”任务返回了 false,但未记录错误
- 浏览安全怎么提升?教你设置安全浏览器信任站点
- 十年磨一剑,云原生分布式数据库PolarDB-X的核心技术演化
- GNN third party Library: pyg (pytorch geometric) [the library based on pytorch can help users quickly build and train their own graph neural network model] [deepwalk, line, GCN, gat, etc.]
- Moment get week, month, quarter, year
- Normal form and anti normal form
- mysql三表查询问题
- non-Boost Asio 笔记: UDP UART SocketCAN Multicast UDS
- Kill a process on Linux
猜你喜欢

软件质量管理实践全面总结

60 open-ended test questions, recite them and get a pay rise directly

【300+精选大厂面试题持续分享】大数据运维尖刀面试题专栏(七)

【循环语句】

Error msb4181: the "qtrunwork" task returned false, but no error was recorded

Arcgis 计算两个栅格图层相关性

ssm框架外卖订餐系统

Kill a process on Linux

141.环形链表

Deeply understand mvcc and bufferpool caching mechanism
随机推荐
Qt报错:错误 C2039 “Value“: 不是 “`global namespace‘“ 的成员
C语言文件操作
世界正在被开源软件吞食
[node middle layer practice (IV)] ---- logical processing of express middle layer
GNN third party Library: pyg (pytorch geometric) [the library based on pytorch can help users quickly build and train their own graph neural network model] [deepwalk, line, GCN, gat, etc.]
【机器学习基础】特征工程常用操作
What are you doing at two in the morning?
Open source Invoicing system, 10 minutes to complete, it is recommended to collect!
新的项目实现的技术点如有需要可以指导
Reverse pairs in an array
Visual full link log tracking
One of the series of composition principle analysis, the design principle of composition
Android开发学习日记--内容提供者(跨应用间的数据库修改)
范式及反范式
[basics of C language] 14 file, declaration and format input and output
C语言柔性数组
从业务开发中学习和理解架构设计
Earning power "needs to be accumulated
A concise tutorial for soft exam system architecture designer | reverse engineering
【C语言基础】14 文件、声明和格式化输入输出