Enum PlaceableType
Specifies the type of a placeable.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum PlaceableType
Fields
Name | Description |
---|---|
LockedContent | Stadalone tag that represents locked content (tags and/or text) that is to be treated as a single placeable. |
None | The placeable is not a defined placeable type (used only for initialization). |
PairedTagEnd | Start of a paired tag. |
PairedTagStart | Start of a paired tag. |
StandaloneTag | Standalone tag. |
Text | Text. |
TextPlaceholder | A stand-alone tag which represents text (and not formatting) |