IPXC_Bookmark::Style Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Bookmark::Style Property}} | {{#customTitle:IPXC_Bookmark::Style Property}} | ||
− | {{#parentPage:PXV:IPXC_Bookmark#Properties|Style | + | {{#parentPage:PXV:IPXC_Bookmark#Properties|Style|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval] PXC_BookmarkStyle* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval] PXC_BookmarkStyle* nFont); |
− | HRESULT put_Style([in] PXC_BookmarkStyle | + | HRESULT put_Style([in] PXC_BookmarkStyle nFont); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Bookmark|IPXC_Bookmark]] | + | [[PXV:IPXC_Bookmark|IPXC_Bookmark]] |
Latest revision as of 02:21, 15 June 2015
Gets/sets bookmark's style.
Syntax
HRESULT get_Style([out, retval] PXC_BookmarkStyle* nFont); HRESULT put_Style([in] PXC_BookmarkStyle nFont);