WarningType

WarningType class

Represents a type of warning.

Constants

NameValueDescription
SourceFileCorruption0An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it’s original format.
DataLoss1Text/chart/image or other data will be completely missing from either the document tree following load, or the created document following save.
MajorFormattingLoss2Major formatting loss.
MinorFormattingLoss3Minor formatting loss.
CompatibilityIssue4This is known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.
UnexpectedContent99Some content in the source document could not be recognised (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss.

SourceFileCorruption

An issue has been detected in the source document which makes it very likely the document will be not be able to be opened if saved in it’s original format.


DataLoss

Text/chart/image or other data will be completely missing from either the document tree following load, or the created document following save.


MajorFormattingLoss

Major formatting loss.


MinorFormattingLoss

Minor formatting loss.


CompatibilityIssue

This is known issue that will prevent the document being opened by certain user agents, or previous versions of user agents.


UnexpectedContent

Some content in the source document could not be recognised (i.e. is unsupported), this may or may not cause issues or result in data/formatting loss.


Clone

NameDescription
Clone()

Result: T


CloneTo

NameDescription
CloneTo(T)

format

NameDescription
format(java.lang.Class, long, String)

Result: String


format

NameDescription
format(Type, Object, String)

Result: String


getName

NameDescription
getName(java.lang.Class, long)

Result: String


getName

NameDescription
getName(Type, Object)

Result: String


getNames

NameDescription
getNames(java.lang.Class)

Result: List, ArrayList


getNames

NameDescription
getNames(Type)

Result: String


getUnderlyingType

NameDescription
getUnderlyingType(java.lang.Class)

Result: Class


getUnderlyingType

NameDescription
getUnderlyingType(Type)

Result: Type


getValue

NameDescription
getValue(java.lang.Class, String)

Result: long


getValues

NameDescription
getValues(Type)

Result: Array


get_Caption

NameDescription
get_Caption()

Result: String


get_Value

NameDescription
get_Value()

Result: long


isDefined

NameDescription
isDefined(java.lang.Class, long)

Result: boolean


isDefined

NameDescription
isDefined(Type, long)

Result: boolean


isDefined

NameDescription
isDefined(Type, String)

Result: boolean


isDefined

NameDescription
isDefined(Type, Object)

Result: boolean


parse

NameDescription
parse(java.lang.Class, String)

Result: long


parse

NameDescription
parse(java.lang.Class, String, Boolean)

Result: long


parse

NameDescription
parse(Type, String)

Result: long


parse

NameDescription
parse(Type, String, Boolean)

Result: long


register

NameDescription
register(Enum.AbstractEnum)

toObject

NameDescription
toObject(Type, Object)

Result: Object


toString

NameDescription
toString(java.lang.Class, long)

Result: String