-
com.grapecity.documents.excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CancellationToken
- CancellationTokenSource
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- Color
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateInfo
- DeserializationOptions
- DocumentProperties
- Event
- EventArgs
- FindOptions
- FontColorSortField
- FontInfo
- FormulaJsonError
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- JsonError
- Margin
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- Point
- PrintManager
- RadioButtonListCellType
- RangeEventArgs
- RangeFindReplace
- RangeFindReplace.FindReplaceImpl
- RangePartialClasses
- RangePartialClasses.FindReplaceImpl
- RangeTemplateCellType
- Rectangle
- RepeatSetting
- ReplaceOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- Size
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- SpecialCellsValue
- TableStyleFactory
- TextFormatInfo
- Theme
- Themes
- ThemeStorage
- ValueSortField
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- com.grapecity.documents.excel.drawing
- com.grapecity.documents.excel.expressions
- com.grapecity.documents.excel.forms
- com.grapecity.documents.excel.template
- com.grapecity.documents.excel.template.DataSource
(Showing Draft Content)
DocumentProperties
Class DocumentProperties
java.lang.Object
com.grapecity.documents.excel.DocumentProperties
Represents the document properties of pdf.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the person that created the document.Gets the creation date and time of the document.Gets the name of the application that created the original document.Gets the keywords (separated by comma) associated with the document.Gets the date and time the document was most recently modified.floatGets the PDF Version of the generated document.Gets the name of the application that created the document.Gets the subject of the document.getTitle()Gets the title of the document.voidSets the name of the person that created the document.voidsetCreationDate(Calendar value) Sets the creation date and time of the document.voidsetCreator(String value) Sets the name of the application that created the original document.voidsetKeywords(String value) Sets the keywords (separated by comma) associated with the document.voidsetModifyDate(Calendar value) Sets the date and time the document was most recently modified.voidsetPdfVersion(float value) Sets the PDF Version of the generated document.voidsetProducer(String value) Sets the name of the application that created the document.voidsetSubject(String value) Sets the subject of the document.voidSets the title of the document.toString()
-
Constructor Details
-
DocumentProperties
public DocumentProperties()
-
-
Method Details
-
getPdfVersion
public float getPdfVersion()Gets the PDF Version of the generated document. -
setPdfVersion
public void setPdfVersion(float value) Sets the PDF Version of the generated document. -
getTitle
Gets the title of the document. -
setTitle
Sets the title of the document. -
getAuthor
Gets the name of the person that created the document. -
setAuthor
Sets the name of the person that created the document. -
getSubject
Gets the subject of the document. -
setSubject
Sets the subject of the document. -
getKeywords
Gets the keywords (separated by comma) associated with the document. -
setKeywords
Sets the keywords (separated by comma) associated with the document. -
getCreator
Gets the name of the application that created the original document. -
setCreator
Sets the name of the application that created the original document. -
getProducer
Gets the name of the application that created the document. -
setProducer
Sets the name of the application that created the document. -
getCreationDate
Gets the creation date and time of the document. -
setCreationDate
Sets the creation date and time of the document. -
getModifyDate
Gets the date and time the document was most recently modified. -
setModifyDate
Sets the date and time the document was most recently modified. -
toString
-