writer2latex.api
Class IndexPageEntry
java.lang.Object
writer2latex.api.IndexPageEntry
public class IndexPageEntry
extends java.lang.Object
This class represents a single entry on an index page created by a batch converter
IndexPageEntry(String sFile, boolean bIsDirectory) - Construct a new
IndexPageEntry based on a file name.
|
String | getDescription() - Get the description
|
String | getDisplayName() - Get the display name
|
String | getFile() - Get the file name
|
String | getOriginalFile() - Get the original file name
|
String | getPdfFile() - Get the pdf file name
|
boolean | isDirectory() - Check whether this is a file or a directory
|
void | setDescription(String sDescription) - Set the description of this file (additional information about the file)
|
void | setDisplayName(String sDisplayName) - Set the display name for this entry.
|
void | setFile(String sFile) - Set the file name
|
void | setOriginalFile(String sOriginalFile) - Set the file name for the original file
|
void | setPdfFile(String sPdfFile) - Set the file name for a pdf file associated with this file
|
IndexPageEntry
public IndexPageEntry(String sFile,
boolean bIsDirectory)
Construct a new IndexPageEntry
based on a file name.
The file name is also used as display name.
sFile
- the file name for this entrybIsDirectory
- true if this is a directory, false if it is a file
getDescription
public String getDescription()
Get the description
- the description, or null if there is no description
getDisplayName
public String getDisplayName()
Get the display name
getFile
public String getFile()
Get the file name
getOriginalFile
public String getOriginalFile()
Get the original file name
- the file name or null if there is none
getPdfFile
public String getPdfFile()
Get the pdf file name
- the file name or null if there is none
isDirectory
public boolean isDirectory()
Check whether this is a file or a directory
- true for a directory, false for a file
setDescription
public void setDescription(String sDescription)
Set the description of this file (additional information about the file)
sDescription
- the description
setDisplayName
public void setDisplayName(String sDisplayName)
Set the display name for this entry. The display name is the
name presented on the index page.
sDisplayName
- the display name
setFile
public void setFile(String sFile)
Set the file name
setOriginalFile
public void setOriginalFile(String sOriginalFile)
Set the file name for the original file
sOriginalFile
- the origianl file name
setPdfFile
public void setPdfFile(String sPdfFile)
Set the file name for a pdf file associated with this file