aspose.cells

Class ContentTypeProperty

Represents identifier information.

Property Getters/Setters Summary
functionisNillable()
function
           Indicates whether the value could be empty.
functiongetName()
function
setName(value)
           Returns or sets the name of the object.
functiongetType()
function
setType(value)
           Gets and sets the type of the property.
functiongetValue()
function
setValue(value)
           Returns or sets the value of the content type property.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        function getName() / function setName(value)
        
        Returns or sets the name of the object.
      • getValue/setValue : String 

        function getValue() / function setValue(value)
        
        Returns or sets the value of the content type property.
      • getType/setType : String 

        function getType() / function setType(value)
        
        Gets and sets the type of the property.
      • isNillable/setNillable : boolean 

        function isNillable() / function setNillable(value)
        
        Indicates whether the value could be empty.