|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTool | |
---|---|
com.lowagie.tools | |
com.lowagie.tools.arguments | |
com.lowagie.tools.plugins |
Uses of AbstractTool in com.lowagie.tools |
---|
Methods in com.lowagie.tools that return AbstractTool | |
---|---|
AbstractTool |
Toolbox.createFrame(String name)
Creates an Internal Frame. |
Uses of AbstractTool in com.lowagie.tools.arguments |
---|
Fields in com.lowagie.tools.arguments declared as AbstractTool | |
---|---|
protected AbstractTool |
ToolArgument.tool
reference to the internal frame |
Constructors in com.lowagie.tools.arguments with parameters of type AbstractTool | |
---|---|
BitsetArgument(AbstractTool tool,
String name,
String description,
String[] options)
Constructs an BitsetArgument. |
|
FileArgument(AbstractTool tool,
String name,
String description,
boolean newFile)
Constructs a FileArgument. |
|
FileArgument(AbstractTool tool,
String name,
String description,
boolean newFile,
FileFilter filter)
Constructs a FileArgument. |
|
ImageArgument(AbstractTool tool,
String name,
String description)
Constructs a FileArgument. |
|
ImageArgument(AbstractTool tool,
String name,
String description,
FileFilter filter)
Constructs a FileArgument. |
|
OptionArgument(AbstractTool tool,
String name,
String description)
Constructs an OptionArgument. |
|
PageSelectorToolArgument(AbstractTool tool,
String name,
String description,
String classname)
|
|
PageSizeArgument(AbstractTool tool,
String name,
String description)
Constructs an OptionArgument. |
|
ToolArgument(AbstractTool tool,
String name,
String description,
String classname)
Constructs a ToolArgument. |
Uses of AbstractTool in com.lowagie.tools.plugins |
---|
Subclasses of AbstractTool in com.lowagie.tools.plugins | |
---|---|
class |
Bookmarks2XML
Allows you to add bookmarks to an existing PDF file |
class |
Burst
This tool lets you split a PDF in several separate PDF files (1 per page). |
class |
Concat
Concatenates two PDF files |
class |
Decrypt
Allows you to decrypt an existing PDF file. |
class |
DvdCover
This is a simple tool that generates a cover for a DVD. |
class |
Encrypt
Allows you to encrypt an existing PDF file. |
class |
ExtractAttachments
This tool lets you extract the attachements of a PDF. |
class |
Handouts
Generates a PDF file that is useable as Handout. |
class |
HtmlBookmarks
Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file. |
class |
ImageXRefViewer
Allows you to inspect the Image XObjects inside a PDF file. |
class |
InspectPDF
Allows you to inspect an existing PDF file. |
class |
KnitTiff
Knits two TIFF files, one with the even pages and another with the odd pages, together. |
class |
LPRClient
Allows you to print an existing PDF file via lpr. |
class |
NUp
This tool lets you generate a PDF that shows N pages on 1. |
class |
PhotoAlbum
Converts a Tiff file to a PDF file. |
class |
RemoveLaunchApplication
This tool copies an existing PDF and removes potentially dangerous code that launches an application. |
class |
ReversePages
This tool lets you take pages from an existing PDF and copy them in reverse order into a new PDF. |
class |
SelectedPages
This tool lets you select pages from an existing PDF and copy them into a new PDF. |
class |
Split
This tool lets you split a PDF in two separate PDF files. |
class |
Tiff2Pdf
Converts a Tiff file to a PDF file. |
class |
TreeViewPDF
Allows you to inspect an existing PDF file. |
class |
Txt2Pdf
Converts a monospaced txt file to a PDF file. |
class |
Watermarker
This tool lets you add a text watermark to all pages of a document. |
class |
XML2Bookmarks
Allows you to add bookmarks to an existing PDF file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |