java.lang.Object
com.aspose.diagram.DocumentProperties
public class DocumentProperties
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getAlternateNames() | |
void | setAlternateNames(java.lang.String value) | |
| Specifies the alternate names for a document. | ||
java.lang.String | getBuildNumberCreated() | |
void | setBuildNumberCreated(java.lang.String value) | |
| Contains the full build number of the instance used to create the document. | ||
java.lang.String | getBuildNumberEdited() | |
void | setBuildNumberEdited(java.lang.String value) | |
| Contains the build number of the instance last used to edit the document. | ||
java.lang.String | getCategory() | |
void | setCategory(java.lang.String value) | |
| Specifies the descriptive text for the type of drawing, such as flowchart or office layout. This text can also be entered in the Microsoft Visio user interface in the Category box in the Properties dialog box. | ||
java.lang.String | getCompany() | |
void | setCompany(java.lang.String value) | |
| Contains user-entered information identifying the company creating the drawing or the company the drawing is being created for. Maximum length is 63 characters. | ||
java.lang.String | getCreator() | |
void | setCreator(java.lang.String value) | |
| Identifies who created or last updated the file. The maximum length is 63 characters. | ||
CustomPropCollection | getCustomProps() | |
| Collection of CustomProp. | ||
java.lang.String | getDesc() | |
void | setDesc(java.lang.String value) | |
| Contains a descriptive text string for a document. Use this element to store important information about the document, such as its purpose, recent changes, or pending changes. The maximum is 191 characters. | ||
java.lang.String | getHyperlinkBase() | |
void | setHyperlinkBase(java.lang.String value) | |
| Contains the path to be used for relative hyperlinks (hyperlinks for which the linked file location is described in relation to the Microsoft Visio diagram). By default, a hyperlink path is relative to the current document unless a different path is specified in this element. Maximum length is 256 characters. | ||
java.lang.String | getKeywords() | |
void | setKeywords(java.lang.String value) | |
| Contains a text string that identifies topics or other important information about the file, such as project name, client name, or version number. The maximum string length is 63 characters. | ||
java.lang.String | getLanguage() | |
void | setLanguage(java.lang.String value) | |
| Specifies the language | ||
java.lang.String | getManager() | |
void | setManager(java.lang.String value) | |
| Contains a user-entered text string identifying the person in charge of the project or department. The maximum length is 63 characters. | ||
byte[] | getPreviewPicture() | |
void | setPreviewPicture(byte[] value) | |
| Contains a metafile stream that serves as a preview of the document. | ||
java.lang.String | getSubject() | |
void | setSubject(java.lang.String value) | |
| Contains a user-defined text string that describes the contents of the document. Maximum length is 63 characters. | ||
java.lang.String | getTemplate() | |
void | setTemplate(java.lang.String value) | |
| Contains a string value specifying the file name of the template from which the document was created. | ||
com.aspose.cells.DateTime | getTimeCreated() | |
| Contains date and time value indicating when the document was created. | ||
com.aspose.cells.DateTime | getTimeEdited() | |
| Contains date and time value indicating when the document was last edited. | ||
com.aspose.cells.DateTime | getTimePrinted() | |
| Contains date and time value indicating when the document was last printed. | ||
com.aspose.cells.DateTime | getTimeSaved() | |
| Contains date and time value indicating when the document was last saved. | ||
java.lang.String | getTitle() | |
void | setTitle(java.lang.String value) | |
| Contains a user-defined text string that serves as a descriptive title for the document. Maximum length is 63 characters. | ||
| Property Getters/Setters Detail |
|---|
getTitle/setTitle | |
public java.lang.String getTitle() / public void setTitle(java.lang.String value) | |
getSubject/setSubject | |
public java.lang.String getSubject() / public void setSubject(java.lang.String value) | |
getCreator/setCreator | |
public java.lang.String getCreator() / public void setCreator(java.lang.String value) | |
getManager/setManager | |
public java.lang.String getManager() / public void setManager(java.lang.String value) | |
getCompany/setCompany | |
public java.lang.String getCompany() / public void setCompany(java.lang.String value) | |
getCategory/setCategory | |
public java.lang.String getCategory() / public void setCategory(java.lang.String value) | |
getKeywords/setKeywords | |
public java.lang.String getKeywords() / public void setKeywords(java.lang.String value) | |
getLanguage/setLanguage | |
public java.lang.String getLanguage() / public void setLanguage(java.lang.String value) | |
getDesc/setDesc | |
public java.lang.String getDesc() / public void setDesc(java.lang.String value) | |
getHyperlinkBase/setHyperlinkBase | |
public java.lang.String getHyperlinkBase() / public void setHyperlinkBase(java.lang.String value) | |
getAlternateNames/setAlternateNames | |
public java.lang.String getAlternateNames() / public void setAlternateNames(java.lang.String value) | |
getTemplate/setTemplate | |
public java.lang.String getTemplate() / public void setTemplate(java.lang.String value) | |
getBuildNumberCreated/setBuildNumberCreated | |
public java.lang.String getBuildNumberCreated() / public void setBuildNumberCreated(java.lang.String value) | |
getBuildNumberEdited/setBuildNumberEdited | |
public java.lang.String getBuildNumberEdited() / public void setBuildNumberEdited(java.lang.String value) | |
getPreviewPicture/setPreviewPicture | |
public byte[] getPreviewPicture() / public void setPreviewPicture(byte[] value) | |
getTimeCreated | |
public com.aspose.cells.DateTime getTimeCreated() | |
getTimeSaved | |
public com.aspose.cells.DateTime getTimeSaved() | |
getTimeEdited | |
public com.aspose.cells.DateTime getTimeEdited() | |
getTimePrinted | |
public com.aspose.cells.DateTime getTimePrinted() | |
getCustomProps | |
public CustomPropCollection getCustomProps() | |