Refactoring

This commit is contained in:
Oleg Korshul
2023-04-21 01:19:40 +03:00
parent ff75d14e29
commit b6e741c4a5
8 changed files with 96 additions and 46 deletions

View File

@ -49,7 +49,8 @@ namespace docbuilder_net
RTF = MASK + 0x0004,
TXT = MASK + 0x0005,
DOTX = MASK + 0x000c,
OTT = MASK + 0x000f
OTT = MASK + 0x000f,
HTML = MASK + 0x0012
};
public enum class Spreadsheet : int