Package at.bestsolution.uia
Enum Class StandardAnnotationTypeIds
- All Implemented Interfaces:
IAnnotationTypeId,INativeConstant,Serializable,Comparable<StandardAnnotationTypeIds>,Constable
public enum StandardAnnotationTypeIds
extends Enum<StandardAnnotationTypeIds>
implements IAnnotationTypeId
constants that identify annnotation type ids
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn advanced proofing issue.The author of the document.A circular reference error that occurred.A comment.A conflicting change that was made to the document.A data validation error that occurred.A deletion change that was made to the document.An editing locked change that was made to the document.The endnote for a document.An external change that was made to the document.The footer for a page in a document.The footnote for a page in a document.A format change that was made.An error in a formula.A grammatical error, often denoted by a green squiggly line.The header for a page in a document.Highlighted content, typically denoted by a contrasting background color.An insertion change that was made to the document.A text range containing mathematics.A move change that was made to the document.A spelling error, often denoted by a red squiggly line.A change that was made to the document.The annotation type is unknown.An unsynced change that was made to the document. -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<IAnnotationTypeId>fromNativeValue(int nativeValue) intthe native valuestatic StandardAnnotationTypeIdsReturns the enum constant of this class with the specified name.static StandardAnnotationTypeIds[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AdvancedProofingIssue
An advanced proofing issue. -
Author
The author of the document. -
CircularReferenceError
A circular reference error that occurred. -
Comment
A comment. Comments can take different forms depending on the application. -
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. -
Footnote
The footnote for a page in a document. -
FormatChange
A format change that was made. -
FormulaError
An error in a formula. Formula errors typically include red text and exclamation marks. -
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.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNativeValue
public int getNativeValue()Description copied from interface:IAnnotationTypeIdthe native value- Specified by:
getNativeValuein interfaceIAnnotationTypeId- Specified by:
getNativeValuein interfaceINativeConstant- Returns:
- native value
-
getConstantName
- Specified by:
getConstantNamein interfaceINativeConstant
-
fromNativeValue
-