Screenshot Preview

WPTools Professional

经 wpCubed - 产品类型: 构件 / VCL

‏请注意: 除非另有说明,此为英语产品

*

Add word processing capability to your Delphi and C++Builder applications. WPTools is a set of components for word processing that includes powerful mail merge, a complete set of text property dialogs, ruler and toolbar. It has all the format features you need: justified text, different kinds of tab-stops, graphics, hyperlinks, outlines, indentation and spacing, different fonts, sizes and colors. It also supports headers and footers.



平均评分:   基于 2 评分
$ 840.34

‏我们的常规价格如下。 请登录后查看打折后的价格。

价格

WPTools V6.0 - Professional   *

加入购物车 $ 840.34 1 Developer License  * 下载 (17.7 MB)
加入购物车 $ 3,361.34 Team License (2 to 6 developers)  * 下载 (17.7 MB)
加入购物车 $ 8,403.35 Site License (Allows up to 20 Developers at a Single Physical Address)  * 下载 (17.7 MB)

我们的价格包括ComponentSource的技术支持。对于大多数可下载的产品,还提供在线备份和免费升级为新版本,若新版本在购买后的30日内发布的话。  所有销售都是按照我们的标准条款 进行的,并且适用我们的退货政策. 请 联系我们 若您需要任何未在列出的License選擇,包括批量License及以前的版本。

‏我们的常规价格见上。 请登录后查看打折后的价格。

 *

What's New in V5.18.1

  • new IDE dialog (click right on TWPRichText control) to pre configure format- and edit options
  • CurrAttr.FontName and Size will now report the default/style attributes - Can be switched off using $define DONT_REPORT_DEFAULT_ATTR
  • updated DefaultAttr handling. Using this property you can set the default font
  • new EditOptionsEx: wpDontResetPagesizeInNew - the "New" action will not reset the page size
  • new EditOptionsEx: wpSetDefaultAttrInNew - the "New" action will reset the writing mode to the default
  • new method: ClearEx(DontClearStyles,DontResetPageSize,ResetWritingAttr : Boolean);
  • new property: AcceptFilesOptions. Create movable images or linked images with drag&drop
  • new event: AfterLoadText - preprocess the text before after load operations
  • much improved Par.SplitCell method and new property EditOptionsEx wpAllowSplitOfCombinedCellsOnly - (Disables a function which allows the creation of tables with different coloumn count per row)
  • PrintParamameter.PageSides now works with the Print() function
  • The print dialog now also allows printing of selected text. This can be disabled using PrintOption 'wpDontAllowSelectionPrinting'
  • speed optimation of the RTF reader (especially for files with images)
Note: Please refer WPTools Version History from Evals & Downloads page for more details for What's New.

 *

This VCL component suite includes editor components, dialogs and all the important GUI controls to integrate word processing into any Delphi or C++Builder application. The standard package already handles hyperlinks, headers and footers, paragraph styles, bookmarks, RTF, HTML (also HTML/CSS), tables and graphics. The page layout view provides a complete WYSIWYG preview of the page, including display of headers and footers. Integrate this component suite into your application to guarantee that your end users experience the comfort and ease they have come to expect from standard word processing programs.

WPTools allows you to create an impressive word processor. Or take advantage of WPTools' multitude of powerful features to expand the ability of your application. For example:

Movable graphics: The standard setting on this feature allows you to handle a graphic like a character. When this is changed the graphic can be handled relative to a paragraph, with the text floating either to the right or left of the graphic.

Mail-merge: This feature allows you to integrate fields into your document and insert text or graphics at a certain position. Formatted text is also possible. True, other tools can do this, too, but WPTools goes even further and lets you read out the merged text back into the database. This means that if your end-user changed or completed merged text in the letter created, your application can read this information. Depending on your program you can either re-import the updated information or create a new database. Plus, the data fields remain visible so it is possible to update the data or insert new data in a previously merged letter at any time.

Bookmarks: WPTools supports bookmarks. Bookmarks are handled as start/end tags so they can be nested easily and can optionally be displayed in the text. When the closing bookmark is deleted it will automatically delete the opening bookmark as well.

Numbering and Bullets: Internally WPTools provides several pre-defined numbering and bullet styles. However, the dialog provided also makes it possible for you to create your own. Numbering can be done with letters (A,B,C), Latin numbers (1,2,3) or Roman numbers (I,II,III) which can be preceded with a "[" or "{" or followed with a "]", "}", "." or a ")". The powerful numbering procedure even provides up to 9 levels for outlines and the dialog also makes it easy to add your favorite bullet styles with the symbol(s) and font of your choice. Legal numbering (1.1.1, 1.1.2, 1.2.1, 1.2.2) is also supported.

Viewing modes: WPTools supports the normal editing view and a page layout mode. In the page layout mode the user sees the header and footer and it is possible to change the page margins using the vertical and horizontal rulers included. This mode can also display watermarks (painted and printed using a versatile event).

Table handling: In programming tables our priority was to make them easy to use. Thus, WPTools offers you and your end-users the standard features you are accustomed to. The [TAB]-key moves the cursor to the next column and rows can be added automatically with the [CR]-key. Use the mouse to select a range of cells within the table then simply click on the buttons provided to either create lines around the area selected or make the lines in this area invisible. Table cells can also be split (this can be done as often as desired to create as many cells are needed) and merged horizontally. Of course, additional table rows and columns can be inserted and deleted at any time.

Undo: WPTools offers complete undo and redo capability. This is a very attractive feature which helps combat frustration among your end-users. Our undo architecture makes it possible to combine the undo objects of several editors on one form into one stackthus allowing global undo for data entry forms.

WPTools offers a multitude of features to make utilization easier for your end-users, but also has a great number of interesting possibilities to inspire you while developing your tool. For example, the WPTools library has been created with Delphi and is specifically designed for Delphi. It uses collections (TCollection class) frequently, for example in the headers and footers, paper formats, bullets and numbering styles, paragraph styles, RTF-variables. This makes it possible to change included features easily or add new items of your own creation to the Delphi IDE.

The data structures of the module which work with the text can be easily accessed through program code. This makes it possible to work with the text under program control at high speed, without requiring any slow or difficult messages. Thus, WPTools can be tailored to your individual requirements fast and effectively.

WPTools also includes a unit specifically designed to use the conversion DLL's installed by Word. As a result the program is able to load a wide variety of formats, depending on the system configuration. It also includes 2 print control classes for integration in QuickReport and optionally an add-on to support ReportBuilder.

WPTools also contains several shared components which are also used by WPForm. This component set includes a tool to localize a project, a universal XML reader class and a very powerful XML writer class. It also includes an undo manager.These shared components can be easily integrated into your projects, even if you don't need the versatility provided by WPTools or WPForm. One simple example of this is to use the undo-manager to create forward and backward browsing buttons or use the XML tree class to manage your configuration file.


注意

还未完成翻译的产品说明, 我们提供了Google 翻译的连结方便您使用. 但请注意, 自动翻译有时候可能会有翻译错误.
强力驱动
在Firefox 和Opera 需要Flash.

产品搜索

输入搜索词:

为什么从ComponentSource购买?

ComponentSource 提供独特的全球国际服务, 在世界各地共有超过1,000,000开发者客户.

更多讯息 | 关于我们

奖励