public final class XlsContentProperty extends MetadataProperty
Represents content property in XlsFormat
.
isBuiltInProperty
Constructor and Description |
---|
XlsContentProperty()
Initializes a new instance of the
XlsContentProperty class. |
XlsContentProperty(String name,
String value,
String type)
Initializes a new instance of the
XlsContentProperty class. |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getPropertyType()
Gets the type of the property.
|
public XlsContentProperty()
Initializes a new instance of the XlsContentProperty
class.
public final String getPropertyType()
Gets the type of the property.
Value: Property type.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class MetadataProperty
Copyright © 2017. All rights reserved.