MapLocalSpanFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies mapping conditions for local spans.
This enumeration supports a bitwise combination of its member values.
public enum class MapLocalSpanFlags
public enum class MapLocalSpanFlags
enum MapLocalSpanFlags
[System.Flags]
public enum MapLocalSpanFlags
[<System.Flags>]
type MapLocalSpanFlags =
Public Enum MapLocalSpanFlags
- Inheritance
-
MapLocalSpanFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
MLS_VISIBLE_ONLY | 0 | Omit concealed and collapsed text. |
mlsVisibleOnly | 0 | Replaced by MSL_VISIBLE_ONLY. |
MLS_INCLUDE_USER_EXPANDABLE | 1 | Omit concealed text but include collapsed text (collapsible text that is in the collapsed state). |
mlsIncludeUserExpandable | 1 | Replaced by MSL_INCLUDE_USER_EXPANDABLE. |
MLS_NEVER_COMBINE_SPANS | 2 | Keep adjacent spans from being combined into a single underlying span. |
mlsNeverCombineSpans | 2 | Replaced by MSL_NEVER_COMBINE_SPANS. |
Remarks
COM Signature
From textmgr.idl: