Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG.Text > Classes > TSVGTextRef
TSVGTextRef Methods
Name
Description
AssignProperties(TPersistent)
Copies the properties of source to the current element (but not children) (Overrides FMX.RS.SVG.Text.TSVGCustomText.AssignProperties(TPersistent).)
ChildSVGTypes
Returns the set of allowable child SVG element types (Overrides FMX.RS.SVG.TSVGElement.ChildSVGTypes.)
Clear
Clears the SVG element and resets its properties back to their defaults (Overrides FMX.RS.SVG.Text.TSVGCustomText.Clear.)
DoLoadFromXML(IXMLNode)
This method sets the properties of the svg element from the node when loading the svg from XML
This method does the work for the current svg element only.
DoSaveToXML(IXMLNode)
This method saves the properties of the svg element to the xml node.
GetText
Returns the text to draw (Overrides FMX.RS.SVG.Text.TSVGCustomText.GetText.)
SVGType
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGElement.SVGType.)
Top