public class Document extends Object
| Constructor and Description |
|---|
Document() |
public void setName(String name)
name - The document's name without the extension. The default value
is "newdoc".public void setPath(String path)
path - The document's path.public String getName()
public String getPath()
Copyright © 2015. All rights reserved.