public class FileDescription extends Object
Class File description
Constructor and Description |
---|
FileDescription() |
FileDescription(String guid) |
FileDescription(String guid,
boolean isDirectory) |
FileDescription(String guid,
String name) |
FileDescription(String guid,
String name,
boolean isDirectory) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseName() |
String |
getDocumentType() |
String |
getExtension() |
long |
getFileType() |
String |
getGuid() |
Date |
getLastModificationDate() |
com.aspose.ms.System.DateTime |
getLastModificationDateInternal() |
String |
getName() |
long |
getSize() |
boolean |
isDirectory() |
void |
setDirectory(boolean value) |
void |
setGuid(String value) |
void |
setLastModificationDate(Date value) |
void |
setLastModificationDateInternal(com.aspose.ms.System.DateTime value) |
void |
setName(String value) |
void |
setSize(long value) |
public FileDescription()
public FileDescription(String guid)
public FileDescription(String guid, boolean isDirectory)
public String getBaseName()
public String getExtension()
public long getFileType()
public String getDocumentType()
public String getGuid()
public void setGuid(String value)
public boolean isDirectory()
public void setDirectory(boolean value)
public Date getLastModificationDate()
public com.aspose.ms.System.DateTime getLastModificationDateInternal()
public void setLastModificationDate(Date value)
public void setLastModificationDateInternal(com.aspose.ms.System.DateTime value)
public String getName()
public void setName(String value)
public long getSize()
public void setSize(long value)
Copyright © 2018. All rights reserved.