Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein.options
Enum Options.SearchMLFlagValues

java.lang.Object
  extended by java.lang.Enum<Options.SearchMLFlagValues>
      extended by com.oracle.outsidein.options.Options.SearchMLFlagValues

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Options.SearchMLFlagValues>
Enclosing class:
Options

public static enum Options.SearchMLFlagValues
extends java.lang.Enum<Options.SearchMLFlagValues>

Flags that control the output when exporting to a SearchML destination file format


Enum Constant Summary
ANNOTATIONS
          Annotation text should be noted as such
ENABLEERRORINFO
          Output sub-document error information.
GENERATESYSTEMMETADATA
          Generate system metadata
GENERATETEXT
          Produce generated text in all indexing related products.
INCLUDECHARSTYLENAMEREFERENCES
          Add run elements that include character style name references
METADATAONLY
          Produce only metadata.
NOXMLDECLARATION
          Don't generate xml declaration
OUTPUTSSFORMULAINFO
          Output spreadsheet formula information.
PROCESSEMBEDDINGS
          process embeddings
PRODUCECELLINFO
          Output spreadsheet row and column information.
PRODUCEHIDDENCELLS
          Produce hidden cell attribute
PRODUCEOBJECTINFO
          Produce information allowing for reference of sub-document objects.
PRODUCEURLS
          Produce URLs for hyperlinks
SHOWPARAGRAPHSTYLENAMES
          Add paragraph style name reference to p tags
SKIPSTYLES
          Skip style information for performance reasons.
SUPPRESSARCHIVESUBDOCS
          Suppress processing of sub-documents in archives
SUPPRESSATTACHMENTS
          Suppress processing of attachments.
SUPPRESSPROPERTIES
          Suppress processing of document properties in all indexing related products.
TEXTCOOKIES
           

 

Field Summary
 long value
           

 

Method Summary
static Options.SearchMLFlagValues valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Options.SearchMLFlagValues[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

SHOWPARAGRAPHSTYLENAMES

public static final Options.SearchMLFlagValues SHOWPARAGRAPHSTYLENAMES
Add paragraph style name reference to p tags

INCLUDECHARSTYLENAMEREFERENCES

public static final Options.SearchMLFlagValues INCLUDECHARSTYLENAMEREFERENCES
Add run elements that include character style name references

PROCESSEMBEDDINGS

public static final Options.SearchMLFlagValues PROCESSEMBEDDINGS
process embeddings

NOXMLDECLARATION

public static final Options.SearchMLFlagValues NOXMLDECLARATION
Don't generate xml declaration

TEXTCOOKIES

public static final Options.SearchMLFlagValues TEXTCOOKIES

SUPPRESSPROPERTIES

public static final Options.SearchMLFlagValues SUPPRESSPROPERTIES
Suppress processing of document properties in all indexing related products.

GENERATETEXT

public static final Options.SearchMLFlagValues GENERATETEXT
Produce generated text in all indexing related products.

SUPPRESSATTACHMENTS

public static final Options.SearchMLFlagValues SUPPRESSATTACHMENTS
Suppress processing of attachments.

SUPPRESSARCHIVESUBDOCS

public static final Options.SearchMLFlagValues SUPPRESSARCHIVESUBDOCS
Suppress processing of sub-documents in archives

METADATAONLY

public static final Options.SearchMLFlagValues METADATAONLY
Produce only metadata.

ANNOTATIONS

public static final Options.SearchMLFlagValues ANNOTATIONS
Annotation text should be noted as such

PRODUCEURLS

public static final Options.SearchMLFlagValues PRODUCEURLS
Produce URLs for hyperlinks

PRODUCEOBJECTINFO

public static final Options.SearchMLFlagValues PRODUCEOBJECTINFO
Produce information allowing for reference of sub-document objects.

ENABLEERRORINFO

public static final Options.SearchMLFlagValues ENABLEERRORINFO
Output sub-document error information.

PRODUCECELLINFO

public static final Options.SearchMLFlagValues PRODUCECELLINFO
Output spreadsheet row and column information.

OUTPUTSSFORMULAINFO

public static final Options.SearchMLFlagValues OUTPUTSSFORMULAINFO
Output spreadsheet formula information.

GENERATESYSTEMMETADATA

public static final Options.SearchMLFlagValues GENERATESYSTEMMETADATA
Generate system metadata

SKIPSTYLES

public static final Options.SearchMLFlagValues SKIPSTYLES
Skip style information for performance reasons. This option overrides other style related directives.

PRODUCEHIDDENCELLS

public static final Options.SearchMLFlagValues PRODUCEHIDDENCELLS
Produce hidden cell attribute

Field Detail

value

public final long value

Method Detail

values

public static Options.SearchMLFlagValues[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Options.SearchMLFlagValues c : Options.SearchMLFlagValues.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Options.SearchMLFlagValues valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.