Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
List<AnnotationCollaborator> |
getCollaborators()
Collaborators.
|
Date |
getCreatedOn()
Creation time.
|
int |
getDocumentType()
Format.
|
String |
getGuid()
the document guid.
|
long |
getId()
Collaborators.
|
String |
getName()
The document name.
|
long |
getOwnerId()
Owner id.
|
long |
getSharedLinkAccessRights()
Shared link access rights.
|
void |
setCollaborators(List<AnnotationCollaborator> value)
Collaborators.
|
void |
setCreatedOn(Date value)
Creation time.
|
void |
setCreatedOnInternal(com.aspose.ms.System.DateTime value) |
void |
setDocumentType(int value)
Format.
|
void |
setGuid(String value)
the document guid.
|
void |
setId(long value)
Collaborators.
|
void |
setName(String value)
The document name.
|
void |
setOwnerId(long value)
Owner id.
|
void |
setSharedLinkAccessRights(long value)
Shared link access rights.
|
public void setId(long value)
Collaborators.
public String getGuid()
the document guid.
public void setGuid(String value)
the document guid.
value
- public String getName()
The document name.
public void setName(String value)
The document name.
value
- public int getDocumentType()
Format.
public void setDocumentType(int value)
Format.
value
- public long getOwnerId()
Owner id.
public void setOwnerId(long value)
Owner id.
value
- public Date getCreatedOn()
Creation time.
public void setCreatedOn(Date value)
Creation time.
value
- public void setCreatedOnInternal(com.aspose.ms.System.DateTime value)
public List<AnnotationCollaborator> getCollaborators()
Collaborators.
public void setCollaborators(List<AnnotationCollaborator> value)
Collaborators.
value
- public long getSharedLinkAccessRights()
Shared link access rights.
public void setSharedLinkAccessRights(long value)
Shared link access rights.
value
- Copyright © 2017. All rights reserved.