API Reference
Enum
WordFieldEvaluationBasis
Describes the evidence OfficeIMO used to produce or defer a field result.
Inheritance
- Enum
- WordFieldEvaluationBasis
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field WordFieldEvaluationBasis.CallerProvidedDateTime
- Field WordFieldEvaluationBasis.ExplicitBreakEstimate
- Field WordFieldEvaluationBasis.ExternalLayoutRequired
- Field WordFieldEvaluationBasis.InvariantDocumentModel
- Field WordFieldEvaluationBasis.NotEvaluated
- Field WordFieldEvaluationBasis.RuntimeClock
- Property WordFieldUpdateResult.EvaluationBasis
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const WordFieldEvaluationBasis InvariantDocumentModel #The result was derived deterministically from package content using invariant formatting rules.
Value:
1public const WordFieldEvaluationBasis ExplicitBreakEstimate #The result was estimated from explicit page and section breaks, without a pagination engine.
Value:
2public const WordFieldEvaluationBasis ExternalLayoutRequired #The result requires Word or another layout-aware application.
Value:
3public const WordFieldEvaluationBasis CallerProvidedDateTime #The result used the explicit update date/time supplied by the caller.
Value:
4public const WordFieldEvaluationBasis RuntimeClock #The result used the host runtime clock because no update date/time was supplied by the caller.
Value:
5