Uses of Class
com.lowagie.toolbox.AbstractTool
Packages that use AbstractTool
Package
Description
-
Uses of AbstractTool in com.lowagie.toolbox
Fields in com.lowagie.toolbox with type parameters of type AbstractToolModifier and TypeFieldDescriptionprivate final ArrayList
<AbstractTool> Toolbox.toolarray
toolarrayMethods in com.lowagie.toolbox that return AbstractTool -
Uses of AbstractTool in com.lowagie.toolbox.arguments
Fields in com.lowagie.toolbox.arguments declared as AbstractToolModifier and TypeFieldDescriptionprotected AbstractTool
AbstractArgument.tool
reference to the internal frameMethods in com.lowagie.toolbox.arguments that return AbstractToolMethods in com.lowagie.toolbox.arguments with parameters of type AbstractToolConstructors in com.lowagie.toolbox.arguments with parameters of type AbstractToolModifierConstructorDescriptionAbstractArgument
(AbstractTool tool, String name, String description, Object value) BitsetArgument
(AbstractTool tool, String name, String description, String[] options) Constructs an BitsetArgument.ColorArgument
(AbstractTool tool, String name, String description) 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.FileArrayArgument
(AbstractTool tool, String name, String description) FloatArgument
(AbstractTool tool, String name, String description) ImageArgument
(AbstractTool tool, String name, String description) Constructs a FileArgument.ImageArgument
(AbstractTool tool, String name, String description, FileFilter filter) Constructs a FileArgument.IntegerArgument
(AbstractTool tool, String name, String description) Constructs a IntegerArgument.OptionArgument
(AbstractTool tool, String name, String description) Constructs an OptionArgument.PageSizeArgument
(AbstractTool tool, String name, String description) Constructs an OptionArgument.StringArgument
(AbstractTool tool, String name, String description) Constructs a StringArgument. -
Uses of AbstractTool in com.lowagie.toolbox.plugins
Subclasses of AbstractTool in com.lowagie.toolbox.pluginsModifier and TypeClassDescriptionclass
This tool lets you add a embedded u3d 3d annotation to the first page of a document.class
Allows you to add bookmarks to an existing PDF fileclass
This tool lets you split a PDF in several separate PDF files (1 per page).class
class
Concatenates two PDF filesclass
Concatenates two PDF filesclass
Allows you to decrypt an existing PDF file.class
This tool lets you generate a PDF that shows N pages on 1.class
This is a simple tool that generates a cover for a DVD.class
Allows you to encrypt an existing PDF file.class
This tool lets you extract the attachments of a PDF.class
Generates a PDF file that is usable as Handout.class
Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file.class
Allows you to inspect the Image XObjects inside a PDF file.class
Allows you to inspect an existing PDF file.class
class
This tool lets you generate a PDF that shows N pages on 1.class
Converts the image files in a directory to a PDF file that acts as a photo album.class
This tool copies an existing PDF and removes potentially dangerous code that launches an application.class
This tool lets you take pages from an existing PDF and copy them in reverse order into a new PDF.class
This tool lets you select pages from an existing PDF and copy them into a new PDF.class
This tool lets you split a PDF in two separate PDF files.class
Converts a monospaced txt file to a PDF file.class
Allows you to add bookmarks to an existing PDF file -
Uses of AbstractTool in com.lowagie.toolbox.plugins.watermarker
Subclasses of AbstractTool in com.lowagie.toolbox.plugins.watermarkerModifier and TypeClassDescriptionclass
This tool lets you add a text watermark to all pages of a document.