IUIX_TabStopFormat::LeaderType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_TabStopFormat::LeaderType Property}}
 
{{#customTitle:IUIX_TabStopFormat::LeaderType Property}}
{{#parentPage:PXV:IUIX_TabStopFormat|property}}
+
{{#parentPage:PXV:IUIX_TabStopFormat#Properties|LeaderType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderType([out, retval] UIX_TabStopLeaderType* pLeaderType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderType([out, retval] UIX_TabStopLeaderType* nLeaderType);
HRESULT put_LeaderType([in] UIX_TabStopLeaderType pLeaderType);
+
HRESULT put_LeaderType([in] UIX_TabStopLeaderType nLeaderType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]].
+
[[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]]

Latest revision as of 04:38, 15 June 2015


Property LeaderType of interface IUIX_TabStopFormat returns/sets Value of UIX_TabStopLeaderType ...

Syntax

HRESULT get_LeaderType([out, retval]  UIX_TabStopLeaderType*  nLeaderType);
HRESULT put_LeaderType([in]  UIX_TabStopLeaderType  nLeaderType);

See Also

IUIX_TabStopFormat