API Reference
Enum
OfficeDocumentPageProvenance
Describes how a page-like location was obtained from the source format.
Inheritance
- Enum
- OfficeDocumentPageProvenance
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
- Property OfficeDocumentPageLocation.Provenance
- Property OfficeDocumentPageMarkdown.Provenance
- Field OfficeDocumentPageProvenance.Computed
- Field OfficeDocumentPageProvenance.ExplicitBreak
- Field OfficeDocumentPageProvenance.LogicalContainer
- Field OfficeDocumentPageProvenance.Native
- Field OfficeDocumentPageProvenance.Unknown
- Extension method OfficeDocumentReadResult.GetPageProvenance
- Method OfficeDocumentReadResultExtensions.GetPageProvenance
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 OfficeDocumentPageProvenance Unknown #The producer did not identify how the page was obtained.
Value:
0public const OfficeDocumentPageProvenance Native #The source format stores fixed physical pages.
Value:
1public const OfficeDocumentPageProvenance Computed #The page was calculated by an OfficeIMO layout engine.
Value:
2public const OfficeDocumentPageProvenance ExplicitBreak #The page was reconstructed from explicit or saved page-break hints.
Value:
3public const OfficeDocumentPageProvenance LogicalContainer #The source stores a page-like logical container such as a slide or sheet.
Value:
4