Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.337 Times

Formatting Instance software
Filter: All | Freeware | Demo
 

Formatting Instance

< 1 2 3 4 5 > 
Released: March 25, 2013  |  Added: April 21, 2013 | Visits: 1.353

Aspose.Cells for .NET Aspose.Cells is a .NET component for spreadsheet reporting without using Microsoft Excel. It supports robust formula calculation engine, pivot tables, VBA, workbook encryption, named ranges, spreadsheet formatting, drawing objects like images, OLE objects and importing or creating charts. You can... Platforms: Windows, Java

License: Shareware Cost: $999.00 USD Size: 44.9 MB Download (134): Aspose.Cells for .NET Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 581

BeautyXLS BeautyXLS - an utility for quick automatic formatting of spreadsheets documents, also saving in the specified format. BeautyXLS execute (instead of you) MS Excel or OpenOffice.org Calc and make formatting document. The main parameters of the formatting are placed in main window, for choice of... Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 778.24 KB Download (51): BeautyXLS Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 426

Clean Text for Mac Apimac Clean Text eliminates all text formatting, preparing it for pasting and other useful functions, such as removing empty lines, removing multiple spaces, removing tab characters etc.Main Features: Fixes Paragraphs. Removes returns within a paragraph and removes multiple empty lines between... Platforms: Mac

License: Shareware Cost: $24.95 USD Size: 5 MB Download (47): Clean Text for Mac Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 458

Clean Text for Windows Apimac Clean Text eliminates all text formatting, preparing it for pasting and other useful functions, such as removing empty lines, removing multiple spaces, removing tab characters etc.Main Features: Fixes Paragraphs. Removes returns within a paragraph and removes multiple empty lines between... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 5 MB Download (47): Clean Text for Windows Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 610

OB PowerPoint Shape Style OB Shape Style is a Microsoft PowerPoint add-in that gives you the power to save and apply the formatting of shapes in your presentations. You can receive a status display of all applied styles and update all shapes with previously applied style. Easily manage , import and export styles and share... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.34 MB Download (52): OB PowerPoint Shape Style Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 390

OB Style Manager OB Style Manager is a Microsoft Excel add-in that gives you the power to save , apply and visually display the formatting of cells. It uses a familiar interface like the Internet Explorer's favorites. Easily manage , import and export styles and share them between different workbooks , computers... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.84 MB Download (521): OB Style Manager Download

Added: May 10, 2013 | Visits: 479

Multi-line string block formatting This script introduces a function to auto-strip indentation and whitespace from triple-quoted multi-line strings in Python code. Useful when you need to emit blocks of HTML/TCL/etc. from Python, but don't want to mess up the visual flow of your Python code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Multi-line string block formatting Download

Added: May 10, 2013 | Visits: 508

Formatting plain text into columns This script formats a number of columns of text into fixed widths. Each column may also be aligned independently. Whitespace is collapsed, though line breaks are retained (they may optionally be ignored). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Formatting plain text into columns Download

Added: May 10, 2013 | Visits: 290

Simplified string substitution This script replaces %(name)s style formatting with [name] style formatting. Custom open and close delimiters can be specified. Useful for templates exposed to end-users. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Simplified string substitution Download

Added: May 10, 2013 | Visits: 542

Apache FOP Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (52): Apache FOP Download

Added: May 10, 2013 | Visits: 265

TWikifilter 6.x-1.x-dev This module will help users converting from TWiki to Drupal, or provide an alternative formatting method for nodes.Bulleted lists, numbered lists, tables (no sorting), headings, WikiWords, and basic formatting are supported.TWiki WikiWord support has been added. Webs have been implemented by... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): TWikifilter 6.x-1.x-dev Download

Added: May 10, 2013 | Visits: 362

Initializing variables from __init__ parameters This script assigns each parameter to an instance variable of the same name, automating a common pattern of object initialization, and making class definitions more compact. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 702

Product listing txt formatting This will make your product listing to automatically print products names with first letter as capital and the rest as lowercase. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Product listing txt formatting Download

Added: May 10, 2013 | Visits: 439

split_and_join This script will split a file into several smaller files while at the same time hiding the original formatting of the file. The program has a primitive GUI design, allowing a small amount of interaction with the program. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): split_and_join Download

Added: May 10, 2013 | Visits: 395

A class keeps a reference to it's instance This script implements a base class, which allows derived classes to track instances in self.__instances__. It uses a WeakValueDictionary to store instance references. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): A class keeps a reference to it's instance Download

Added: May 10, 2013 | Visits: 275

Another Singleton Implementation This script creates a unique instance of classes that uses Singleton as their metaclass. Used as a metaclass, Singleton replaces a class with a unique class instance. Any subsequent calls to the class's constructor will result in an exception, as the constructor is overwritten immediately after... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Another Singleton Implementation Download

Added: May 10, 2013 | Visits: 454

Static or Class Methods This script implements class methods that do not require an object instance. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Static or Class Methods Download

Added: May 10, 2013 | Visits: 469

Formats current exception with stack trace This script provides functions for formatting exceptions and stack traces so that they are guaranteed to fit in a single line and contain only chars in specified encoding. It is very useful for logging and handling dead end exceptions. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Formats current exception with stack trace Download

Added: May 10, 2013 | Visits: 313

Text Control 2.0b1 The plugin allows choosing formatting and encoding per post, globally on posts, and globally on comments.You can choose between Markdown, Textile 1, Textile 2, nl2br, WPautop, and "No Formatting" for formatting along with the choice of SmartyPants, WPTexturize or "No Encoding" for character... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Text Control 2.0b1 Download

Added: April 29, 2013 | Visits: 619

External Text MX for Graphics and Animations External Text MX is a handy Macromedia Flash extension that makes process of loading, displaying and formatting text in flash movies easier than ever.It ia Flash MX (or later) and Macromedia Extension Manager to wsion Manager to work. Platforms: Flash

License: Freeware Size: 122.88 KB Download (50): External Text MX for Graphics and Animations Download

< 1 2 3 4 5 >