Module: GOffice::MimePriority
- Defined in:
- (unknown)
Constant Summary collapse
- INVALID =
no support.
-1 or :invalid
- DISPLAY =
can display the component.
0 or :display
- PRINT =
can print the component.
1 or :print
- PARTIAL =
partial support, including edition.
2 or :partial
- FULL =
full support.
3 or :full
- NATIVE =
use the native code.
4 or :native