Class OperationDiplomatics
Diplomatic data for a text variant. This defines the visual representation of the variant, as well as the features attached to it.
public class OperationDiplomatics
- Inheritance
-
OperationDiplomatics
- Inherited Members
Properties
ElementFeatures
Gets or sets the optional features attached to elements defined in
G. Each element is identified by its id
attribute,
which is a key in the dictionary.
public IDictionary<string, List<Feature>>? ElementFeatures { get; set; }
Property Value
Features
Gets or sets the optional generic set of features attached to the text variant as a whole (e.g. type, size, etc.).
public IList<Feature>? Features { get; set; }
Property Value
G
Gets or sets the SVG g
element graphically representing the
operation this diplomatic information is attached to.
public string? G { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()