IUIX_ParaFormat::TextDir Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_ParaFormat::TextDir Property}} | {{#customTitle:IUIX_ParaFormat::TextDir Property}} | ||
+ | {{#parentPage:PXV:IUIX_ParaFormat#Properties|TextDir|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''TextDir''' of interface [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] returns/sets Value of [[PXV:UIX_TextDir|UIX_TextDir]] ... | Property '''TextDir''' of interface [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] returns/sets Value of [[PXV:UIX_TextDir|UIX_TextDir]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_TextDir([out, retval] UIX_TextDir* | + | <pre class="brush:cpp;gutter:false">HRESULT get_TextDir([out, retval] UIX_TextDir* nTextDir); |
− | HRESULT put_TextDir([in] UIX_TextDir | + | HRESULT put_TextDir([in] UIX_TextDir nTextDir); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] |
Latest revision as of 03:33, 15 June 2015
Property TextDir of interface IUIX_ParaFormat returns/sets Value of UIX_TextDir ...
Syntax
HRESULT get_TextDir([out, retval] UIX_TextDir* nTextDir); HRESULT put_TextDir([in] UIX_TextDir nTextDir);