IUIX_TabStopFormat::LeaderContentWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_TabStopFormat::LeaderContentWidth Property}}
 
{{#customTitle:IUIX_TabStopFormat::LeaderContentWidth Property}}
{{#parentPage:PXV:IUIX_TabStopFormat#Properties|LeaderContentWidth Property|property}}
+
{{#parentPage:PXV:IUIX_TabStopFormat#Properties|LeaderContentWidth|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderContentWidth([out, retval]  double*  pContentWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderContentWidth([out, retval]  double*  nContentWidth);
HRESULT put_LeaderContentWidth([in]  double  pContentWidth);
+
HRESULT put_LeaderContentWidth([in]  double  nContentWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]]
 
[[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]]

Latest revision as of 04:38, 15 June 2015


Property LeaderContentWidth of interface IUIX_TabStopFormat returns/sets Value of double ...

Syntax

HRESULT get_LeaderContentWidth([out, retval]  double*  nContentWidth);
HRESULT put_LeaderContentWidth([in]  double  nContentWidth);

See Also

IUIX_TabStopFormat