PXC_BookmarkStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_BookmarkStyle Enumeration}}
 
{{#customTitle:PXC_BookmarkStyle Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_BookmarkStyle|enum}}
 +
{{ToReview}}
  
Specifies the ...
+
Specifies the display style of the bookmark in the bookmark tree.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum PXC_BookmarkStyle
 
<pre class="brush:cpp;gutter:false">enum PXC_BookmarkStyle
 
{
 
{
     BookmarkFont_Normal = 0;
+
     BookmarkFont_Normal     = 0,
     BookmarkFont_Italic = 1;
+
     BookmarkFont_Italic     = 1,
     BookmarkFont_Bold = 2;
+
     BookmarkFont_Bold       = 2,
     BookmarkFont_BoldItalic = 3;
+
     BookmarkFont_BoldItalic = 3,
 
};
 
};
 
</pre>
 
</pre>
Line 16: Line 19:
 
== Constants ==
 
== Constants ==
 
;BookmarkFont_Normal
 
;BookmarkFont_Normal
:The ...
+
:No style is applied to the bookmark title.
 
;BookmarkFont_Italic
 
;BookmarkFont_Italic
:The ...
+
:The bookmark title will be displayed with italic font style.
 
;BookmarkFont_Bold
 
;BookmarkFont_Bold
:The ...
+
:The bookmark title will be displayed with bold font style.
 
;BookmarkFont_BoldItalic
 
;BookmarkFont_BoldItalic
:The ...
+
:The bookmark title will be displayed with bold and italic font style.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_Bookmark_Style|IPXC_Bookmark::Style]]

Latest revision as of 10:34, 23 May 2015


Specifies the display style of the bookmark in the bookmark tree.

Syntax

enum PXC_BookmarkStyle
{
    BookmarkFont_Normal     = 0,
    BookmarkFont_Italic     = 1,
    BookmarkFont_Bold       = 2,
    BookmarkFont_BoldItalic = 3,
};

Constants

BookmarkFont_Normal
No style is applied to the bookmark title.
BookmarkFont_Italic
The bookmark title will be displayed with italic font style.
BookmarkFont_Bold
The bookmark title will be displayed with bold font style.
BookmarkFont_BoldItalic
The bookmark title will be displayed with bold and italic font style.

See Also

IPXC_Bookmark::Style