IPXC_NumberFormatItem::UnitsPrefix Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::UnitsPrefix Property}}
 
{{#customTitle:IPXC_NumberFormatItem::UnitsPrefix Property}}
 +
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|UnitsPrefix|property}}
 +
{{ToReview}}
  
Property '''UnitsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR ...
+
Property '''UnitsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR containing the text that shall be concatenated to the left of the label.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_UnitsPrefix([out, retval] BSTR* pPrefix);
+
<pre class="brush:cpp;gutter:false">HRESULT get_UnitsPrefix([out, retval] BSTR* ppPrefix);
HRESULT put_UnitsPrefix([in] BSTR pPrefix);
+
HRESULT put_UnitsPrefix([in] BSTR ppPrefix);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]

Latest revision as of 02:00, 31 March 2016


Property UnitsPrefix of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be concatenated to the left of the label.

Syntax

HRESULT get_UnitsPrefix([out, retval]  BSTR*  ppPrefix);
HRESULT put_UnitsPrefix([in]  BSTR  ppPrefix);

See Also

IPXC_NumberFormatItem