4D v16

SVG_Set_description

Home

 
4D v16
SVG_Set_description

SVG_Set_description 


 

SVG_Set_description ( parentSVGObject ; Beschreibung ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
parentSVGObject  SVG_Ref in Reference of parent element
Beschreibung  String in Text of comments
Funktionsergebnis  SVG_Ref in Reference of description

The SVG_Set_description command sets a text for the SVG element designated by parentSVGObject and returns its reference. If parentSVGObject is not an SVG element, an error is generated.

A description is often used to insert a comment or explanatory text in the SVG code.

 $SVG:=SVG_New
 $g:=SVG_group($SVG)
 SVG_Set_title($g;"Company sales per region")
 SVG_Set_description($g;"Bar diagram of company sales per region.")
 



Siehe auch 

SVG_Set_title

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Structure and Definitions
Nummer: 65982

 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v16)