IPXC_NumberFormatItem::UnitsSuffix Property
From PDF XChange PDF SDK
(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::UnitsSuffix Property}} | {{#customTitle:IPXC_NumberFormatItem::UnitsSuffix Property}} | ||
+ | {{#parentPage:PXV:IPXC_NumberFormatItem#Properties|UnitsSuffix|property}} | ||
+ | {{ToReview}} | ||
− | Property '''UnitsSuffix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR . | + | Property '''UnitsSuffix''' of interface [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] returns/sets Value of BSTR containing the text that shall be concatenated after the label. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_UnitsSuffix([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_UnitsSuffix([out, retval] BSTR* ppSuffix); |
− | HRESULT put_UnitsSuffix([in] BSTR | + | HRESULT put_UnitsSuffix([in] BSTR ppSuffix); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] |
Latest revision as of 01:01, 31 March 2016
Property UnitsSuffix of interface IPXC_NumberFormatItem returns/sets Value of BSTR containing the text that shall be concatenated after the label.
Syntax
HRESULT get_UnitsSuffix([out, retval] BSTR* ppSuffix); HRESULT put_UnitsSuffix([in] BSTR ppSuffix);