PXC_OpModifyBookmMaskFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_OpModifyBookmMaskFlags Enumeration}} | {{#customTitle:PXC_OpModifyBookmMaskFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Enumerations|PXC_OpModifyBookmMaskFlags|enum}} |
{{ToReview}} | {{ToReview}} | ||
Line 28: | Line 29: | ||
;OpModifyBookm_Opened | ;OpModifyBookm_Opened | ||
:Specifies that the bookmark's opened state will be modified. | :Specifies that the bookmark's opened state will be modified. | ||
− | |||
− |
Latest revision as of 09:37, 23 May 2015
Specifies the flags used in the modify bookmarks operation.
Syntax
enum PXC_OpModifyBookmMaskFlags { OpModifyBookm_Title = 1, OpModifyBookm_Style = 2, OpModifyBookm_Color = 4, OpModifyBookm_Actions = 8, OpModifyBookm_Opened = 16, };
Constants
- OpModifyBookm_Title
- Specifies that the bookmark's title will be modified.
- OpModifyBookm_Style
- Specified that the style of the bookmark's title will be modified.
- OpModifyBookm_Color
- Specifies that the bookmark's color will be modified.
- OpModifyBookm_Actions
- Specifies that the bookmark's actions list will be modified.
- OpModifyBookm_Opened
- Specifies that the bookmark's opened state will be modified.