SpreadsheetContentTypeProperty
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty
public final class SpreadsheetContentTypeProperty extends MetadataProperty
Represents a content type property in a spreadsheet.
Methods
| Method | Description |
|---|---|
| getSpreadsheetPropertyType() | Gets the type of the property. |
| getSpreadsheetPropertyValue() | Gets the value of the property. |
getSpreadsheetPropertyType()
public final String getSpreadsheetPropertyType()
Gets the type of the property.
Returns: java.lang.String - The type of the property.
getSpreadsheetPropertyValue()
public final String getSpreadsheetPropertyValue()
Gets the value of the property.
Returns: java.lang.String - The value of the property.