public class DocumentProperties
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getAlternateNames() | |
void | setAlternateNames(java.lang.Stringvalue) | |
Specifies the alternate names for a document. | ||
java.lang.String | getBuildNumberCreated() | |
void | setBuildNumberCreated(java.lang.Stringvalue) | |
Contains the full build number of the instance used to create the document. | ||
java.lang.String | getBuildNumberEdited() | |
void | setBuildNumberEdited(java.lang.Stringvalue) | |
Contains the build number of the instance last used to edit the document. | ||
java.lang.String | getCategory() | |
void | setCategory(java.lang.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
Specifies the language | ||
java.lang.String | getManager() | |
void | setManager(java.lang.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
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.Stringvalue) | |
Contains a user-defined text string that serves as a descriptive title for the document. Maximum length is 63 characters. |
public java.lang.String getTitle() / public void setTitle(java.lang.String value)
public java.lang.String getSubject() / public void setSubject(java.lang.String value)
public java.lang.String getCreator() / public void setCreator(java.lang.String value)
public java.lang.String getManager() / public void setManager(java.lang.String value)
public java.lang.String getCompany() / public void setCompany(java.lang.String value)
public java.lang.String getCategory() / public void setCategory(java.lang.String value)
public java.lang.String getKeywords() / public void setKeywords(java.lang.String value)
public java.lang.String getLanguage() / public void setLanguage(java.lang.String value)
public java.lang.String getDesc() / public void setDesc(java.lang.String value)
public java.lang.String getHyperlinkBase() / public void setHyperlinkBase(java.lang.String value)
public java.lang.String getAlternateNames() / public void setAlternateNames(java.lang.String value)
public java.lang.String getTemplate() / public void setTemplate(java.lang.String value)
public java.lang.String getBuildNumberCreated() / public void setBuildNumberCreated(java.lang.String value)
public java.lang.String getBuildNumberEdited() / public void setBuildNumberEdited(java.lang.String value)
public byte[] getPreviewPicture() / public void setPreviewPicture(byte[] value)
public com.aspose.cells.DateTime getTimeCreated()
public com.aspose.cells.DateTime getTimeSaved()
public com.aspose.cells.DateTime getTimeEdited()
public com.aspose.cells.DateTime getTimePrinted()
public CustomPropCollection getCustomProps()