|
AddStyle(IXMLNode)
|
Overloaded. Adds the attributes and values contained in the node to the style. The method iterates through all attributes of the node and adds them to the style
|
|
AddStyle(String)
|
Overloaded. Adds the attribute:value pairs to the current style.
The input string should contain attribute:value pairs separated by semi-colons, e.g., fill: #ffffff; stroke:# 000000; stroke-width:0.172
|
|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent).
|
|
Change
|
Overloaded. Represents method Change.
|
|
Change(TObject)
|
Overloaded. Represents method Change(TObject).
|
|
IsShorthandProperty(String)
|
Represents method IsShorthandProperty(String).
|
|
LoadFromXML(IXMLNode)
|
Loads the style from the input Node. The style is cleared before loading.
|
|
SetStyle(String)
|
Sets the style from the input string. The style is cleared before loading.
The input string should contain attribute:value pairs separated by semi-colons, e.g., fill: #ffffff; stroke:# 000000; stroke-width:0.172
|
|
StylesToString
|
Returns a string containing the styles as name=value with line breaks between them
|
|
ToString
|
Returns a CSS formatted string representation of the style, which starts with the style name and then follows with attribute:pairs inside curly brackets, e.g.,
text.info { color: green; fill:#000000;fill-opacity:1. 0000000 }
|