| 467 | } |
| 468 | |
| 469 | std::string setPreviewDisplayOptions() |
| 470 | { |
| 471 | std::string response = setDisplayOptions(Storage::getInstance().getDisplayOptions()); |
| 472 | return response; |
| 473 | } |
| 474 | |
| 475 | std::string getDisplayOptions() // Manually set Document Attributes for the display |
| 476 | { |
nothing calls this directly
no test coverage detected