writer2latex.api
public class IndexPageEntry extends Object
| Constructor Summary | |
|---|---|
| IndexPageEntry(String sFile, boolean bIsDirectory) Construct a new IndexPageEntry based on a file name.
| |
| Method Summary | |
|---|---|
| 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 based on a file name.
The file name is also used as display name.
Parameters: sFile the file name for this entry bIsDirectory true if this is a directory, false if it is a file
Returns: the description, or null if there is no description
Returns: the display name
Returns: the file name
Returns: the file name or null if there is none
Returns: the file name or null if there is none
Returns: true for a directory, false for a file
Parameters: sDescription the description
Parameters: sDisplayName the display name
Parameters: sFile the file name
Parameters: sOriginalFile the origianl file name
Parameters: sPdfFile the file name