This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
SVG_Get_text

SVG_Get_text 


 

SVG_Get_text ( svgObject ) -> Function result 
Parameter Type   Description
svgObject  SVG_Ref in Reference of text element
Function result  Text in Text contents

The SVG_Get_text command returns the textual content of the element designated by svgObject. If svgObject is not a text object reference ('text', 'textArea' or 'tspan'), an error is generated. 

In the case of a textArea object, <tbreak/> elements are converted to CRs.

 
PROPERTIES 

Product: 4D
Theme: Text
Number: 65882

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v12

 
ARTICLE USAGE

4D SVG Component ( 4D v19)