Welcome![Sign In][Sign Up]
Location:
Search - richtext

Search list

[RichEditRTFHighlighting

Description: richtext控件中语法高亮显示VB源代码,学习richtext控件编程有很大帮助-richtext controls in VB syntax highlighted source code, learn programming richtext control of much help
Platform: | Size: 12288 | Author: 覃东 | Hits:

[GUI DevelopRichTextEditor

Description: Symbian中RichText控件的使用,包括添加文本和图片等-RichText control in Symbian, including adding text and pictures
Platform: | Size: 14336 | Author: suojianjian | Hits:

[RichEditStatusbarSpecial

Description: 在RichText中检测数据输入状态,并可以自行处理-Every RichTextCtrl has its own insert state that is independent of the global insert state as well as the insert state of all other RichTextCtrls. That would be fine if you had some way to read and change the state. But you don’t. The RichTextCtrl has no property to check the state, and it has no message to check the state.
Platform: | Size: 23552 | Author: onecode | Hits:

[Compress-Decompress algrithmsrichtext

Description: silverlight下的richtextbox例子-silverlight examples under the richtextbox
Platform: | Size: 1483776 | Author: MrRight | Hits:

[Printing programrtfprn.ZIP

Description: 此程式可以打印RichText Box中的内容,并控制打印格式。   -This program can print RichText Box contents, and control print format.
Platform: | Size: 8192 | Author: 徐东 | Hits:

[OtherVBnotpadbyyourself

Description: 通过阅读、研究本文并按本文所述进行尝试,初学者将学到很多东西,如怎样使用RichText控件来打开和保存文件,怎样制作菜单、工具栏和状态栏以及如何对其编写代码等。-Private Sub mnuNew_Click() RichTextBox1.Text = "" 清空文本框 FileName = "未命名" Me.Caption = FileName End Sub
Platform: | Size: 23552 | Author: sunqingmeng | Hits:

[Windows DevelopRichTextWithoutOcx

Description: 不使用RichText.ocx控件显示Rtf信息 =================================== 这个程序演示了不使用RichText控件进行显示带有标识RTF格式信息。调用的dll文件。 -Do not use the information =================================== RichText.ocx control to display Rtf do not use this application demonstrates the RichText control to display RTF format with the identification information. Call dll files.
Platform: | Size: 12288 | Author: zimistan | Hits:

[SilverLightRichTextBoxDemo

Description: 如何在silverlight中使用RichTextbox显示word文本-silverlight richtextbox
Platform: | Size: 509952 | Author: denvis | Hits:

[Windows DeveloprichtextVc6

Description: vc6 richtext具体用法,插入对象,文字等-vc6 richtext specific usage, inserting objects, text, etc.
Platform: | Size: 107520 | Author: sam | Hits:

[CSharpRichBox

Description: 用于记录自已平时收录的资料,可以保存为Text或RichText格式-Usually used to record their own information included, can be saved as Text or RichText format
Platform: | Size: 4016128 | Author: Jack | Hits:

[FlashMXRichTextField2.0_src

Description: 富文本(RichText)留言板的示例程序,具有以下功能: 1.本末尾追加文本和显示元素; 2.本任何位置替换(删除)文本和显示元素 3.支持HTML文本 4.动态改变文本框尺寸-Rich Text message board sample program, has the following features: 1 The appended text and display elements (2) The location of any replacement (delete) the text and display elements 3 supports HTML text 4 Dynamic changes in the text box size
Platform: | Size: 297984 | Author: 水北 | Hits:

[RichEditRichEditUse

Description: 一个可插入对象的富文本控件,采用文档、视结构-this tool is a simple RichText
Platform: | Size: 4129792 | Author: 任秀龙 | Hits:

[GUI Developrichedit

Description: 利用 RichText 实现的编辑器 提供了修改字体,打印,查询等功能。-The RichText editor realized a change fonts, print, and query functions.
Platform: | Size: 2048 | Author: zhu | Hits:

[EditBoxRichEdit

Description: vc6.0 控件richtext使用demo,希望对大家有用-vc6.0 richtext development
Platform: | Size: 22528 | Author: chengelvis | Hits:

[OS programbianjiqi

Description: VB环境下由RichText 实现的编辑器,是初学者学习和适应VB编程的比较有用的小功能。-VB environment to achieve by RichText editor for beginners to learn and adapt to the useful features of VB programming.
Platform: | Size: 9216 | Author: Lusiah | Hits:

[EditBoxRichText

Description: 实现基本的富文本编辑,经过修改可作为一个富文本控件使用。-Implement basic rich text editing, modified can be used as a rich text control.
Platform: | Size: 2370560 | Author: 天远 | Hits:

[Linux-Unixq3richtext

Description: q3 richtext for linux.
Platform: | Size: 48128 | Author: jieqangcu | Hits:

[Delphi VCLmemoex

Description: Memo richtext delphi component
Platform: | Size: 56320 | Author: pablomrj | Hits:

[JSP/JavaRichText

Description: TextView通常用来显示普通文本,但是有时候需要对其中某些文本进行样式、事件方面的设置。android系统通过SpannableString类来对指定文本进行相关处理,具体有以下功能: 1、BackgroundColorSpan 背景色 2、ClickableSpan 文本可点击,有点击事件 3、ForegroundColorSpan文本颜色(前景色) 4、MaskFilterSpan 修饰效果,如模糊(BlurMaskFilter)、浮雕(EmbossMaskFilter) 5、RasterizerSpan 光栅效果 6、StrikethroughSpan删除线(中划线) 7、UnderlineSpan 下划线 8、AbsoluteSizeSpan 绝对大小(文本字体) 9、DynamicDrawableSpan设置图片,基于文本基线或底部对齐。 10、ImageSpan 图片 11、RelativeSizeSpan 相对大小(文本字体) 12、ScaleXSpan 基于x轴缩放 13、StyleSpan 字体样式:粗体、斜体等 14、SubscriptSpan 下标(数学公式会用到) 15、SuperscriptSpan 上标(数学公式会用到) 16、TextAppearanceSpan文本外貌(包括字体、大小、样式和颜色) 17、TypefaceSpan 文本字体 18、URLSpan 文本超链接-TextView is usually used to display plain text, but sometimes need some text styles, events in the settings. android system through SpannableString class to the specified text related processing, specifically the following features: 1, BackgroundColorSpan background color 2, ClickableSpan clickable text with click event 3, ForegroundColorSpan text color (foreground) 4, MaskFilterSpan modification effects, such as blur (BlurMaskFilter), relief (EmbossMaskFilter) 5, RasterizerSpan grating effect 6, StrikethroughSpan strikethrough (underlined) 7, UnderlineSpan underline 8, AbsoluteSizeSpan absolute size (text font) 9, DynamicDrawableSpan set the picture, text-based baseline or bottom alignment. 10, ImageSpan picture 11, RelativeSizeSpan relative size (text font) 12, ScaleXSpan based on x-axis scaling 13, StyleSpan font styles: bold, italic, etc. 14, SubscriptSpan subscript (mathematical formula will be used) 15, SuperscriptSpan superscript (math formula will be used) 16, TextAppearanceSpa
Platform: | Size: 696320 | Author: | Hits:

[Windows DevelopRTFHighlighting

Description: VB中的RichText文本框语法高亮显示实例,有需要的下。-RichText text box in VB syntax highlighting instances, there is need for the next.
Platform: | Size: 12288 | Author: 清拌蟹肉 | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net