IPXV_Inst::CommentStylesManager Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::CommentStylesManager Property}}
 
{{#customTitle:IPXV_Inst::CommentStylesManager Property}}
{{#parentPage:PXV:IPXV_Inst|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|CommentStylesManager|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CommentStylesManager''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]] ...
+
Gets a special manager of predefined styles of annotations as pointer to [[PXV:IPXV_CommentStylesManager|IPXV_CommentStylesManager]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval] IPXV_CommentStylesManager** ppCommmentStyleMan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CommentStylesManager([out, retval] IPXV_CommentStylesManager** pCommmentStyleMan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets a special manager of predefined styles of annotations as pointer to IPXV_CommentStylesManager.

Syntax

HRESULT get_CommentStylesManager([out, retval]  IPXV_CommentStylesManager**  pCommmentStyleMan);

See Also

IPXV_Inst