接口 IDocumentProperty


public interface IDocumentProperty
Represents a custom or built-in document property.
  • 方法详细资料

    • getName

      String getName()
      Gets the name of the property.
    • getValue

      Object getValue()
      Gets the the value of the property.
    • setValue

      void setValue(Object value)
      Sets the the value of the property.
    • getLinkToContent

      boolean getLinkToContent()
      Gets whether this property is linked to content.
    • getLinkSource

      String getLinkSource()
      Gets the linked content source.
    • getType

      PropertyType getType()
      Gets the name of the property.