IUIX_Obj::Text 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 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Text''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of BSTR ...
+
Property '''sText''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 04:32, 15 June 2015


Property sText of interface IUIX_Obj returns/sets Value of BSTR ...

Syntax

HRESULT get_Text([out, retval]  BSTR*  sText);
HRESULT put_Text([in]  BSTR  sText);

See Also

IUIX_Obj