2.4.8 MSOBLIPFLAGS
Referenced by: fillBlipFlags, lineBottomFillBlipFlags, lineFillBlipFlags, lineLeftFillBlipFlags, lineRightFillBlipFlags, lineTopFillBlipFlags, pibFlags, pibPrintFlags
The MSOBLIPFLAGS enumeration, as shown in the following table, specifies a set of flags that are used by the BLIP properties. The enumeration values can be combined, except where prohibited as indicated in the table.
Name |
Value |
Meaning |
---|---|---|
0x00000000 |
Specifies that the name in the property set designates a comment. This value, msoblipflagFile, and msoblipflagURL are mutually exclusive. |
|
0x00000001 |
Specifies that the name in the property set designates a file name. This value, msoblipflagComment, and msoblipflagURL are mutually exclusive. |
|
0x00000002 |
Specifies that the name in the property set designates a URL. This value, msoblipflagComment, and msoblipflagFile are mutually exclusive. |
|
0x00000004 |
Specifies that the BLIP data MUST NOT be embedded on save. If this flag is set, msoblipflagLinkToFile MUST also be set. |
|
0x00000008 |
Specifies that the BLIP data is linked in the specified URL. If this flag is set, either msoblipflagFile or msoblipflagURL MUST also be set. |