|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Action com.cete.dynamicpdf.OutlineAnnotationAction com.cete.dynamicpdf.FileOpenAction
public class FileOpenAction
Represents a file open action.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature.
Field Summary |
---|
Fields inherited from class com.cete.dynamicpdf.Action |
---|
text_A, text_Next, text_S, text_Type |
Constructor Summary | |
---|---|
FileOpenAction(java.lang.String filePath)
Initializes a new instance of the FileOpenAction class. |
|
FileOpenAction(java.lang.String filePath,
FileLaunchMode mode)
Initializes a new instance of the FileOpenAction class. |
Method Summary | |
---|---|
void |
draw(DocumentWriter writer)
Draws the action to the specified DocumentWriter object. |
Methods inherited from class com.cete.dynamicpdf.OutlineAnnotationAction |
---|
getNextAction, setNextAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOpenAction(java.lang.String filePath)
FileOpenAction
class.
filePath
- represents the path of the open file.FileOpenAction
public FileOpenAction(java.lang.String filePath, FileLaunchMode mode)
FileOpenAction
class.
filePath
- represents the path of the open file.mode
- represents the file open mode.FileOpenAction
Method Detail |
---|
public void draw(DocumentWriter writer)
DocumentWriter
object.
draw
in class Action
writer
- DocumentWriter
object to receive the actions output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |