IPXC_NumberFormatItem::UnitsAsPrefix Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::UnitsAsPrefix Property}}
 
{{#customTitle:IPXC_NumberFormatItem::UnitsAsPrefix Property}}
{{#parentPage:PXV:IPXC_NumberFormatItem|property}}
+
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|UnitsAsPrefix|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''UnitsAsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of VARIANT_BOOL ...
+
Property '''UnitsAsPrefix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of VARIANT_BOOL that indicates the position of the label with respect to the calculated unit value.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_UnitsAsPrefix([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_UnitsAsPrefix([out, retval] VARIANT_BOOL* pVal);
HRESULT put_UnitsAsPrefix([in] VARIANT_BOOL pVal);
+
HRESULT put_UnitsAsPrefix([in] VARIANT_BOOL pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]

Latest revision as of 02:02, 31 March 2016


Property UnitsAsPrefix of interface IPXC_NumberFormatItem returns/sets Value of VARIANT_BOOL that indicates the position of the label with respect to the calculated unit value.

Syntax

HRESULT get_UnitsAsPrefix([out, retval]  VARIANT_BOOL*  pVal);
HRESULT put_UnitsAsPrefix([in]  VARIANT_BOOL  pVal);

See Also

IPXC_NumberFormatItem