IUIX_ParaFormat::StartIndent 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_ParaFormat::StartIndent Property}}
 
{{#customTitle:IUIX_ParaFormat::StartIndent Property}}
{{#parentPage:PXV:IUIX_ParaFormat|property}}
+
{{#parentPage:PXV:IUIX_ParaFormat#Properties|StartIndent|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_StartIndent([out, retval] double* pStartIndent);
+
<pre class="brush:cpp;gutter:false">HRESULT get_StartIndent([out, retval] double* nStartIndent);
HRESULT put_StartIndent([in] double pStartIndent);
+
HRESULT put_StartIndent([in] double nStartIndent);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]].
+
[[PXV:IUIX_ParaFormat|IUIX_ParaFormat]]

Latest revision as of 04:33, 15 June 2015


Property StartIndent of interface IUIX_ParaFormat returns/sets Value of double ...

Syntax

HRESULT get_StartIndent([out, retval]  double*  nStartIndent);
HRESULT put_StartIndent([in]  double  nStartIndent);

See Also

IUIX_ParaFormat