public class DocumentTagCategory extends TagCategory
Provides tags that are applied to document-specific properties only. The tags can be useful to determine from which part of an office document a property was extracted.
Modifier and Type | Method and Description |
---|---|
PropertyTag |
getBuiltIn()
Gets the tag that indicates that the property it labels is built-in.
|
PropertyTag |
getField()
Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.
|
PropertyTag |
getHiddenData()
Gets the tag indicating a document part that is not visible for regular users.
|
PropertyTag |
getPage()
Gets the tag that denotes a property holding information about a document page.
|
PropertyTag |
getReadOnly()
Gets the tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata.
|
PropertyTag |
getRevision()
Get the tag labeling a property containing information about a document revision (tracked change).
|
PropertyTag |
getStatistic()
Gets the tag indicating a property containing document statistics (word count, character count, etc).
|
PropertyTag |
getUserComment()
Gets the tag that labels user comments shown in the document content.
|
toString
public final PropertyTag getBuiltIn()
Gets the tag that indicates that the property it labels is built-in.
public final PropertyTag getReadOnly()
Gets the tag that indicates that the property it labels is read-only and cannot be changed by GroupDocs.Metadata.
public final PropertyTag getHiddenData()
Gets the tag indicating a document part that is not visible for regular users.
public final PropertyTag getUserComment()
Gets the tag that labels user comments shown in the document content.
public final PropertyTag getPage()
Gets the tag that denotes a property holding information about a document page.
public final PropertyTag getStatistic()
Gets the tag indicating a property containing document statistics (word count, character count, etc).
public final PropertyTag getField()
Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.
public final PropertyTag getRevision()
Get the tag labeling a property containing information about a document revision (tracked change).