接口 IDocumentProperty
public interface IDocumentProperty
表示一个自定义或内置的文档属性。
-
方法详细资料
-
getName
String getName()获取属性的名称。 -
getValue
Object getValue()获取属性的值。 -
setValue
设置属性的值。 -
getLinkToContent
boolean getLinkToContent()获取此属性是否关联到内容。 -
getLinkSource
String getLinkSource()获取关联内容源。 -
getType
PropertyType getType()获取属性的类型。
-