OriginTagCategory
Inheritance: java.lang.Object, com.groupdocs.metadata.tagging.TagCategory
public class OriginTagCategory extends TagCategory
Provides tags that help a user to determine the origin of a file (e.g. template or another source).
Methods
Method | Description |
---|---|
getTemplate() | Gets the tag that denotes the template from which the file was created. |
getSource() | Gets the tag that labels a reference to a resource from which the file content is derived. |
getTemplate()
public final PropertyTag getTemplate()
Gets the tag that denotes the template from which the file was created.
Returns: PropertyTag - The tag that denotes the template from which the file was created.
getSource()
public final PropertyTag getSource()
Gets the tag that labels a reference to a resource from which the file content is derived.
Returns: PropertyTag - The tag that labels a reference to a resource from which the file content is derived.