Package com.winnovative_software
Class FileLinkElement
java.lang.Object
com.winnovative_software.PageElement
com.winnovative_software.FileLinkElement
This class represents a link to an external file in a PDF document
- 
Constructor SummaryConstructorsConstructorDescriptionFileLinkElement(RectangleFloat linkRectangle, String filePath) Constructs a file link element
- 
Method SummaryModifier and TypeMethodDescriptionfilePath()Gets the external file pathGets the file link element rectangle in PDF pagevoidsetFilePath(String filePath) Sets the external file pathvoidsetLinkRectangle(RectangleFloat linkRectangle) Sets the file link element rectangle in PDF page
- 
Constructor Details- 
FileLinkElementConstructs a file link element- Parameters:
- linkRectangle- the link rectangle in page
- filePath- the linked file
 
 
- 
- 
Method Details- 
linkRectangleGets the file link element rectangle in PDF page- Returns:
- the file link element rectangle in PDF page
 
- 
setLinkRectangleSets the file link element rectangle in PDF page- Parameters:
- linkRectangle- the file link element rectangle in PDF page
 
- 
filePathGets the external file path- Returns:
- the external file path
 
- 
setFilePathSets the external file path- Parameters:
- filePath- the external file path to link
 
 
-