IUIX_ParaFormat::TabStops Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ParaFormat::TabStops Property}}
 
{{#customTitle:IUIX_ParaFormat::TabStops Property}}
 +
{{#parentPage:PXV:IUIX_ParaFormat|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''TabStops''' of interface [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] returns/sets  Pointer to [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] ...
 
Property '''TabStops''' of interface [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] returns/sets  Pointer to [[PXV:IUIX_TextTabStops|IUIX_TextTabStops]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 22:44, 20 April 2015


Property TabStops of interface IUIX_ParaFormat returns/sets Pointer to IUIX_TextTabStops ...

Syntax

HRESULT get_TabStops([out, retval] IUIX_TextTabStops** ppTabStops);
HRESULT put_TabStops([in] IUIX_TextTabStops* ppTabStops);

See Also

See also IUIX_ParaFormat.