Enum QuickInsertIds
Standard QuickInsert IDs
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi.QuickInserts
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum QuickInsertIds
Fields
| Name | Description |
|---|---|
| None | no formatting - default |
| qBold | Bold formatting |
| qDoubleUnderline | Double underline formatting |
| qItalic | Italic formatting |
| qNoBold | Bold formatting off |
| qNoDoubleUnderline | Double underline formatting off |
| qNoItalic | Italic formatting off |
| qNonBreakingHyphen | Non-breaking hyphen character |
| qNoSmallCaps | Small caps formatting off |
| qNoStrikeThrough | Strike through formatting off |
| qNoSubscript | Subscript formatting off |
| qNoSuperscript | Superscript formatting off |
| qNoUnderline | Underline formatting off |
| qOptionalHyphen | Option hyphen character |
| qSmallCaps | Small Caps formatting |
| qSortOrder | Sort order |
| qStrikeThrough | Strike through formatting |
| qSubscript | Subscript formatting |
| qSuperscript | Superscript formatting |
| qUnderline | Underline formatting |