public enum StandardAnnotationTypeIds extends java.lang.Enum<StandardAnnotationTypeIds> implements IAnnotationTypeId
Enum Constant and Description |
---|
AdvancedProofingIssue
An advanced proofing issue.
|
Author
The author of the document.
|
CircularReferenceError
A circular reference error that occurred.
|
Comment
A comment.
|
ConflictingChange
A conflicting change that was made to the document.
|
DataValidationError
A data validation error that occurred.
|
DeletionChange
A deletion change that was made to the document.
|
EditingLockedChange
An editing locked change that was made to the document.
|
Endnote
The endnote for a document.
|
ExternalChange
An external change that was made to the document.
|
Footer
The footer for a page in a document.
|
Footnote
The footnote for a page in a document.
|
FormatChange
A format change that was made.
|
FormulaError
An error in a formula.
|
GrammarError
A grammatical error, often denoted by a green squiggly line.
|
Header
The header for a page in a document.
|
Highlighted
Highlighted content, typically denoted by a contrasting background color.
|
InsertionChange
An insertion change that was made to the document.
|
Mathematics
A text range containing mathematics.
|
MoveChange
A move change that was made to the document.
|
SpellingError
A spelling error, often denoted by a red squiggly line.
|
TrackChanges
A change that was made to the document.
|
Unknown
The annotation type is unknown.
|
UnsyncedChange
An unsynced change that was made to the document.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<IAnnotationTypeId> |
fromNativeValue(int nativeValue) |
java.lang.String |
getConstantName() |
int |
getNativeValue()
the native value
|
static StandardAnnotationTypeIds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardAnnotationTypeIds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardAnnotationTypeIds AdvancedProofingIssue
public static final StandardAnnotationTypeIds Author
public static final StandardAnnotationTypeIds CircularReferenceError
public static final StandardAnnotationTypeIds Comment
public static final StandardAnnotationTypeIds ConflictingChange
public static final StandardAnnotationTypeIds DataValidationError
public static final StandardAnnotationTypeIds DeletionChange
public static final StandardAnnotationTypeIds EditingLockedChange
public static final StandardAnnotationTypeIds Endnote
public static final StandardAnnotationTypeIds ExternalChange
public static final StandardAnnotationTypeIds Footer
public static final StandardAnnotationTypeIds Footnote
public static final StandardAnnotationTypeIds FormatChange
public static final StandardAnnotationTypeIds FormulaError
public static final StandardAnnotationTypeIds GrammarError
public static final StandardAnnotationTypeIds Header
public static final StandardAnnotationTypeIds Highlighted
public static final StandardAnnotationTypeIds InsertionChange
public static final StandardAnnotationTypeIds Mathematics
public static final StandardAnnotationTypeIds MoveChange
public static final StandardAnnotationTypeIds SpellingError
public static final StandardAnnotationTypeIds TrackChanges
public static final StandardAnnotationTypeIds Unknown
public static final StandardAnnotationTypeIds UnsyncedChange
public static StandardAnnotationTypeIds[] values()
for (StandardAnnotationTypeIds c : StandardAnnotationTypeIds.values()) System.out.println(c);
public static StandardAnnotationTypeIds valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getNativeValue()
IAnnotationTypeId
getNativeValue
in interface IAnnotationTypeId
getNativeValue
in interface INativeConstant
public java.lang.String getConstantName()
getConstantName
in interface INativeConstant
public static java.util.Optional<IAnnotationTypeId> fromNativeValue(int nativeValue)
fromNativeValue
in interface IAnnotationTypeId