Uses of Class
com.lowagie.toolbox.AbstractTool
-
Packages that use AbstractTool Package Description com.lowagie.toolbox com.lowagie.toolbox.arguments com.lowagie.toolbox.plugins com.lowagie.toolbox.plugins.watermarker -
-
Uses of AbstractTool in com.lowagie.toolbox
Fields in com.lowagie.toolbox with type parameters of type AbstractTool Modifier and Type Field Description private java.util.ArrayList<AbstractTool>
Toolbox. toolarray
toolarrayMethods in com.lowagie.toolbox that return AbstractTool Modifier and Type Method Description AbstractTool
Toolbox. createFrame(java.lang.String name)
Creates an Internal Frame. -
Uses of AbstractTool in com.lowagie.toolbox.arguments
Fields in com.lowagie.toolbox.arguments declared as AbstractTool Modifier and Type Field Description protected AbstractTool
AbstractArgument. tool
reference to the internal frameMethods in com.lowagie.toolbox.arguments that return AbstractTool Modifier and Type Method Description AbstractTool
AbstractArgument. getTool()
Methods in com.lowagie.toolbox.arguments with parameters of type AbstractTool Modifier and Type Method Description void
AbstractArgument. setTool(AbstractTool tool)
Constructors in com.lowagie.toolbox.arguments with parameters of type AbstractTool Constructor Description AbstractArgument(AbstractTool tool, java.lang.String name, java.lang.String description, java.lang.Object value)
BitsetArgument(AbstractTool tool, java.lang.String name, java.lang.String description, java.lang.String[] options)
Constructs an BitsetArgument.ColorArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
FileArgument(AbstractTool tool, java.lang.String name, java.lang.String description, boolean newFile)
Constructs a FileArgument.FileArgument(AbstractTool tool, java.lang.String name, java.lang.String description, boolean newFile, javax.swing.filechooser.FileFilter filter)
Constructs a FileArgument.FileArrayArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
FloatArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
ImageArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
Constructs a FileArgument.ImageArgument(AbstractTool tool, java.lang.String name, java.lang.String description, javax.swing.filechooser.FileFilter filter)
Constructs a FileArgument.IntegerArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
Constructs a IntegerArgument.OptionArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
Constructs an OptionArgument.PageSizeArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
Constructs an OptionArgument.StringArgument(AbstractTool tool, java.lang.String name, java.lang.String description)
Constructs a StringArgument. -
Uses of AbstractTool in com.lowagie.toolbox.plugins
Subclasses of AbstractTool in com.lowagie.toolbox.plugins Modifier and Type Class Description class
Add3D
This tool lets you add a embedded u3d 3d annotation to the first page of a document.class
Bookmarks2XML
Allows you to add bookmarks to an existing PDF fileclass
Burst
This tool lets you split a PDF in several separate PDF files (1 per page).class
CompressDecompressPageContent
class
Concat
Concatenates two PDF filesclass
ConcatN
Concatenates two PDF filesclass
Decrypt
Allows you to decrypt an existing PDF file.class
Divide
This tool lets you generate a PDF that shows N pages on 1.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 attachments of a PDF.class
Handouts
Generates a PDF file that is usable 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
Normalize
class
NUp
This tool lets you generate a PDF that shows N pages on 1.class
PhotoAlbum
Converts the image files in a directory to a PDF file that acts as a photo album.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
Txt2Pdf
Converts a monospaced txt file to a PDF file.class
XML2Bookmarks
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.watermarker Modifier and Type Class Description class
WatermarkerTool
This tool lets you add a text watermark to all pages of a document.
-