OriginTagCategory
Leave feedback
On this page
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).
| 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. |
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.
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.