IPXC_ParaFormat::StartIndent Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_ParaFormat::StartIndent Property}} | {{#customTitle:IPXC_ParaFormat::StartIndent Property}} | ||
− | {{#parentPage:PXV:IPXC_ParaFormat|property}} | + | {{#parentPage:PXV:IPXC_ParaFormat|StartIndent Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_StartIndent([out, retval] double* pVal); | + | <pre class="brush:cpp;gutter:false">HRESULT get_StartIndent([out, retval] double* pVal); |
− | HRESULT put_StartIndent([in] double pVal); | + | HRESULT put_StartIndent([in] double pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]]. | See also [[PXV:IPXC_ParaFormat|IPXC_ParaFormat]]. |
Revision as of 05:10, 23 April 2015
Property StartIndent of interface IPXC_ParaFormat returns/sets Value of double ...
Syntax
HRESULT get_StartIndent([out, retval] double* pVal); HRESULT put_StartIndent([in] double pVal);
See Also
See also IPXC_ParaFormat.