IPXC_NumberFormatItem::DecimalSep Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}}
 
{{#customTitle:IPXC_NumberFormatItem::DecimalSep Property}}
{{#parentPage:PXV:IPXC_NumberFormatItem|property}}
+
{{#parentPage:PXV:IPXC_NumberFormatItem#Properties|DecimalSep|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DecimalSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR ...
+
Property '''DecimalSep''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets  Value of BSTR containing the text that shall be used as the decimal position in displaying
 
+
numerical values.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DecimalSep([out, retval] BSTR* ppSeparator);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DecimalSep([out, retval] BSTR* ppSeparator);
HRESULT put_DecimalSep([in] BSTR ppSeparator);
+
HRESULT put_DecimalSep([in] BSTR ppSeparator);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]].
+
[[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]]

Latest revision as of 00:53, 31 March 2016


Property DecimalSep of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be used as the decimal position in displaying numerical values.

Syntax

HRESULT get_DecimalSep([out, retval]  BSTR*  ppSeparator);
HRESULT put_DecimalSep([in]  BSTR  ppSeparator);

See Also

IPXC_NumberFormatItem